pydantic
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -5,4 +5,5 @@ datasets>=2.0.0
|
|
5 |
apscheduler>=3.10.0
|
6 |
python-dotenv>=1.0.0
|
7 |
plotly>=5.18.0
|
|
|
8 |
guardbench @ git+https://github.com/whitecircle-ai/guard-bench.git
|
|
|
5 |
apscheduler>=3.10.0
|
6 |
python-dotenv>=1.0.0
|
7 |
plotly>=5.18.0
|
8 |
+
pydantic==2.10.6
|
9 |
guardbench @ git+https://github.com/whitecircle-ai/guard-bench.git
|