Skip to content

Commit f867a8a

Browse files
committed
Tied the version of Python to 3.11 - this is because the version of Greenlet isn't compatible with 3.12 onwards. Patch releases etc of 3.11 will still be permitted with this syntax
1 parent 61d84fa commit f867a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
packages = [{ include = "src" }]
99

1010
[tool.poetry.dependencies]
11-
python = "^3.11"
11+
python = "~3.11"
1212
python-dotenv = "^1.0.0"
1313
pydantic = { extras = ["email"], version = "^2.6.1" }
1414
fastapi = "^0.109.1"

0 commit comments

Comments
 (0)