petter2025 commited on
Commit
29a2fcb
·
verified ·
1 Parent(s): 379cf95

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -3
requirements.txt CHANGED
@@ -2,9 +2,7 @@
2
  # Python 3.12 compatible - No Rust compilation
3
 
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
 
 
2
  # Python 3.12 compatible - No Rust compilation
3
 
4
  # ===== Core Dependencies =====
5
+ pydantic>=2.0.0
 
 
6
  typing-extensions>=4.7.0
7
  python-dotenv==1.0.1
8