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