Skip to content

Commit 931d6b2

Browse files
authored
Fix the psycopg dependency naming (#795)
1 parent d929f0d commit 931d6b2

File tree

3 files changed

+62
-4
lines changed

3 files changed

+62
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"loguru>=0.7.3",
4040
"msgspec>=0.19.0",
4141
"psutil>=7.0.0",
42-
"psycopg>=3.2.9",
42+
"psycopg[binary]>=3.2.9",
4343
"pwdlib>=0.2.1",
4444
"pydantic>=2.11.7",
4545
"pydantic-settings>=2.10.1",

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ psutil==7.0.0
184184
# via fastapi-best-architecture
185185
psycopg==3.2.9
186186
# via fastapi-best-architecture
187+
psycopg-binary==3.2.9 ; implementation_name != 'pypy'
188+
# via psycopg
187189
pwdlib==0.2.1
188190
# via fastapi-best-architecture
189191
pyasn1==0.6.1

uv.lock

Lines changed: 59 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)