Skip to content

Commit 2c6fc33

Browse files
committed
chore(deps): bump pyproject.toml constraints to latest locked versions
1 parent 3d65bc3 commit 2c6fc33

4 files changed

Lines changed: 64 additions & 64 deletions

File tree

apps/api/pyproject.toml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,35 @@ description = "FastAPI backend API"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"fastapi[standard]>=0.135.3",
9-
"sqlalchemy[asyncio]>=2.0.49",
8+
"fastapi[standard]>=0.136.3",
9+
"sqlalchemy[asyncio]>=2.0.50",
1010
"alembic>=1.18.4",
11-
"pydantic-settings>=2.13.1",
12-
"asyncpg>=0.30.0",
13-
"python-multipart>=0.0.22",
11+
"pydantic-settings>=2.14.1",
12+
"asyncpg>=0.31.0",
13+
"python-multipart>=0.0.32",
1414
"httpx>=0.28.1",
1515
"tenacity>=9.1.4",
16-
"redis>=7.4.0",
17-
"structlog>=25.0.0",
18-
"opentelemetry-api>=1.40.0",
19-
"opentelemetry-sdk>=1.40.0",
20-
"opentelemetry-instrumentation-fastapi>=0.61b0",
21-
"opentelemetry-instrumentation-sqlalchemy>=0.61b0",
22-
"opentelemetry-instrumentation-httpx>=0.61b0",
23-
"opentelemetry-instrumentation-redis>=0.61b0",
24-
"opentelemetry-exporter-otlp>=1.40.0",
25-
"jwcrypto>=1.5.6",
26-
"psycopg2-binary>=2.9.9",
16+
"redis>=8.0.0",
17+
"structlog>=25.5.0",
18+
"opentelemetry-api>=1.42.1",
19+
"opentelemetry-sdk>=1.42.1",
20+
"opentelemetry-instrumentation-fastapi>=0.63b1",
21+
"opentelemetry-instrumentation-sqlalchemy>=0.63b1",
22+
"opentelemetry-instrumentation-httpx>=0.63b1",
23+
"opentelemetry-instrumentation-redis>=0.63b1",
24+
"opentelemetry-exporter-otlp>=1.42.1",
25+
"jwcrypto>=1.5.7",
26+
"psycopg2-binary>=2.9.12",
2727
"bcrypt>=5.0.0",
2828
]
2929

3030
[dependency-groups]
3131
dev = [
32-
"ruff>=0.15.9",
33-
"poethepoet>=0.43.0",
34-
"mypy>=1.20.0",
35-
"pytest>=8.4.0",
36-
"pytest-asyncio>=0.26.0",
32+
"ruff>=0.15.16",
33+
"poethepoet>=0.46.0",
34+
"mypy>=2.1.0",
35+
"pytest>=9.0.3",
36+
"pytest-asyncio>=1.4.0",
3737
"pytest-cov>=7.1.0",
3838
"factory-boy>=3.3.3",
3939
"aiosqlite>=0.22.1",

apps/api/uv.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/worker/pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ description = "FastAPI worker for async tasks"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"fastapi[standard]>=0.115.0",
9-
"pydantic-settings>=2.7.0",
10-
"httpx>=0.28.0",
11-
"tenacity>=9.0.0",
12-
"google-cloud-tasks>=2.16.0",
13-
"google-cloud-pubsub>=2.25.0",
8+
"fastapi[standard]>=0.136.3",
9+
"pydantic-settings>=2.14.1",
10+
"httpx>=0.28.1",
11+
"tenacity>=9.1.4",
12+
"google-cloud-tasks>=2.22.0",
13+
"google-cloud-pubsub>=2.39.0",
1414
]
1515

1616
[dependency-groups]
1717
dev = [
18-
"ruff>=0.9.0",
19-
"poethepoet>=0.32.0",
20-
"mypy>=1.14.0",
21-
"pytest>=8.3.0",
22-
"pytest-asyncio>=0.25.0",
18+
"ruff>=0.15.16",
19+
"poethepoet>=0.46.0",
20+
"mypy>=2.1.0",
21+
"pytest>=9.0.3",
22+
"pytest-asyncio>=1.4.0",
2323
"pytest-custom-exit-code>=0.3.0",
2424
]
2525

apps/worker/uv.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)