Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ import openai
|
|
13 |
|
14 |
|
15 |
os.system("pip uninstall -y pydantic")
|
16 |
-
os.system('pip install pydantic==1.8.2')
|
17 |
|
18 |
# for local st testing, may need to run source ~/.zshrc to point to env vars
|
19 |
|
|
|
13 |
|
14 |
|
15 |
os.system("pip uninstall -y pydantic")
|
16 |
+
os.system('pip install pydantic==1.8.2 --use-deprecated=legacy-resolver')
|
17 |
|
18 |
# for local st testing, may need to run source ~/.zshrc to point to env vars
|
19 |
|