[build] update python request range
All checks were successful
/ run-pytest (push) Successful in 50s
All checks were successful
/ run-pytest (push) Successful in 50s
This commit is contained in:
parent
fed03bf21b
commit
1518343249
2 changed files with 3 additions and 3 deletions
4
poetry.lock
generated
4
poetry.lock
generated
|
@ -2060,5 +2060,5 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"]
|
|||
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "~3.11"
|
||||
content-hash = "b3d9c557147880dab0cb851dd581c8644652257300ee38ce0a8c07f9c2d8c482"
|
||||
python-versions = ">3.11, <3.13"
|
||||
content-hash = "3fe46e39472df4ae03697ee8818117c47c4f53c56cc5418ab371381ccb9726f6"
|
||||
|
|
|
@ -6,7 +6,7 @@ authors = ["SouthFox <master@southfox.me>"]
|
|||
readme = "README.org"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "~3.11"
|
||||
python = ">3.11, <3.13"
|
||||
fastapi = "^0.111.0"
|
||||
httpx = "^0.27.0"
|
||||
uvicorn = "^0.30.1"
|
||||
|
|
Loading…
Reference in a new issue