Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Nov 21, 2024
1 parent 960bd38 commit 16cbec3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- master
paths:
- 'hypha/VERSION'
- 'Dockerfile'
- '.github/workflows/publish-container.yml'
- 'requirements.txt'
- 'setup.py'

env:
REGISTRY: ghcr.io
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ sqlalchemy==2.0.35
aiosqlite==0.20.0
prometheus-client==0.21.0
uuid-utils==0.9.0
psycopg2==2.9.9
asyncpg==0.30.0
psycopg2-binary==2.9.10
asyncpg>=0.30.0
sqlmodel==0.0.22
alembic==1.14.0
hrid==0.2.4
Expand Down

0 comments on commit 16cbec3

Please sign in to comment.