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

Loosen requirement on request #15

Open
mmaysami opened this issue May 15, 2024 · 0 comments
Open

Loosen requirement on request #15

mmaysami opened this issue May 15, 2024 · 0 comments

Comments

@mmaysami
Copy link

I noticed the requirement versions are quite strict on setup file specially for requests package which is required for many other packages. This will impose a bit of conflict in using upgraded versions. I was wondering if using a loosen min version requirement would break anything or is it possible to do it?

# setup.py
REQUIREMENTS = ['PyJWT>=2.6.0', 'requests>=2.28.1', 'cryptography>=41.0.3']
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

1 participant