We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cbeec3 commit 9f0b4c2Copy full SHA for 9f0b4c2
1 file changed
backend/requirements.txt
@@ -11,8 +11,8 @@ python-dotenv>=1.2.1
11
python-jose[cryptography]>=3.5.0
12
13
# Testing
14
-pytest>=9.0.0
15
-syrupy>=5.0.0
+pytest>=9.0.2
+syrupy>=5.1.0
16
pytest-asyncio>=1.3.0
17
18
# Database
@@ -26,7 +26,7 @@ langgraph-checkpoint-mongodb>=0.3.1
26
langsmith>=0.6.9
27
28
# RAG Enrichment (Gemini embeddings)
29
-numpy>=1.26.4,<2
+numpy>=2.4.2
30
31
# SSE Support
32
sse-starlette>=3.2.0
0 commit comments