Skip to content

Commit 093dd51

Browse files
committed
Fix: psycopg patch version
1 parent aad573d commit 093dd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jellyfish==1.0.4 # String Matching
1818
Jinja2==3.1.6 # template engine for html files
1919
phonenumbers==8.13.43 # Used for phone number validation
2020
psutil==7.0.0 # psutil is used to determine the number of Hyperion workers
21-
psycopg[binary]==3.2.10 # PostgreSQL adapter for *synchronous* operations at startup (database initializations & migrations)
21+
psycopg[binary]==3.2.9 # PostgreSQL adapter for *synchronous* operations at startup (database initializations & migrations)
2222
pydantic-settings==2.3.4
2323
pydantic==2.7.4
2424
pyjwt[crypto]==2.8.0 # generate and verify the JWT tokens, imported as `jwt`

0 commit comments

Comments
 (0)