diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 16fc6ec..cb58b9f --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "prometheus-client==0.9.0", "pycares==3.1.1", "pycparser==2.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", - "pydantic==1.8.1; python_full_version >= '3.6.1'", + "pydantic==1.8.2; python_full_version >= '3.6.1'", "python-dateutil==2.8.1", "six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "starlette==0.13.6; python_version >= '3.6'",