Skip to content

Commit a35deca

Browse files
committed
fix dependency issues on python 3.14
1 parent bc930b0 commit a35deca

2 files changed

Lines changed: 509 additions & 358 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Library for building EnoEngine-compatible async checkers"
99
readme = "README.md"
1010
requires-python = ">=3.10"
1111
dependencies = [
12-
"fastapi>=0.115.6,<0.116.0",
12+
"fastapi>=0.128.0,<0.129.0",
1313
"gunicorn==23.0.0",
1414
"httpx>=0.28.0,<0.29.0",
1515
"pymongo>=4.0.0,<5.0.0",

0 commit comments

Comments
 (0)