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

hotfix: limit httpx version to 0.28.0 #15

Merged
merged 1 commit into from
Dec 11, 2024
Merged

Conversation

aminiun
Copy link
Contributor

@aminiun aminiun commented Dec 4, 2024

Hi
httpx has removed proxies args from Client in 0.28.0
So this error will be raise when httpx==0.28.0 is installed:

TypeError: Client.__init__() got an unexpected keyword argument 'proxies'

A hotfix solution can be just to limit httpx version...

@unode unode merged commit 2a50539 into embl-bio-it:main Dec 11, 2024
6 checks passed
@unode
Copy link
Contributor

unode commented Dec 11, 2024

Thanks @aminiun for the hotfix!

@unode
Copy link
Contributor

unode commented Dec 11, 2024

This has now been merged but as it includes other changes it won't be released as 2.2.1.
I'll try to get an actual hotfix release ready tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants