We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24cc78f commit d093800Copy full SHA for d093800
2 files changed
fast-api-react/backend/pyproject.toml
@@ -10,7 +10,7 @@ api = "src.api.main:start"
10
hatchet = "src.workflows.main:start"
11
12
[tool.poetry.dependencies]
13
-python = "^3.8"
+python = "^3.10"
14
python-dotenv = "^1.0.0"
15
uvicorn = { extras = ["standard"], version = "^0.27.0" }
16
fastapi = "^0.109.0"
simple-examples/pyproject.toml
@@ -9,7 +9,7 @@ readme = "README.md"
9
hatchet = "src.main:start"
openai = "^1.12.0"
beautifulsoup4 = "^4.12.3"
0 commit comments