Skip to content

Commit 65253ed

Browse files
fix(examples): fastapi_docker_example requirements not including pg17 binaries for local running (#557)
This fixed issue number #556
1 parent b046470 commit 65253ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fastapi_server_docker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ python-dotenv>=1.0.1
33
fastapi==0.115.12
44
fastapi-cli==0.0.7
55
uvicorn==0.34.2
6-
psycopg==3.2.6
6+
psycopg[binary]==3.2.6
77
psycopg_pool==3.2.6

0 commit comments

Comments
 (0)