We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Since lassie is a library, limiting upper versions for dependencies as in
requests>=2.18.4,<3.0.0 beautifulsoup4>=4.9.0,<4.10.0
can lead to conflicts for software using it, e.g. on pip install:
The conflict is caused by: The user requested beautifulsoup4==4.10.0 lassie 0.11.11 depends on beautifulsoup4<4.10.0 and >=4.9.0
Is there any reason for the pindown?
The text was updated successfully, but these errors were encountered:
Обновление зависимостей.
534b03e
👋 no reason! Feel free to open a PR unpinning minors. Please keep it at least pinned to major release.
Sorry, something went wrong.
Pindown beautifulsoup4 to major version
6c31a30
Closes michaelhelmick#83
Successfully merging a pull request may close this issue.
Hi,
Since lassie is a library, limiting upper versions for dependencies as in
can lead to conflicts for software using it, e.g. on pip install:
Is there any reason for the pindown?
The text was updated successfully, but these errors were encountered: