[ Update ]: add pydantic settings
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -6,6 +6,7 @@ numpy==1.26.4
|
|
6 |
pandas==2.2.2
|
7 |
protobuf==4.25.3
|
8 |
pydantic==2.7.2
|
|
|
9 |
pydantic_core==2.18.3
|
10 |
redis==3.5.3
|
11 |
scikit-learn==1.5.0
|
|
|
6 |
pandas==2.2.2
|
7 |
protobuf==4.25.3
|
8 |
pydantic==2.7.2
|
9 |
+
pydantic-settings==2.4.0
|
10 |
pydantic_core==2.18.3
|
11 |
redis==3.5.3
|
12 |
scikit-learn==1.5.0
|