Updated Python dependency to 3.11 in pyproject.toml.

This commit is contained in:
Timothy Farrell (aider) 2024-07-15 11:05:27 -05:00
parent 1518557c32
commit e9cc20e91d

View File

@ -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"}