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 b464e96 commit 4386042Copy full SHA for 4386042
pyproject.toml
@@ -3,12 +3,12 @@ name = "python-architecture"
3
version = "0.1.0"
4
requires-python = ">=3.12"
5
dependencies = [
6
- "aiohttp==3.12.13",
+ "aiohttp==3.12.14",
7
"azure-cosmos==4.9.0",
8
"common",
9
"domain",
10
- "fastapi[standard-no-fastapi-cloud-cli]==0.116.0",
11
- "opentelemetry-instrumentation-fastapi==0.55b1",
+ "fastapi[standard-no-fastapi-cloud-cli]==0.116.1",
+ "opentelemetry-instrumentation-fastapi==0.56b0",
12
"poethepoet==0.36.0",
13
"pydantic==2.11.7",
14
"pydantic-settings[azure-key-vault]==2.10.1",
@@ -23,7 +23,7 @@ dev = [
23
"pytest-asyncio==1.0.0",
24
"pytest-cov==6.2.1",
25
"pytest-mock==3.14.1",
26
- "ruff==0.12.2",
+ "ruff==0.12.3",
27
"test-utils",
28
"transcriber",
29
]
0 commit comments