@@ -8,29 +8,30 @@ readme = "README.md"
88
99
1010[tool .poetry .dependencies ]
11- python = " >=3.9 ,<3.13 "
11+ python = " >=3.10 ,<3.14 "
1212pydantic = " >=2.0,<3.0"
1313apscheduler = " >=3.10.1,<4.0.0"
14- fastapi = " >=0.115.2 ,<1.0.0"
15- httpx = " >=0.27.2 ,<1.0.0"
16- pyjwt = " >=2.9.0 ,<3.0.0"
14+ fastapi = " >=0.115.8 ,<1.0.0"
15+ httpx = " >=0.28.1 ,<1.0.0"
16+ pyjwt = " >=2.10.1 ,<3.0.0"
1717pyyaml = " >=6.0.2,<7.0"
18- simplejson = " >=3.19.3,<4.0.0"
19- uvicorn = " >=0.32.0,<1.0.0"
18+ pytz = " >=2025.1"
19+ simplejson = " >=3.20.1,<4.0.0"
20+ uvicorn = " >=0.34.0,<1.0.0"
2021
2122[tool .poetry .group .dev .dependencies ]
22- autoflake = " 2.3.1"
23- autopep8 = " 2.3.1 "
24- black = " 24.10 .0"
25- coverage = " 7.6.4 "
26- httpretty = " 1.1.4"
27- isort = " 5.13.2 "
28- mypy-extensions = " 1.0.0"
29- pylint = " 3.3.1 "
30- pytest = " 8.3.3 "
31- pytest-cov = " 5.0 .0"
32- pytest-env = " 1.1.5"
33- requests-mock = " 1.12.1"
23+ autoflake = " >= 2.3.1,<3.0 "
24+ autopep8 = " >= 2.3.2,<3.0 "
25+ black = " >=25.1.0,<26 .0"
26+ coverage = " >= 7.6.12,<8.0 "
27+ httpretty = " >= 1.1.4,<2.0 "
28+ isort = " >=6.0.0,<7.0 "
29+ mypy-extensions = " >= 1.0.0,<2 .0"
30+ pylint = " >= 3.3.4,<4.0 "
31+ pytest = " >= 8.3.4,<9.0 "
32+ pytest-cov = " >=6.0.0,<7 .0"
33+ pytest-env = " >= 1.1.5,<2.0 "
34+ requests-mock = " >= 1.12.1,<2.0 "
3435
3536[build-system ]
3637requires = [" poetry-core" ]
0 commit comments