Skip to content

Commit 06f1048

Browse files
fix(deps): update python non-major dependencies
1 parent 2f90b11 commit 06f1048

File tree

2 files changed

+161
-156
lines changed

2 files changed

+161
-156
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ dependencies = [
77
"alembic>=1.18.4",
88
"asyncpg>=0.31.0",
99
"cachetools>=7.0.5",
10-
"fastapi>=0.135.2",
10+
"fastapi>=0.136.0",
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",
15+
"pydantic-ai>=1.84.0",
1616
"pydantic-settings>=2.13.1",
17-
"pydantic>=2.12.5",
18-
"sqlalchemy[asyncio]>=2.0.48",
19-
"sqlmodel>=0.0.37",
17+
"pydantic>=2.13.1",
18+
"sqlalchemy[asyncio]>=2.0.49",
19+
"sqlmodel>=0.0.38",
2020
"tenacity>=9.1.4",
21-
"uvicorn>=0.42.0",
21+
"uvicorn>=0.44.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",
32+
"ruff>=0.15.11",
3333
"pytest>=9.0.2",
3434
"pytest-asyncio>=1.3.0",
3535
"pytest-cov>=7.1.0",
36-
"pytest-httpx>=0.36.0",
36+
"pytest-httpx>=0.36.2",
3737
"pyright>=1.1.408",
3838
"tqdm>=4.67.3",
39-
"poethepoet>=0.42.1",
39+
"poethepoet>=0.44.0",
4040
]
4141

4242
[build-system]

0 commit comments

Comments
 (0)