diff --git a/pulp-glue/pyproject.toml b/pulp-glue/pyproject.toml index 91caa2dc..53d63a33 100644 --- a/pulp-glue/pyproject.toml +++ b/pulp-glue/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dependencies = [ "multidict>=6.0.5,<6.8", "packaging>=22.0,<=26.0", # CalVer - "pydantic>=2.9.2,<2.13", + "pydantic>=2.9.2,<2.14", "requests>=2.24.0,<2.34", "tomli>=2.0.0,<2.1;python_version<'3.11'", ]