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 7857774 commit a9ff29eCopy full SHA for a9ff29e
pyproject.toml
@@ -3,15 +3,15 @@ name = "python-architecture"
3
version = "0.1.0"
4
requires-python = ">=3.12"
5
dependencies = [
6
- "aiohttp==3.12.6",
+ "aiohttp==3.12.13",
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.5",
14
- "pydantic-settings[azure-key-vault]==2.9.1",
+ "fastapi[standard-no-fastapi-cloud-cli]==0.116.0",
+ "opentelemetry-instrumentation-fastapi==0.55b1",
+ "poethepoet==0.36.0",
+ "pydantic==2.11.7",
+ "pydantic-settings[azure-key-vault]==2.10.1",
15
]
16
17
[dependency-groups]
0 commit comments