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 0f1dc70 commit 2dc1bd8Copy full SHA for 2dc1bd8
pyproject.toml
@@ -3,14 +3,14 @@ name = "python-architecture"
3
version = "0.1.0"
4
requires-python = ">=3.12"
5
dependencies = [
6
- "aiohttp==3.11.18",
+ "aiohttp==3.12.6",
7
"azure-cosmos==4.9.0",
8
"common",
9
"domain",
10
"fastapi[standard]==0.115.12",
11
"opentelemetry-instrumentation-fastapi==0.54b1",
12
"poethepoet==0.34.0",
13
- "pydantic==2.11.4",
+ "pydantic==2.11.5",
14
"pydantic-settings[azure-key-vault]==2.9.1",
15
]
16
@@ -22,8 +22,8 @@ dev = [
22
"pytest==8.3.5",
23
"pytest-asyncio==1.0.0",
24
"pytest-cov==6.1.1",
25
- "pytest-mock==3.14.0",
26
- "ruff==0.11.11",
+ "pytest-mock==3.14.1",
+ "ruff==0.11.12",
27
"test-utils",
28
"transcriber",
29
0 commit comments