python-pinot-dbapi / pinot-dbapi

Python DB-API and SQLAlchemy dialect for Pinot
MIT License
19 stars 33 forks source link

build(poetry): relax httpx contraint #101

Closed Lee-W closed 2 months ago

Lee-W commented 2 months ago

As mentioned in issue #73, the version constraint httpx >=0.23.0,<0.24.0 is somewhat outdated. Seven versions have been released since 0.24.0, and pinning the version to this restricted range would also block the installation of other libraries. It would be great if we could relax this constraint. 🙂

Closes: #73

Lee-W commented 2 months ago

Hi @xiangfu0 , wondering would it be possible for us to merge this relaxing and publish a new version? Thanks!

xiangfu0 commented 2 months ago

Thanks! Merged the PR!

xiangfu0 commented 2 months ago

Triggered a job to publish 5.3.0

https://github.com/python-pinot-dbapi/pinot-dbapi/actions/runs/9518967747

Lee-W commented 2 months ago

Thank you so much for the immediate help!