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
cachelib
Hey,
I have a project where flask-caching does not want to update its dependency cachelib.
flask-caching
kmille@linbox:freetar poetry show --outdated cachelib 0.9.0 0.13.0 A collection of cache libraries in the same API interface. kmille@linbox:freetar poetry show --tree ... flask-caching 2.3.0 Adds caching support to Flask applications. ├── cachelib >=0.9.0,<0.10.0 └── flask * ├── blinker >=1.9 ├── click >=8.1.3 │ └── colorama * ├── importlib-metadata >=3.6 │ └── zipp >=3.20 ├── itsdangerous >=2.2 ├── jinja2 >=3.1.2 │ └── markupsafe >=2.0 └── werkzeug >=3.1 └── markupsafe >=2.1.1 (circular dependency aborted here)
Do you know where the <0.10.0 is coming from, as the setup.py of this project has:
<0.10.0
setup.py
setup.py 6: install_requires=["cachelib >= 0.9.0", "Flask"],
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
I have a project where
flask-caching
does not want to update its dependencycachelib
.Do you know where the
<0.10.0
is coming from, as thesetup.py
of this project has:The text was updated successfully, but these errors were encountered: