Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
# Updated: 2024-12-29 (v3.8.0 release)
|
| 3 |
|
| 4 |
# ===== Core Dependencies =====
|
| 5 |
-
# Runtime & Configuration
|
| 6 |
pydantic==2.6.1
|
|
|
|
| 7 |
typing-extensions==4.10.0
|
| 8 |
python-dotenv==1.0.1
|
| 9 |
|
|
@@ -24,6 +25,5 @@ pyyaml==6.0.1
|
|
| 24 |
# agentic-reliability-framework>=3.3.6
|
| 25 |
|
| 26 |
# ===== Optional: Real RAG Memory =====
|
| 27 |
-
# Uncomment for real RAG integration:
|
| 28 |
# chromadb>=0.4.0
|
| 29 |
# sentence-transformers>=2.2.0
|
|
|
|
| 2 |
# Updated: 2024-12-29 (v3.8.0 release)
|
| 3 |
|
| 4 |
# ===== Core Dependencies =====
|
| 5 |
+
# Runtime & Configuration - Pydantic v2 with pydantic-settings
|
| 6 |
pydantic==2.6.1
|
| 7 |
+
pydantic-settings==2.2.1
|
| 8 |
typing-extensions==4.10.0
|
| 9 |
python-dotenv==1.0.1
|
| 10 |
|
|
|
|
| 25 |
# agentic-reliability-framework>=3.3.6
|
| 26 |
|
| 27 |
# ===== Optional: Real RAG Memory =====
|
|
|
|
| 28 |
# chromadb>=0.4.0
|
| 29 |
# sentence-transformers>=2.2.0
|