brave-api
brave-api copied to clipboard
httpx dependency
https://github.com/kayvane1/brave-api/blob/d413c9135a11d2675e5b4b11329d371e9d9ad8b4/pyproject.toml#L21
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