Skip to content

Commit a770a1b

Browse files
committed
Specify exact python version for Heroku deployment
1 parent 209b0cc commit a770a1b

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

poetry.lock

Lines changed: 2 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77

88

99
[tool.poetry.dependencies]
10-
python = "~3.11"
10+
python = "3.11.3"
1111
fastapi = "^0.103.1"
1212
pydantic = {extras = ["email"], version = "^2.3.0"}
1313
uvicorn = "^0.23.2"

0 commit comments

Comments
 (0)