Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
|
@@ -2,9 +2,7 @@
|
|
| 2 |
# Python 3.12 compatible - No Rust compilation
|
| 3 |
|
| 4 |
# ===== Core Dependencies =====
|
| 5 |
-
|
| 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 |
|