ibis-project / ibis

the portable Python dataframe library
https://ibis-project.org
Apache License 2.0
4.3k stars 537 forks source link

fix(deps): remove pydruid sqlalchemy dependency #9092

Closed cpcloud closed 2 weeks ago

cpcloud commented 2 weeks ago

Bump pydruid to get rid of its transitive sqlalchemy dependency

cpcloud commented 2 weeks ago

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.