Skip to content

Commit c2217f7

Browse files
committed
Failing tests: try previous psycopg minor
1 parent be1433b commit c2217f7

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.1.20 # 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)