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

cachelib dependency does not get updated #594

Open
kmille opened this issue Nov 22, 2024 · 1 comment
Open

cachelib dependency does not get updated #594

kmille opened this issue Nov 22, 2024 · 1 comment

Comments

@kmille
Copy link

kmille commented Nov 22, 2024

Hey,

I have a project where flask-caching does not want to update its dependency cachelib.

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:

setup.py                                  
6:    install_requires=["cachelib >= 0.9.0", "Flask"],                              
@utnapischtim
Copy link

@kmille i think the problem is that the newest changes hasn't been released yet. mainly 7fcb14d

@northernSage would it be possible to create a new release so that the cachelib relaxing could be used in other projects too?

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

No branches or pull requests

2 participants