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

Dependency specification too restrictive #65

Closed
jevandezande opened this issue Jul 31, 2024 · 2 comments
Closed

Dependency specification too restrictive #65

jevandezande opened this issue Jul 31, 2024 · 2 comments

Comments

@jevandezande
Copy link
Contributor

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.

@coltonbh
Copy link
Collaborator

coltonbh commented Aug 3, 2024

Thanks @jevandezande! Will take a look this week. Time to update some dependencies :)

@coltonbh
Copy link
Collaborator

Fixed in #66

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

No branches or pull requests

2 participants