petter2025 commited on
Commit
814eac6
·
verified ·
1 Parent(s): 8e5457a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
  # Agentic Reliability Framework v3.8.0 - Hugging Face Optimized
2
- # NO pandas - it fails on Python 3.13
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
 
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 =====