Skip to content

Commit 66925ef

Browse files
build(deps): pin alembic-postgresql-enum to >=1.10.0
The dependency was added unpinned in both the postgresql extra and the postgres group. Pin it to >=1.10.0 (the version resolved in uv.lock) to match the lower-bound convention used by every other dependency.
1 parent c584481 commit 66925ef

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ fsspec = ["fsspec"]
6666
nanoid = ["fastnanoid>=0.4.1"]
6767
obstore = ["obstore"]
6868
passlib = ["passlib[argon2]"]
69-
postgresql = ["alembic-postgresql-enum"]
69+
postgresql = ["alembic-postgresql-enum>=1.10.0"]
7070
pwdlib = ["pwdlib[argon2]"]
7171
pyotp = ["pyotp"]
7272
uuid = ["uuid-utils>=0.6.1"]
@@ -146,7 +146,7 @@ litestar = ["litestar[cli]>=2.23.0"]
146146
mssql = ["aioodbc>=0.5.0", "pyodbc>=5.2.0"]
147147
mysql = ["asyncmy>=0.2.9"]
148148
oracle = ["oracledb>=2.4.1"]
149-
postgres = ["alembic-postgresql-enum", "asyncpg>=0.29.0", "psycopg2-binary>=2.9.10", "psycopg[binary,pool]>=3.2.3"]
149+
postgres = ["alembic-postgresql-enum>=1.10.0", "asyncpg>=0.29.0", "psycopg2-binary>=2.9.10", "psycopg[binary,pool]>=3.2.3"]
150150
sanic = ["sanic", "sanic-testing>=24.6.0", "sanic[ext]>=24.6.0"]
151151
spanner = ["sqlalchemy-spanner>=1.7.0"]
152152
sqlite = ["aiosqlite>=0.20.0"]

uv.lock

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

0 commit comments

Comments
 (0)