Skip to content

Commit 5621d6a

Browse files
committed
fix: build for python 3.13
Signed-off-by: Fatih Acar <[email protected]>
1 parent 55be7bb commit 5621d6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 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
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121

2222
[tool.poetry.dependencies]
23-
python = "^3.9, <=3.13"
23+
python = "^3.9, <3.14"
2424
pydantic = ">=2.0.0,!=2.0.1,!=2.1.0,<3.0.0"
2525
pydantic-settings = ">=2.0"
2626
graphql-core = ">=3.1,<3.3"

0 commit comments

Comments
 (0)