We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ace09f commit 8a8f889Copy full SHA for 8a8f889
2 files changed
pyproject.toml
@@ -6,7 +6,7 @@ dependencies = [
6
"aiohttp>=3.13.2",
7
"azure-cosmos>=4.14.3",
8
"azure-monitor-opentelemetry>=1.8.3",
9
- "fastapi[standard-no-fastapi-cloud-cli]>=0.124.4",
+ "fastapi[standard-no-fastapi-cloud-cli]>=0.127.0",
10
"pydantic>=2.12.5",
11
"pydantic-settings[azure-key-vault]>=2.12.0",
12
]
@@ -18,8 +18,8 @@ dev = [
18
"pytest-asyncio>=1.3.0",
19
"pytest-cov>=7.0.0",
20
"pytest-mock>=3.15.1",
21
- "ruff>=0.14.9",
22
- "ty>=0.0.2",
+ "ruff>=0.14.10",
+ "ty>=0.0.5",
23
24
25
[build-system]
0 commit comments