Skip to content

cachelib dependency does not get updated #594

Open
@kmille

Description

@kmille

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"],                              

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions