diff --git a/requirements.txt b/requirements.txt index 4091989..e0e285e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ certifi==2021.10.8; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version < "4" elasticsearch==7.17.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0" and python_version < "4") importlib-metadata==4.11.3; python_version < "3.8" -pydantic==1.9.0; python_full_version >= "3.6.1" +pydantic==1.10.5; python_full_version >= "3.6.1" typing-extensions==4.1.1; python_version >= "3.7" and python_version < "3.8" and python_full_version >= "3.6.1" urllib3==1.26.9; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" zipp==3.8.0; python_version >= "3.7" and python_version < "3.8"