Skip to content

Commit d093800

Browse files
committed
chore: update min python version
1 parent 24cc78f commit d093800

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

fast-api-react/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ api = "src.api.main:start"
1010
hatchet = "src.workflows.main:start"
1111

1212
[tool.poetry.dependencies]
13-
python = "^3.8"
13+
python = "^3.10"
1414
python-dotenv = "^1.0.0"
1515
uvicorn = { extras = ["standard"], version = "^0.27.0" }
1616
fastapi = "^0.109.0"

simple-examples/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
hatchet = "src.main:start"
1010

1111
[tool.poetry.dependencies]
12-
python = "^3.8"
12+
python = "^3.10"
1313
python-dotenv = "^1.0.0"
1414
openai = "^1.12.0"
1515
beautifulsoup4 = "^4.12.3"

0 commit comments

Comments
 (0)