Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): remove pydruid sqlalchemy dependency #9092

Merged

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Apr 30, 2024

Bump pydruid to get rid of its transitive sqlalchemy dependency

@cpcloud cpcloud added refactor Issues or PRs related to refactoring the codebase dependencies Issues or PRs related to dependencies labels Apr 30, 2024
@cpcloud cpcloud mentioned this pull request Apr 30, 2024
1 task
@@ -273,7 +273,7 @@ snowflake-connector-python==3.9.0 ; python_version >= "3.9" and python_version <
sortedcontainers==2.4.0 ; python_version >= "3.9" and python_version < "4.0"
soupsieve==2.5 ; python_version >= "3.10" and python_version < "3.13"
sphobjinv==2.3.1 ; python_version >= "3.10" and python_version < "3.13"
sqlalchemy==2.0.29 ; python_version >= "3.9" and python_version < "4.0"
sqlalchemy==2.0.29 ; python_version >= "3.10" and python_version < "3.13"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We still depend on sqlalchemy for development dependencies only by way of jupyter-cache.

@cpcloud cpcloud requested a review from gforsyth April 30, 2024 20:20
Copy link
Member

@gforsyth gforsyth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sweet.

semver question

If we bump our lower bound of pydruid by a patch version, does that count as breaking? I say no.

@cpcloud
Copy link
Member Author

cpcloud commented May 1, 2024

Turns out to be spelled out explicitly in semver: https://semver.org/#what-should-i-do-if-i-update-my-own-dependencies-without-changing-the-public-api.

At most a feature release if there are no public API changes.

@cpcloud cpcloud force-pushed the remove-pydruid-sqlalchemy-dependency branch from 3ff2b8e to 4de88a2 Compare May 1, 2024 00:35
@cpcloud cpcloud added this to the 9.1 milestone May 1, 2024
@cpcloud cpcloud enabled auto-merge (squash) May 1, 2024 00:35
@cpcloud cpcloud merged commit a0df103 into ibis-project:main May 1, 2024
83 checks passed
@cpcloud cpcloud deleted the remove-pydruid-sqlalchemy-dependency branch May 1, 2024 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Issues or PRs related to dependencies refactor Issues or PRs related to refactoring the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants