Skip to content

Commit 72d7fe4

Browse files
Modify requirements for backend dependencies
Updated psycopg2 to psycopg2-binary and added pydantic[email] as a requirement.
1 parent edfc139 commit 72d7fe4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ uvicorn==0.34.1
33
SQLAlchemy==2.0.40
44
pydantic==2.11.3
55
pydantic_settings==2.8.1
6+
pydantic[email]
67
python-jose==3.4.0
78
passlib==1.7.4
89
python-multipart==0.0.18
9-
psycopg2
10+
psycopg2-binary==2.9.11
1011
langchain==0.3.23
1112
langchain-openai==0.3.12
1213
langchain_core==0.3.51

0 commit comments

Comments
 (0)