brave-api icon indicating copy to clipboard operation
brave-api copied to clipboard

httpx dependency

Open cenkalti opened this issue 5 months ago • 0 comments

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

cenkalti avatar Aug 27 '24 17:08 cenkalti