ppsingh commited on
Commit
a90434f
1 Parent(s): cb9578c

change pydantic version

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,8 +21,8 @@ def install_packages():
21
  if not is_installed("spaces", "0.12.0"):
22
  install_commands.append("pip install spaces==0.17.0")
23
 
24
- if not is_installed("pydantic", "1.8.2"):
25
- install_commands.append("pip install pydantic==1.8.2")
26
 
27
  if not is_installed("typer", "0.4.0"):
28
  install_commands.append("pip install typer==0.4.0")
 
21
  if not is_installed("spaces", "0.12.0"):
22
  install_commands.append("pip install spaces==0.17.0")
23
 
24
+ if not is_installed("pydantic", "1.10.2"):
25
+ install_commands.append("pip install pydantic==1.10.2")
26
 
27
  if not is_installed("typer", "0.4.0"):
28
  install_commands.append("pip install typer==0.4.0")