We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
brave-api/pyproject.toml
Line 21 in d413c91
Why it is constrained? Is there an issue with httpx 0.26 and above?
I cannot install this package to my project because of dependency conflict?
Can you change it to:
httpx = ">=0.24.0"
?
According to httpx changelog, there is no backwards incompatible changes? https://github.com/encode/httpx/blob/master/CHANGELOG.md
The text was updated successfully, but these errors were encountered:
No branches or pull requests
brave-api/pyproject.toml
Line 21 in d413c91
Why it is constrained? Is there an issue with httpx 0.26 and above?
I cannot install this package to my project because of dependency conflict?
Can you change it to:
?
According to httpx changelog, there is no backwards incompatible changes?
https://github.com/encode/httpx/blob/master/CHANGELOG.md
The text was updated successfully, but these errors were encountered: