fix: psycopg binary dependency
All checks were successful
ci / lint_and_test (push) Successful in 13s
All checks were successful
ci / lint_and_test (push) Successful in 13s
This commit is contained in:
parent
8777ad2814
commit
da8917869f
2 changed files with 26 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ dependencies = [
|
|||
"itsdangerous>=2.2.0",
|
||||
"jinja2>=3.1.6",
|
||||
"joserfc>=1.6.7",
|
||||
"psycopg>=3.3.4",
|
||||
"psycopg[binary]>=3.3.4",
|
||||
"pydantic>=2.13.4",
|
||||
"pydantic-settings>=2.14.1",
|
||||
"pytest>=9.0.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue