[build] update packages
All checks were successful
/ run-pytest (push) Successful in 1m10s

This commit is contained in:
SouthFox 2024-07-06 22:44:12 +08:00
parent 4b4b0a0f80
commit fed03bf21b
2 changed files with 1000 additions and 287 deletions

1283
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -7,9 +7,9 @@ readme = "README.org"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "~3.11" python = "~3.11"
fastapi = "^0.110.0" fastapi = "^0.111.0"
httpx = "^0.27.0" httpx = "^0.27.0"
uvicorn = "^0.27.1" uvicorn = "^0.30.1"
loguru = "^0.7.2" loguru = "^0.7.2"
sqlalchemy = "^2.0.27" sqlalchemy = "^2.0.27"
aiosqlite = "^0.20.0" aiosqlite = "^0.20.0"