Updated Python dependency to 3.11 in pyproject.toml.
This commit is contained in:
parent
1518557c32
commit
e9cc20e91d
@ -5,7 +5,7 @@ description = "A new Python project managed by Poetry."
|
|||||||
authors = ["Timothy Farrell <tim@thecookiejar.me>"]
|
authors = ["Timothy Farrell <tim@thecookiejar.me>"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.11"
|
||||||
fastapi = "^0.75.2"
|
fastapi = "^0.75.2"
|
||||||
uvicorn = {extras = ["standard"], version = "^0.17.6"}
|
uvicorn = {extras = ["standard"], version = "^0.17.6"}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user