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 244c255 commit 0163626Copy full SHA for 0163626
2 files changed
pyproject.toml
@@ -6,15 +6,15 @@ readme = "README.md"
6
requires-python = ">=3.13"
7
dependencies = [
8
"aiocache>=0.12.3",
9
- "rapidfuzz>=3.14.1",
+ "rapidfuzz>=3.14.5",
10
"fastapi-sso>=0.17.0",
11
- "fastapi[standard]>=0.115.6",
+ "fastapi[standard]>=0.136.1",
12
"bleach>=6.1.0",
13
- "pydantic-settings>=2.7.1",
+ "pydantic-settings>=2.14.0",
14
"pyjwt>=2.10.1",
15
- "pymongo>=4.13.2",
16
- "ruff>=0.9.2",
17
- "sentry-sdk[fastapi]>=2.20.0",
+ "pymongo>=4.17.0",
+ "ruff>=0.15.12",
+ "sentry-sdk[fastapi]>=2.58.0",
18
"valkey-glide>=2.0.1",
19
"pytest>=9.0.3",
20
"pytest-xdist>=3.6.0",
0 commit comments