Skip to content

Commit 549c541

Browse files
fix(deps): update python non-major dependencies
1 parent af71c2c commit 549c541

2 files changed

Lines changed: 180 additions & 175 deletions

File tree

pyproject.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ requires-python = ">=3.13"
66
dependencies = [
77
"alembic>=1.18.4",
88
"asyncpg>=0.31.0",
9-
"cachetools>=7.0.5",
10-
"fastapi>=0.135.2",
9+
"cachetools>=7.1.1",
10+
"fastapi>=0.136.1",
1111
"httpx>=0.28.1",
12-
"logfire[fastapi,httpx,sqlalchemy,system-metrics]>=4.31.0",
12+
"logfire[fastapi,httpx,sqlalchemy,system-metrics]>=4.32.1",
1313
"jinja2>=3.1.6",
1414
"pgvector>=0.4.2",
15-
"pydantic-ai>=1.73.0",
16-
"pydantic-settings>=2.13.1",
17-
"pydantic>=2.12.5",
18-
"sqlalchemy[asyncio]>=2.0.48",
19-
"sqlmodel>=0.0.37",
15+
"pydantic-ai>=1.93.0",
16+
"pydantic-settings>=2.14.1",
17+
"pydantic>=2.13.4",
18+
"sqlalchemy[asyncio]>=2.0.49",
19+
"sqlmodel>=0.0.38",
2020
"tenacity>=9.1.4",
21-
"uvicorn>=0.42.0",
21+
"uvicorn>=0.46.0",
2222
"voyageai>=0.3.7",
2323
"gowa>=0.1.0",
2424
]
@@ -29,14 +29,14 @@ dev = [
2929
"pandas>=2.3.3",
3030
"nbstripout>=0.9.1",
3131
"whatstk>=0.8.1",
32-
"ruff>=0.15.8",
33-
"pytest>=9.0.2",
32+
"ruff>=0.15.12",
33+
"pytest>=9.0.3",
3434
"pytest-asyncio>=1.3.0",
3535
"pytest-cov>=7.1.0",
36-
"pytest-httpx>=0.36.0",
37-
"pyright>=1.1.408",
36+
"pytest-httpx>=0.36.2",
37+
"pyright>=1.1.409",
3838
"tqdm>=4.67.3",
39-
"poethepoet>=0.42.1",
39+
"poethepoet>=0.45.0",
4040
]
4141

4242
[build-system]

0 commit comments

Comments
 (0)