Commit cc2efbe
authored
Update deps (fastapi, pych-client, pydantic-settings), migrate poetry dev groups, fix Dockerfile (#14)
- Upgrade fastapi from ^0.81.0 → ^0.116.2 (brings in starlette >=0.47.2)
- Upgrade pych-client from ^0.3.1 → ^0.4.1
- Add pydantic-settings ^2.10.1 and update BaseSettings import
(BaseSettings was removed from pydantic v2 and moved to the standalone
pydantic-settings package)
- Keep anyio <4 for httpx compatibility
- Migrate [tool.poetry.dev-dependencies] → [tool.poetry.group.dev.dependencies]
- Dockerfile: replace poetry install --no-root --no-dev with --without dev
(the --no-dev flag was removed in Poetry ≥1.2 in favor of dependency groups)
- Regenerated poetry.lock by running poetry update on a test GCP VM with:
- Ubuntu 24.04.3 LTS
- Poetry 1.8.2
- Python 3.12.3
This resolves GitHub Dependabot alerts and ensures dependency consistency.1 parent 09f7cd7 commit cc2efbe
4 files changed
Lines changed: 641 additions & 439 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments