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

Remove upper boundaries from requirements #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

h3llrais3r
Copy link
Contributor

I'm using imdbpie in combination with other libraries packaged inside my application.
However, the upper boundaries on the requirements are too strict and preventing me to install the newer versions.

Removing the upper boundaries in the requirements solves the issue.
In case a newer version should have issues again, we can always put back an upper boundary for that library.

@h3llrais3r
Copy link
Contributor Author

h3llrais3r commented Jul 28, 2021

@richardARPANET please have a look at it.
Hope you can accept this and publish a new version on pypi with those updated requirements.
That whould be great to use your library with newer versions of its dependencies. 😉

I'm running your lib with following latest versions of its dependencies without any issues:

  • attrs = 20.3.0
  • boto = 2.49.0
  • diskcache = 5.2.1

PS: your original repo is no longer accessible... (https://code.richard.do/richardARPANET/imdb-pie)

@h3llrais3r
Copy link
Contributor Author

@richardARPANET could this PR be accepted?

This to allow to use the higher versions to resolve possible conflicts when used in combinatin with other libs who need the higher versions.
@h3llrais3r h3llrais3r force-pushed the requirements-update branch from 75c300a to 7856ba4 Compare March 26, 2023 13:57
@h3llrais3r
Copy link
Contributor Author

@richardARPANET
Updated, please check.

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

Successfully merging this pull request may close these issues.

1 participant