Skip to content

Commit a27c64f

Browse files
authored
Merge pull request #337 from lsst-sqre/tickets/DM-47796
DM-47796: Add alembic dependency to uws extra
2 parents f37d53a + cca7164 commit a27c64f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Bug fixes
2+
3+
- Add missing dependency on alembic to the `safir[uws]` extra.

safir/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ redis = [
8080
"redis>4.5.2,<6",
8181
]
8282
uws = [
83+
"alembic[tz]<2",
8384
"asyncpg<1",
8485
"google-auth<3",
8586
"google-cloud-storage<3",

0 commit comments

Comments
 (0)