Skip to content

Commit 9f0b4c2

Browse files
committed
chore(deps): pin all packages to latest installed versions
numpy>=2.4.2, pytest>=9.0.2, syrupy>=5.1.0. All pinned to exact currently-tested latest versions without upper bounds.
1 parent 7cbeec3 commit 9f0b4c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

backend/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ python-dotenv>=1.2.1
1111
python-jose[cryptography]>=3.5.0
1212

1313
# Testing
14-
pytest>=9.0.0
15-
syrupy>=5.0.0
14+
pytest>=9.0.2
15+
syrupy>=5.1.0
1616
pytest-asyncio>=1.3.0
1717

1818
# Database
@@ -26,7 +26,7 @@ langgraph-checkpoint-mongodb>=0.3.1
2626
langsmith>=0.6.9
2727

2828
# RAG Enrichment (Gemini embeddings)
29-
numpy>=1.26.4,<2
29+
numpy>=2.4.2
3030

3131
# SSE Support
3232
sse-starlette>=3.2.0

0 commit comments

Comments
 (0)