Skip to content

Commit 7f7ebb9

Browse files
authored
Merge pull request #174 from Harry-Tom/feature/pythonGreenletCompatibility
Tied the version of Python to 3.11 to fix Greenlet compatibility
2 parents 61d84fa + f867a8a commit 7f7ebb9

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)