Skip to content

Commit 8069100

Browse files
committed
Bump version of packaging
1 parent 37db84f commit 8069100

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__pycache__/
33
build/
44
tests/cli.toml
5-
pytest_pulp_cli/GPG-PRIVATE-KEY-fixture-signing
5+
GPG-PRIVATE-KEY-fixture-signing
66
site/
77
dist/
88
*.po~

pulp-glue/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
dependencies = [
2626
"importlib_resources>=5.4.0,<6.2;python_version<'3.9'",
27-
"packaging>=20.0,<=25.0", # CalVer
27+
"packaging>=20.0,<=26.2", # CalVer
2828
"requests>=2.24.0,<2.33",
2929
]
3030

pulpcore/cli/common/generic.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,8 @@ def load_labels_callback(
646646

647647

648648
def create_content_json_callback(
649-
context_class: t.Optional[t.Type[PulpContentContext]] = None, schema: s.Schema = None
649+
context_class: t.Optional[t.Type[PulpContentContext]] = None,
650+
schema: t.Optional[s.Schema] = None,
650651
) -> t.Any:
651652
@load_file_wrapper
652653
def _callback(

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers=[
2525
dependencies = [
2626
"pulp-glue==0.29.5.dev",
2727
"click>=8.0.0,<8.2", # Proven to not do semver.
28-
"packaging>=20.0,<=25", # CalVer
28+
"packaging>=20.0,<=26.2", # CalVer
2929
"PyYAML>=5.3,<6.1",
3030
"schema>=0.7.5,<0.8",
3131
"toml>=0.10.2,<0.11",

0 commit comments

Comments
 (0)