We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad573d commit 093dd51Copy full SHA for 093dd51
requirements-common.txt
@@ -18,7 +18,7 @@ jellyfish==1.0.4 # String Matching
18
Jinja2==3.1.6 # template engine for html files
19
phonenumbers==8.13.43 # Used for phone number validation
20
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)
+psycopg[binary]==3.2.9 # PostgreSQL adapter for *synchronous* operations at startup (database initializations & migrations)
22
pydantic-settings==2.3.4
23
pydantic==2.7.4
24
pyjwt[crypto]==2.8.0 # generate and verify the JWT tokens, imported as `jwt`
0 commit comments