Skip to content

Commit

Permalink
fix(backend): Set psycopg2-binary>2.9.7 to avoid database connectio…
Browse files Browse the repository at this point in the history
…n issues
  • Loading branch information
MoritzWeber0 committed Feb 1, 2024
1 parent c8fe2e4 commit e042d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"fastapi>=0.101.0",
"kubernetes",
"msal",
"psycopg2-binary",
"psycopg2-binary>2.9.7",
"pydantic>=2.0.0",
"python-dateutil",
"python-jose",
Expand Down

0 comments on commit e042d14

Please sign in to comment.