@@ -9,16 +9,19 @@ packages = [
99]
1010readme = " README.md"
1111
12+ [tool .poetry .requires-plugins ]
13+ poetry-plugin-export = " >=1.8"
14+
1215[tool .poetry .dependencies ]
1316# core dependencies
1417
1518python = " >=3.11,<3.14.0"
1619types-python-dateutil = " ^2.8.9"
1720python-dateutil = " ^2.8.2"
18- cryptography = " >=44.0.1,<45 "
19- fastapi = " >=0.110.0,<0.118 .0"
21+ cryptography = " >=44.0.1,<47 "
22+ fastapi = " >=0.110.0,<0.119 .0"
2023gunicorn = " >=21.2,<24.0"
21- uvicorn = " >=0.23.2,<0.36 .0"
24+ uvicorn = " >=0.23.2,<0.38 .0"
2225mesh-client = " ^4.0.1"
2326typing-extensions = " >=4.10.0"
2427
@@ -27,11 +30,11 @@ typing-extensions = ">=4.10.0"
2730# ci / testing dependencies
2831petname = " ^2.6"
2932pytest = " >=7.2,<9.0"
30- pytest-asyncio = " >=0.16,<1.2 "
33+ pytest-asyncio = " >=0.16,<1.3 "
3134Mesh-Client = " ^4.0.1"
3235mypy = " ^1.1.1"
3336coverage = " >=6.5,<8.0"
34- httpx = " >=0.27.0,<0.28 "
37+ httpx = " >=0.27.0,<0.29 "
3538types-requests = " ^2.28.11.4"
3639pyOpenSSL = " >=24,<26"
3740types-pyOpenSSL = " ^24.0.0.20240130"
0 commit comments