[build] update python request range
All checks were successful
/ run-pytest (push) Successful in 50s

This commit is contained in:
SouthFox 2024-07-06 23:26:52 +08:00
parent fed03bf21b
commit 1518343249
2 changed files with 3 additions and 3 deletions

4
poetry.lock generated
View file

@ -2060,5 +2060,5 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "~3.11" python-versions = ">3.11, <3.13"
content-hash = "b3d9c557147880dab0cb851dd581c8644652257300ee38ce0a8c07f9c2d8c482" content-hash = "3fe46e39472df4ae03697ee8818117c47c4f53c56cc5418ab371381ccb9726f6"

View file

@ -6,7 +6,7 @@ authors = ["SouthFox <master@southfox.me>"]
readme = "README.org" readme = "README.org"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "~3.11" python = ">3.11, <3.13"
fastapi = "^0.111.0" fastapi = "^0.111.0"
httpx = "^0.27.0" httpx = "^0.27.0"
uvicorn = "^0.30.1" uvicorn = "^0.30.1"