michalc / sqlite-s3-query

Python functions to query SQLite files stored on S3
MIT License
251 stars 15 forks source link

build(deps): bump minimum required httpx #38

Closed michalc closed 2 years ago

michalc commented 2 years ago

This also remove the unnecessary code to iterate over HEAD response body - this was there so httpx knew it could re-use the connection.

michalc commented 2 years ago

Ah not doing this since httpx 0.23.0 doesn't support Python 3.6, and opting to keep that for now