fix "TypeError: argument of type 'bool' is not iterable" coming from python3.xx/site-packages/gradio_client/utils.py
#254
by
mightychili
- opened
- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -3,3 +3,4 @@ smolagents
|
|
3 |
requests
|
4 |
duckduckgo_search
|
5 |
pandas
|
|
|
|
3 |
requests
|
4 |
duckduckgo_search
|
5 |
pandas
|
6 |
+
pydantic==2.10.6
|