liuq hace 4 meses
padre
commit
f64417331e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      backend/requirements.txt

+ 2 - 2
backend/requirements.txt

@@ -4,7 +4,8 @@ sqlalchemy==2.0.25
 pymysql==1.1.0
 opencv-python-headless==4.9.0.80
 apscheduler==3.10.4
-openai==1.10.0
+openai>=1.55.0
+httpx==0.27.2
 python-multipart==0.0.6
 python-jose[cryptography]==3.3.0
 passlib[bcrypt]==1.7.4
@@ -14,4 +15,3 @@ websockets==12.0
 numpy==1.26.4
 reportlab==4.0.9
 python-dotenv==1.0.1
-