Skip to content

Commit 898884d

Browse files
committed
Adding some required changes, but we are not yet 3.13 compatible
1 parent 22a5abf commit 898884d

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

poetry.lock

Lines changed: 10 additions & 7 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
@@ -6,7 +6,7 @@ authors = ["@mozilla/jbi-core"]
66
license = "MPL"
77

88
[tool.poetry.dependencies]
9-
python = ">=3.12, <3.13"
9+
python = ">=3.12, <3.14"
1010
fastapi = "^0.115.0"
1111
pydantic = {version = "^2.9.2", extras = ["email"]}
1212
uvicorn = {extras = ["standard"], version = "^0.31.0"}

0 commit comments

Comments
 (0)