diff --git a/setup.py b/setup.py index 2b5fbf9e7..68d345631 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ def is_rtd() -> bool: install_requires = [ "overrides", "PyYAML", - "pydantic>=1.9.0", + "pydantic>=1.9.0,<2.0.0", "pydantic-yaml[pyyaml]", "pyxdg", "requests",