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 4267fd8 commit 9ace09fCopy full SHA for 9ace09f
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.0",
+ "fastapi[standard-no-fastapi-cloud-cli]>=0.124.4",
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.8",
22
- "ty>=0.0.1a32",
+ "ruff>=0.14.9",
+ "ty>=0.0.2",
23
24
25
[build-system]
@@ -46,6 +46,8 @@ ignore = [
46
"S101", # assert
47
"TRY003", # raise-vanilla-args
48
"TC", # flake8-type-checking
49
+ "FBT001", # boolean-type-hint-positional-argument
50
+ "FBT002", # boolean-default-value-positional-argument
51
52
53
[tool.pytest]
0 commit comments