diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5ef3358..2a3c068 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "uvicorn[standard]>=0.30,<1.0", "httpx>=0.27,<1.0", "sqlalchemy>=2.0,<3.0", - "alembic>=1.13,<2.0", + "alembic>=1.18.5,<2.0", "pydantic>=2.13.4,<3.0", "pydantic-settings>=2.3,<3.0", "apscheduler>=3.11.3,<4.0", |
