File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22__pycache__ /
33build /
44tests /cli.toml
5- pytest_pulp_cli / GPG-PRIVATE-KEY-fixture-signing
5+ GPG-PRIVATE-KEY-fixture-signing
66site /
77dist /
88* .po~
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ classifiers = [
2424]
2525dependencies = [
2626 " importlib_resources>=5.4.0,<6.2;python_version<'3.9'" ,
27- " packaging>=20 .0,<=25.0 " , # CalVer
27+ " packaging>=22 .0,<=26.2 " , # CalVer
2828 " requests>=2.24.0,<2.33" ,
2929]
3030
Original file line number Diff line number Diff line change @@ -646,7 +646,8 @@ def load_labels_callback(
646646
647647
648648def 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 (
You can’t perform that action at this time.
0 commit comments