Skip to content

Commit

Permalink
go back to python 3.8 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
willydouhard authored Jun 13, 2023
1 parent 1eb74b7 commit 60abee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include = [
chainlit = 'chainlit.cli:cli'

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
dataclasses_json = "^0.5.7"
uvicorn = "^0.22.0"
nest-asyncio = "^1.5.6"
Expand Down

0 comments on commit 60abee6

Please sign in to comment.