Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Try to fix python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno committed Sep 25, 2023
1 parent 86035f0 commit 02a4f1a
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 5 deletions.
57 changes: 55 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ description = ""
authors = ["Python Italia"]

[tool.poetry.dependencies]
python = "^3.11"
python = ">=3.8,<4.0.0"
PyJWT = "^2.8.0"
starlette = {version = "^0.30.0", optional = true}
starlette = { version = "^0.30.0", optional = true }
strawberry-graphql = "*"
pydantic = {version = "*", optional = true}
pydantic = { version = "*", optional = true }
boto3 = "^1.28.9"
sentry-sdk = "^1.28.1"
httpx = "^0.24.1"
Expand Down

0 comments on commit 02a4f1a

Please sign in to comment.