Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
# Agentic Reliability Framework v3.8.0 - Hugging Face Optimized
|
| 2 |
-
#
|
| 3 |
|
| 4 |
# ===== Core Dependencies =====
|
| 5 |
# Runtime & Configuration - Pydantic v2 with pydantic-settings
|
| 6 |
-
pydantic=
|
| 7 |
-
pydantic-settings=
|
| 8 |
-
typing-extensions=
|
| 9 |
python-dotenv==1.0.1
|
| 10 |
|
| 11 |
# ===== Visualization =====
|
|
|
|
| 1 |
# Agentic Reliability Framework v3.8.0 - Hugging Face Optimized
|
| 2 |
+
# Compatible with Python 3.12
|
| 3 |
|
| 4 |
# ===== Core Dependencies =====
|
| 5 |
# Runtime & Configuration - Pydantic v2 with pydantic-settings
|
| 6 |
+
pydantic>=2.0.0,<2.6.0
|
| 7 |
+
pydantic-settings>=2.0.0,<2.3.0
|
| 8 |
+
typing-extensions>=4.7.0
|
| 9 |
python-dotenv==1.0.1
|
| 10 |
|
| 11 |
# ===== Visualization =====
|