You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current dependency specification on httpx is ^0.23.0 (equivalent to 0.23.*), while pytest-httpx is <0.23.0. My guess is this is a typo on pytest-httpx. I have a love-hate relationship with poetry dependency specification, as it doesn't work as nicely for pre-1.0 programs. It would be nice to relax the restrictions on httpx to anything >=0.23.0, as I am having trouble building a package that depends on chem-cloud (but I understand that poetry doesn't like this sometimes)
Additionally, it would probably be good to bump the version of Ruff and drop black and isort, as ruff has fully eaten those. For reference, here is the pyproject.toml template that I use for my projects.
The text was updated successfully, but these errors were encountered:
The current dependency specification on httpx is
^0.23.0
(equivalent to0.23.*
), while pytest-httpx is<0.23.0
. My guess is this is a typo on pytest-httpx. I have a love-hate relationship with poetry dependency specification, as it doesn't work as nicely for pre-1.0 programs. It would be nice to relax the restrictions on httpx to anything>=0.23.0
, as I am having trouble building a package that depends on chem-cloud (but I understand that poetry doesn't like this sometimes)Additionally, it would probably be good to bump the version of Ruff and drop black and isort, as ruff has fully eaten those. For reference, here is the pyproject.toml template that I use for my projects.
The text was updated successfully, but these errors were encountered: