SudeshnaBora

Results 4 issues of SudeshnaBora

I'm working on a project and have specified a dependency in the `pyproject.toml` file as follows: ```toml [tool.poetry.dependencies] fastapi-cache2 = {extras = ["redis"], git = "https://github.com/long2ice/fastapi-cache.git", rev = "8f0920d"} ```...

Related to #179