-
-
Notifications
You must be signed in to change notification settings - Fork 381
Closed
Labels
enhancementNew feature or requestNew feature or requestpostgrestIssues related to postgrest-pyIssues related to postgrest-py
Milestone
Description
Is your feature request related to a problem? Please describe.
The version window 0.24 >= v > 0.26 is causing the problems with other packages that are relied on httpx of versions >= 0.26 (in my case it was python-telegram-bot). However there were no breaking changes in 0.26 and 0.27.
Also it appears that postgrest uses even older version of httpx (0.16) which make it impossible to download the dependency using any new version of httpx in a project
Describe the solution you'd like
Please update the version of httpx dependency so that 0.26 version is in bound. Note that packages that this project rely on (storage3 and postgrest have the same issue)
alekseinagamoto and bmosterd
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpostgrestIssues related to postgrest-pyIssues related to postgrest-py