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

Relax pytz dependency constraint #206

Closed
MicahLyle opened this issue Oct 4, 2022 · 2 comments
Closed

Relax pytz dependency constraint #206

MicahLyle opened this issue Oct 4, 2022 · 2 comments
Assignees

Comments

@MicahLyle
Copy link

Describe the bug

This isn't a bug per-say, but pytz is pinned to < 2022. This means that I can't use pyuploadcare alongside my code library if I want pytz >= 2022.

The conflict is caused by:
    The user requested pytz==2022.2
    pyuploadcare 3.0.0 depends on pytz<2022.0 and >=2021.1

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

Expected behavior

The pyuploadcare library should work with later pytz versions as well, so that we can have up to date timezone definitions even if pyuploadcare hasn't needed a release in a while.

@MicahLyle
Copy link
Author

Would also be nice if typing-extensions version could be bumped at the next release.

@dmitry-mukhin
Copy link
Member

closed via #210

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants