diff --git a/pulp-glue/pyproject.toml b/pulp-glue/pyproject.toml index f290c05bf..e80d4f1ad 100644 --- a/pulp-glue/pyproject.toml +++ b/pulp-glue/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] dependencies = [ "multidict>=6.0.5,<6.8", - "packaging>=22.0,<=26.0", # CalVer + "packaging>=22.0,<=26.2", # CalVer "requests>=2.24.0,<2.33", "tomli>=2.0.0,<2.1;python_version<'3.11'", ]