Update requirements.txt
Browse files- requirements.txt +2 -9
requirements.txt
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
# ===== Core Dependencies =====
|
| 5 |
# Runtime & Configuration - Pydantic v1 (pure Python, no Rust)
|
| 6 |
pydantic>=1.10.13,<2.0.0
|
| 7 |
-
pydantic-settings==1.0.0
|
| 8 |
typing-extensions>=4.7.0
|
| 9 |
python-dotenv==1.0.1
|
| 10 |
|
|
@@ -16,11 +16,4 @@ numpy==1.26.4
|
|
| 16 |
gradio==4.19.0
|
| 17 |
|
| 18 |
# ===== Data Processing =====
|
| 19 |
-
pyyaml==6.0.1
|
| 20 |
-
|
| 21 |
-
# ===== Optional: Real ARF Integration =====
|
| 22 |
-
# agentic-reliability-framework>=3.3.7
|
| 23 |
-
|
| 24 |
-
# ===== Optional: Real RAG Memory =====
|
| 25 |
-
# chromadb>=0.4.0
|
| 26 |
-
# sentence-transformers>=2.2.0
|
|
|
|
| 4 |
# ===== Core Dependencies =====
|
| 5 |
# Runtime & Configuration - Pydantic v1 (pure Python, no Rust)
|
| 6 |
pydantic>=1.10.13,<2.0.0
|
| 7 |
+
pydantic-settings>=1.0.0,<2.0.0 # Changed from ==1.0.0 to allow newer versions
|
| 8 |
typing-extensions>=4.7.0
|
| 9 |
python-dotenv==1.0.1
|
| 10 |
|
|
|
|
| 16 |
gradio==4.19.0
|
| 17 |
|
| 18 |
# ===== Data Processing =====
|
| 19 |
+
pyyaml==6.0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|