chore: update deps

This commit is contained in:
long2ice
2024-09-19 15:32:18 +08:00
parent 567934300b
commit 157a91359b
3 changed files with 1182 additions and 1521 deletions

View File

@@ -18,12 +18,12 @@ include = ["LICENSE", "README.md"]
python = "^3.8"
fastapi = "*"
uvicorn = "*"
redis = { version = "^4.2.0rc1", optional = true }
typing-extensions = { version = ">=4.1.0" }
importlib-metadata = { version = "^6.6.0", python = "<3.8" }
pendulum = "^3.0.0"
aiomcache = { version = "^0.8.2", optional = true }
aiobotocore = {version = "^2.13.1", optional = true}
redis = {version = "^5.0.8", extras = ["redis"]}
[tool.poetry.group.linting]
optional = true