pulp-python-client 3.25.0__tar.gz → 3.26.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/PKG-INFO +2 -2
  2. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/README.md +1 -1
  3. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulp_python_client.egg-info/PKG-INFO +2 -2
  4. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/content_packages_api.py +18 -18
  6. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/content_provenance_api.py +30 -30
  7. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +12 -12
  8. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/publications_pypi_api.py +6 -6
  9. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/repositories_python_api.py +6 -6
  10. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api_client.py +1 -1
  11. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/configuration.py +1 -1
  12. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pyproject.toml +1 -1
  13. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/setup.py +1 -1
  14. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulp_python_client.egg-info/SOURCES.txt +0 -0
  15. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulp_python_client.egg-info/dependency_links.txt +0 -0
  16. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulp_python_client.egg-info/requires.txt +0 -0
  17. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulp_python_client.egg-info/top_level.txt +0 -0
  18. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/__init__.py +0 -0
  19. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/__init__.py +0 -0
  20. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  21. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/pypi_api.py +0 -0
  22. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/pypi_legacy_api.py +0 -0
  23. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  24. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/pypi_provenance_api.py +0 -0
  25. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/pypi_simple_api.py +0 -0
  26. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  27. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  28. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api_response.py +0 -0
  29. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/exceptions.py +0 -0
  30. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  31. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  32. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  33. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  34. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
  35. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
  36. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  37. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  38. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  39. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  40. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  41. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  42. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  43. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  44. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
  45. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  46. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  47. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  48. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  49. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  50. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  51. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  52. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
  53. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  54. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
  55. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
  56. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  57. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  58. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  59. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  60. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  61. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  62. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  63. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  64. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
  65. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
  66. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/remote_network_config.py +0 -0
  67. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/remote_network_config_response.py +0 -0
  68. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/repair.py +0 -0
  69. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  70. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  71. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  72. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  73. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  74. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  75. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  76. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  77. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/py.typed +0 -0
  78. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/rest.py +0 -0
  79. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/setup.cfg +0 -0
  80. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_async_operation_response.py +0 -0
  81. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_content_packages_api.py +0 -0
  82. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_content_provenance_api.py +0 -0
  83. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_content_summary_response.py +0 -0
  84. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_distributions_pypi_api.py +0 -0
  85. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_exclude_platforms_enum.py +0 -0
  86. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_filetype_enum.py +0 -0
  87. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_metadata_version_enum.py +0 -0
  88. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_my_permissions_response.py +0 -0
  89. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_nested_role.py +0 -0
  90. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_nested_role_response.py +0 -0
  91. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_object_roles_response.py +0 -0
  92. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_package_metadata_response.py +0 -0
  93. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_package_types_enum.py +0 -0
  94. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_package_upload_task_response.py +0 -0
  95. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_paginated_repository_version_response_list.py +0 -0
  96. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
  97. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  98. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  99. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  100. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  101. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_paginatedpython_python_repository_response_list.py +0 -0
  102. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_patchedpython_python_distribution.py +0 -0
  103. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_patchedpython_python_remote.py +0 -0
  104. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_patchedpython_python_repository.py +0 -0
  105. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_policy_enum.py +0 -0
  106. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_protocol_version_enum.py +0 -0
  107. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_publications_pypi_api.py +0 -0
  108. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_pypi_api.py +0 -0
  109. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_pypi_legacy_api.py +0 -0
  110. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_pypi_metadata_api.py +0 -0
  111. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_pypi_provenance_api.py +0 -0
  112. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_pypi_simple_api.py +0 -0
  113. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_package_provenance_response.py +0 -0
  114. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_python_distribution.py +0 -0
  115. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_python_distribution_response.py +0 -0
  116. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_python_package_content_response.py +0 -0
  117. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_python_publication.py +0 -0
  118. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_python_publication_response.py +0 -0
  119. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_python_remote.py +0 -0
  120. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_python_remote_response.py +0 -0
  121. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  122. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_python_repository.py +0 -0
  123. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_python_repository_response.py +0 -0
  124. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_remote_network_config.py +0 -0
  125. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_remote_network_config_response.py +0 -0
  126. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_remotes_python_api.py +0 -0
  127. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_repair.py +0 -0
  128. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_repositories_python_api.py +0 -0
  129. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_repositories_python_versions_api.py +0 -0
  130. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_repository_add_remove_content.py +0 -0
  131. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_repository_sync_url.py +0 -0
  132. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_repository_version_response.py +0 -0
  133. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_set_label.py +0 -0
  134. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_set_label_response.py +0 -0
  135. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_summary_response.py +0 -0
  136. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_unset_label.py +0 -0
  137. {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_unset_label_response.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulp_python-client
3
- Version: 3.25.0
3
+ Version: 3.26.0
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -24,7 +24,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
24
24
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
25
25
 
26
26
  - API version: v3
27
- - Package version: 3.25.0
27
+ - Package version: 3.26.0
28
28
  - Generator version: 7.14.0
29
29
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
30
30
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -4,7 +4,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
4
4
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5
5
 
6
6
  - API version: v3
7
- - Package version: 3.25.0
7
+ - Package version: 3.26.0
8
8
  - Generator version: 7.14.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulp_python-client
3
- Version: 3.25.0
3
+ Version: 3.26.0
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -24,7 +24,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
24
24
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
25
25
 
26
26
  - API version: v3
27
- - Package version: 3.25.0
27
+ - Package version: 3.26.0
28
28
  - Generator version: 7.14.0
29
29
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
30
30
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "3.25.0"
18
+ __version__ = "3.26.0"
19
19
 
20
20
  # Define package exports
21
21
  __all__ = [
@@ -889,9 +889,9 @@ class ContentPackagesApi:
889
889
  pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
890
890
  pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
891
891
  q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
892
- repository_version: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
893
- repository_version_added: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
894
- repository_version_removed: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
892
+ repository_version: Optional[StrictStr] = None,
893
+ repository_version_added: Optional[StrictStr] = None,
894
+ repository_version_removed: Optional[StrictStr] = None,
895
895
  requires_python: Annotated[Optional[StrictStr], Field(description="Filter results where requires_python matches value")] = None,
896
896
  requires_python__contains: Annotated[Optional[StrictStr], Field(description="Filter results where requires_python contains value")] = None,
897
897
  requires_python__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where requires_python is in a comma-separated list of values")] = None,
@@ -967,11 +967,11 @@ class ContentPackagesApi:
967
967
  :type pulp_label_select: str
968
968
  :param q: Filter results by using NOT, AND and OR operations on other filters
969
969
  :type q: str
970
- :param repository_version: Repository Version referenced by HREF/PRN
970
+ :param repository_version:
971
971
  :type repository_version: str
972
- :param repository_version_added: Repository Version referenced by HREF/PRN
972
+ :param repository_version_added:
973
973
  :type repository_version_added: str
974
- :param repository_version_removed: Repository Version referenced by HREF/PRN
974
+ :param repository_version_removed:
975
975
  :type repository_version_removed: str
976
976
  :param requires_python: Filter results where requires_python matches value
977
977
  :type requires_python: str
@@ -1104,9 +1104,9 @@ class ContentPackagesApi:
1104
1104
  pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
1105
1105
  pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
1106
1106
  q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
1107
- repository_version: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
1108
- repository_version_added: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
1109
- repository_version_removed: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
1107
+ repository_version: Optional[StrictStr] = None,
1108
+ repository_version_added: Optional[StrictStr] = None,
1109
+ repository_version_removed: Optional[StrictStr] = None,
1110
1110
  requires_python: Annotated[Optional[StrictStr], Field(description="Filter results where requires_python matches value")] = None,
1111
1111
  requires_python__contains: Annotated[Optional[StrictStr], Field(description="Filter results where requires_python contains value")] = None,
1112
1112
  requires_python__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where requires_python is in a comma-separated list of values")] = None,
@@ -1182,11 +1182,11 @@ class ContentPackagesApi:
1182
1182
  :type pulp_label_select: str
1183
1183
  :param q: Filter results by using NOT, AND and OR operations on other filters
1184
1184
  :type q: str
1185
- :param repository_version: Repository Version referenced by HREF/PRN
1185
+ :param repository_version:
1186
1186
  :type repository_version: str
1187
- :param repository_version_added: Repository Version referenced by HREF/PRN
1187
+ :param repository_version_added:
1188
1188
  :type repository_version_added: str
1189
- :param repository_version_removed: Repository Version referenced by HREF/PRN
1189
+ :param repository_version_removed:
1190
1190
  :type repository_version_removed: str
1191
1191
  :param requires_python: Filter results where requires_python matches value
1192
1192
  :type requires_python: str
@@ -1319,9 +1319,9 @@ class ContentPackagesApi:
1319
1319
  pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
1320
1320
  pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
1321
1321
  q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
1322
- repository_version: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
1323
- repository_version_added: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
1324
- repository_version_removed: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
1322
+ repository_version: Optional[StrictStr] = None,
1323
+ repository_version_added: Optional[StrictStr] = None,
1324
+ repository_version_removed: Optional[StrictStr] = None,
1325
1325
  requires_python: Annotated[Optional[StrictStr], Field(description="Filter results where requires_python matches value")] = None,
1326
1326
  requires_python__contains: Annotated[Optional[StrictStr], Field(description="Filter results where requires_python contains value")] = None,
1327
1327
  requires_python__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where requires_python is in a comma-separated list of values")] = None,
@@ -1397,11 +1397,11 @@ class ContentPackagesApi:
1397
1397
  :type pulp_label_select: str
1398
1398
  :param q: Filter results by using NOT, AND and OR operations on other filters
1399
1399
  :type q: str
1400
- :param repository_version: Repository Version referenced by HREF/PRN
1400
+ :param repository_version:
1401
1401
  :type repository_version: str
1402
- :param repository_version_added: Repository Version referenced by HREF/PRN
1402
+ :param repository_version_added:
1403
1403
  :type repository_version_added: str
1404
- :param repository_version_removed: Repository Version referenced by HREF/PRN
1404
+ :param repository_version_removed:
1405
1405
  :type repository_version_removed: str
1406
1406
  :param requires_python: Filter results where requires_python matches value
1407
1407
  :type requires_python: str
@@ -451,16 +451,16 @@ class ContentProvenanceApi:
451
451
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
452
452
  ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `provenance` - Provenance * `-provenance` - Provenance (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
453
453
  orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
454
- package: Annotated[Optional[StrictStr], Field(description="Filter results where package matches value")] = None,
455
- package__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where package is in a comma-separated list of values")] = None,
454
+ package: Optional[StrictStr] = None,
455
+ package__in: Optional[List[StrictStr]] = None,
456
456
  prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
457
457
  pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
458
458
  pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
459
459
  pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
460
460
  q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
461
- repository_version: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
462
- repository_version_added: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
463
- repository_version_removed: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
461
+ repository_version: Optional[StrictStr] = None,
462
+ repository_version_added: Optional[StrictStr] = None,
463
+ repository_version_removed: Optional[StrictStr] = None,
464
464
  sha256: Annotated[Optional[StrictStr], Field(description="Filter results where sha256 matches value")] = None,
465
465
  sha256__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where sha256 is in a comma-separated list of values")] = None,
466
466
  fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
@@ -492,9 +492,9 @@ class ContentProvenanceApi:
492
492
  :type ordering: List[str]
493
493
  :param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
494
494
  :type orphaned_for: float
495
- :param package: Filter results where package matches value
495
+ :param package:
496
496
  :type package: str
497
- :param package__in: Filter results where package is in a comma-separated list of values
497
+ :param package__in:
498
498
  :type package__in: List[str]
499
499
  :param prn__in: Multiple values may be separated by commas.
500
500
  :type prn__in: List[str]
@@ -506,11 +506,11 @@ class ContentProvenanceApi:
506
506
  :type pulp_label_select: str
507
507
  :param q: Filter results by using NOT, AND and OR operations on other filters
508
508
  :type q: str
509
- :param repository_version: Repository Version referenced by HREF/PRN
509
+ :param repository_version:
510
510
  :type repository_version: str
511
- :param repository_version_added: Repository Version referenced by HREF/PRN
511
+ :param repository_version_added:
512
512
  :type repository_version_added: str
513
- :param repository_version_removed: Repository Version referenced by HREF/PRN
513
+ :param repository_version_removed:
514
514
  :type repository_version_removed: str
515
515
  :param sha256: Filter results where sha256 matches value
516
516
  :type sha256: str
@@ -590,16 +590,16 @@ class ContentProvenanceApi:
590
590
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
591
591
  ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `provenance` - Provenance * `-provenance` - Provenance (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
592
592
  orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
593
- package: Annotated[Optional[StrictStr], Field(description="Filter results where package matches value")] = None,
594
- package__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where package is in a comma-separated list of values")] = None,
593
+ package: Optional[StrictStr] = None,
594
+ package__in: Optional[List[StrictStr]] = None,
595
595
  prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
596
596
  pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
597
597
  pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
598
598
  pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
599
599
  q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
600
- repository_version: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
601
- repository_version_added: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
602
- repository_version_removed: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
600
+ repository_version: Optional[StrictStr] = None,
601
+ repository_version_added: Optional[StrictStr] = None,
602
+ repository_version_removed: Optional[StrictStr] = None,
603
603
  sha256: Annotated[Optional[StrictStr], Field(description="Filter results where sha256 matches value")] = None,
604
604
  sha256__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where sha256 is in a comma-separated list of values")] = None,
605
605
  fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
@@ -631,9 +631,9 @@ class ContentProvenanceApi:
631
631
  :type ordering: List[str]
632
632
  :param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
633
633
  :type orphaned_for: float
634
- :param package: Filter results where package matches value
634
+ :param package:
635
635
  :type package: str
636
- :param package__in: Filter results where package is in a comma-separated list of values
636
+ :param package__in:
637
637
  :type package__in: List[str]
638
638
  :param prn__in: Multiple values may be separated by commas.
639
639
  :type prn__in: List[str]
@@ -645,11 +645,11 @@ class ContentProvenanceApi:
645
645
  :type pulp_label_select: str
646
646
  :param q: Filter results by using NOT, AND and OR operations on other filters
647
647
  :type q: str
648
- :param repository_version: Repository Version referenced by HREF/PRN
648
+ :param repository_version:
649
649
  :type repository_version: str
650
- :param repository_version_added: Repository Version referenced by HREF/PRN
650
+ :param repository_version_added:
651
651
  :type repository_version_added: str
652
- :param repository_version_removed: Repository Version referenced by HREF/PRN
652
+ :param repository_version_removed:
653
653
  :type repository_version_removed: str
654
654
  :param sha256: Filter results where sha256 matches value
655
655
  :type sha256: str
@@ -729,16 +729,16 @@ class ContentProvenanceApi:
729
729
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
730
730
  ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `provenance` - Provenance * `-provenance` - Provenance (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
731
731
  orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
732
- package: Annotated[Optional[StrictStr], Field(description="Filter results where package matches value")] = None,
733
- package__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where package is in a comma-separated list of values")] = None,
732
+ package: Optional[StrictStr] = None,
733
+ package__in: Optional[List[StrictStr]] = None,
734
734
  prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
735
735
  pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
736
736
  pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
737
737
  pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
738
738
  q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
739
- repository_version: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
740
- repository_version_added: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
741
- repository_version_removed: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
739
+ repository_version: Optional[StrictStr] = None,
740
+ repository_version_added: Optional[StrictStr] = None,
741
+ repository_version_removed: Optional[StrictStr] = None,
742
742
  sha256: Annotated[Optional[StrictStr], Field(description="Filter results where sha256 matches value")] = None,
743
743
  sha256__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where sha256 is in a comma-separated list of values")] = None,
744
744
  fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
@@ -770,9 +770,9 @@ class ContentProvenanceApi:
770
770
  :type ordering: List[str]
771
771
  :param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
772
772
  :type orphaned_for: float
773
- :param package: Filter results where package matches value
773
+ :param package:
774
774
  :type package: str
775
- :param package__in: Filter results where package is in a comma-separated list of values
775
+ :param package__in:
776
776
  :type package__in: List[str]
777
777
  :param prn__in: Multiple values may be separated by commas.
778
778
  :type prn__in: List[str]
@@ -784,11 +784,11 @@ class ContentProvenanceApi:
784
784
  :type pulp_label_select: str
785
785
  :param q: Filter results by using NOT, AND and OR operations on other filters
786
786
  :type q: str
787
- :param repository_version: Repository Version referenced by HREF/PRN
787
+ :param repository_version:
788
788
  :type repository_version: str
789
- :param repository_version_added: Repository Version referenced by HREF/PRN
789
+ :param repository_version_added:
790
790
  :type repository_version_added: str
791
- :param repository_version_removed: Repository Version referenced by HREF/PRN
791
+ :param repository_version_removed:
792
792
  :type repository_version_removed: str
793
793
  :param sha256: Filter results where sha256 matches value
794
794
  :type sha256: str
@@ -957,8 +957,8 @@ class DistributionsPypiApi:
957
957
  pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
958
958
  pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
959
959
  q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
960
- repository: Annotated[Optional[StrictStr], Field(description="Filter results where repository matches value")] = None,
961
- repository__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where repository is in a comma-separated list of values")] = None,
960
+ repository: Optional[StrictStr] = None,
961
+ repository__in: Optional[List[StrictStr]] = None,
962
962
  with_content: Annotated[Optional[StrictStr], Field(description="Filter distributions based on the content served by them")] = None,
963
963
  fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
964
964
  exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
@@ -1025,9 +1025,9 @@ class DistributionsPypiApi:
1025
1025
  :type pulp_label_select: str
1026
1026
  :param q: Filter results by using NOT, AND and OR operations on other filters
1027
1027
  :type q: str
1028
- :param repository: Filter results where repository matches value
1028
+ :param repository:
1029
1029
  :type repository: str
1030
- :param repository__in: Filter results where repository is in a comma-separated list of values
1030
+ :param repository__in:
1031
1031
  :type repository__in: List[str]
1032
1032
  :param with_content: Filter distributions based on the content served by them
1033
1033
  :type with_content: str
@@ -1132,8 +1132,8 @@ class DistributionsPypiApi:
1132
1132
  pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
1133
1133
  pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
1134
1134
  q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
1135
- repository: Annotated[Optional[StrictStr], Field(description="Filter results where repository matches value")] = None,
1136
- repository__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where repository is in a comma-separated list of values")] = None,
1135
+ repository: Optional[StrictStr] = None,
1136
+ repository__in: Optional[List[StrictStr]] = None,
1137
1137
  with_content: Annotated[Optional[StrictStr], Field(description="Filter distributions based on the content served by them")] = None,
1138
1138
  fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
1139
1139
  exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
@@ -1200,9 +1200,9 @@ class DistributionsPypiApi:
1200
1200
  :type pulp_label_select: str
1201
1201
  :param q: Filter results by using NOT, AND and OR operations on other filters
1202
1202
  :type q: str
1203
- :param repository: Filter results where repository matches value
1203
+ :param repository:
1204
1204
  :type repository: str
1205
- :param repository__in: Filter results where repository is in a comma-separated list of values
1205
+ :param repository__in:
1206
1206
  :type repository__in: List[str]
1207
1207
  :param with_content: Filter distributions based on the content served by them
1208
1208
  :type with_content: str
@@ -1307,8 +1307,8 @@ class DistributionsPypiApi:
1307
1307
  pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
1308
1308
  pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
1309
1309
  q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
1310
- repository: Annotated[Optional[StrictStr], Field(description="Filter results where repository matches value")] = None,
1311
- repository__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where repository is in a comma-separated list of values")] = None,
1310
+ repository: Optional[StrictStr] = None,
1311
+ repository__in: Optional[List[StrictStr]] = None,
1312
1312
  with_content: Annotated[Optional[StrictStr], Field(description="Filter distributions based on the content served by them")] = None,
1313
1313
  fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
1314
1314
  exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
@@ -1375,9 +1375,9 @@ class DistributionsPypiApi:
1375
1375
  :type pulp_label_select: str
1376
1376
  :param q: Filter results by using NOT, AND and OR operations on other filters
1377
1377
  :type q: str
1378
- :param repository: Filter results where repository matches value
1378
+ :param repository:
1379
1379
  :type repository: str
1380
- :param repository__in: Filter results where repository is in a comma-separated list of values
1380
+ :param repository__in:
1381
1381
  :type repository__in: List[str]
1382
1382
  :param with_content: Filter distributions based on the content served by them
1383
1383
  :type with_content: str
@@ -942,7 +942,7 @@ class PublicationsPypiApi:
942
942
  pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
943
943
  q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
944
944
  repository: Annotated[Optional[StrictStr], Field(description="Repository referenced by HREF/PRN")] = None,
945
- repository_version: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
945
+ repository_version: Optional[StrictStr] = None,
946
946
  fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
947
947
  exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
948
948
  _request_timeout: Union[
@@ -1000,7 +1000,7 @@ class PublicationsPypiApi:
1000
1000
  :type q: str
1001
1001
  :param repository: Repository referenced by HREF/PRN
1002
1002
  :type repository: str
1003
- :param repository_version: Repository Version referenced by HREF/PRN
1003
+ :param repository_version:
1004
1004
  :type repository_version: str
1005
1005
  :param fields: A list of fields to include in the response.
1006
1006
  :type fields: List[str]
@@ -1093,7 +1093,7 @@ class PublicationsPypiApi:
1093
1093
  pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
1094
1094
  q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
1095
1095
  repository: Annotated[Optional[StrictStr], Field(description="Repository referenced by HREF/PRN")] = None,
1096
- repository_version: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
1096
+ repository_version: Optional[StrictStr] = None,
1097
1097
  fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
1098
1098
  exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
1099
1099
  _request_timeout: Union[
@@ -1151,7 +1151,7 @@ class PublicationsPypiApi:
1151
1151
  :type q: str
1152
1152
  :param repository: Repository referenced by HREF/PRN
1153
1153
  :type repository: str
1154
- :param repository_version: Repository Version referenced by HREF/PRN
1154
+ :param repository_version:
1155
1155
  :type repository_version: str
1156
1156
  :param fields: A list of fields to include in the response.
1157
1157
  :type fields: List[str]
@@ -1244,7 +1244,7 @@ class PublicationsPypiApi:
1244
1244
  pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
1245
1245
  q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
1246
1246
  repository: Annotated[Optional[StrictStr], Field(description="Repository referenced by HREF/PRN")] = None,
1247
- repository_version: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
1247
+ repository_version: Optional[StrictStr] = None,
1248
1248
  fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
1249
1249
  exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
1250
1250
  _request_timeout: Union[
@@ -1302,7 +1302,7 @@ class PublicationsPypiApi:
1302
1302
  :type q: str
1303
1303
  :param repository: Repository referenced by HREF/PRN
1304
1304
  :type repository: str
1305
- :param repository_version: Repository Version referenced by HREF/PRN
1305
+ :param repository_version:
1306
1306
  :type repository_version: str
1307
1307
  :param fields: A list of fields to include in the response.
1308
1308
  :type fields: List[str]
@@ -955,7 +955,7 @@ class RepositoriesPythonApi:
955
955
  pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
956
956
  pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
957
957
  q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
958
- remote: Annotated[Optional[StrictStr], Field(description="Foreign Key referenced by HREF")] = None,
958
+ remote: Optional[StrictStr] = None,
959
959
  retain_repo_versions: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions matches value")] = None,
960
960
  retain_repo_versions__gt: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions is greater than value")] = None,
961
961
  retain_repo_versions__gte: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions is greater than or equal to value")] = None,
@@ -1022,7 +1022,7 @@ class RepositoriesPythonApi:
1022
1022
  :type pulp_label_select: str
1023
1023
  :param q: Filter results by using NOT, AND and OR operations on other filters
1024
1024
  :type q: str
1025
- :param remote: Foreign Key referenced by HREF
1025
+ :param remote:
1026
1026
  :type remote: str
1027
1027
  :param retain_repo_versions: Filter results where retain_repo_versions matches value
1028
1028
  :type retain_repo_versions: int
@@ -1142,7 +1142,7 @@ class RepositoriesPythonApi:
1142
1142
  pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
1143
1143
  pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
1144
1144
  q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
1145
- remote: Annotated[Optional[StrictStr], Field(description="Foreign Key referenced by HREF")] = None,
1145
+ remote: Optional[StrictStr] = None,
1146
1146
  retain_repo_versions: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions matches value")] = None,
1147
1147
  retain_repo_versions__gt: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions is greater than value")] = None,
1148
1148
  retain_repo_versions__gte: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions is greater than or equal to value")] = None,
@@ -1209,7 +1209,7 @@ class RepositoriesPythonApi:
1209
1209
  :type pulp_label_select: str
1210
1210
  :param q: Filter results by using NOT, AND and OR operations on other filters
1211
1211
  :type q: str
1212
- :param remote: Foreign Key referenced by HREF
1212
+ :param remote:
1213
1213
  :type remote: str
1214
1214
  :param retain_repo_versions: Filter results where retain_repo_versions matches value
1215
1215
  :type retain_repo_versions: int
@@ -1329,7 +1329,7 @@ class RepositoriesPythonApi:
1329
1329
  pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
1330
1330
  pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
1331
1331
  q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
1332
- remote: Annotated[Optional[StrictStr], Field(description="Foreign Key referenced by HREF")] = None,
1332
+ remote: Optional[StrictStr] = None,
1333
1333
  retain_repo_versions: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions matches value")] = None,
1334
1334
  retain_repo_versions__gt: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions is greater than value")] = None,
1335
1335
  retain_repo_versions__gte: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions is greater than or equal to value")] = None,
@@ -1396,7 +1396,7 @@ class RepositoriesPythonApi:
1396
1396
  :type pulp_label_select: str
1397
1397
  :param q: Filter results by using NOT, AND and OR operations on other filters
1398
1398
  :type q: str
1399
- :param remote: Foreign Key referenced by HREF
1399
+ :param remote:
1400
1400
  :type remote: str
1401
1401
  :param retain_repo_versions: Filter results where retain_repo_versions matches value
1402
1402
  :type retain_repo_versions: int
@@ -91,7 +91,7 @@ class ApiClient:
91
91
  self.default_headers[header_name] = header_value
92
92
  self.cookie = cookie
93
93
  # Set default User-Agent.
94
- self.user_agent = 'OpenAPI-Generator/3.25.0/python'
94
+ self.user_agent = 'OpenAPI-Generator/3.26.0/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -556,7 +556,7 @@ conf = pulpcore.client.pulp_python.Configuration(
556
556
  "OS: {env}\n"\
557
557
  "Python Version: {pyversion}\n"\
558
558
  "Version of the API: v3\n"\
559
- "SDK Package Version: 3.25.0".\
559
+ "SDK Package Version: 3.26.0".\
560
560
  format(env=sys.platform, pyversion=sys.version)
561
561
 
562
562
  def get_host_settings(self) -> List[HostSetting]:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pulp_python-client"
3
- version = "3.25.0"
3
+ version = "3.26.0"
4
4
  description = "Pulp 3 API"
5
5
  authors = [
6
6
  {name = "Pulp Team",email = "pulp-list@redhat.com"},
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages # noqa: H301
22
22
  # prerequisite: setuptools
23
23
  # http://pypi.python.org/pypi/setuptools
24
24
  NAME = "pulp_python-client"
25
- VERSION = "3.25.0"
25
+ VERSION = "3.26.0"
26
26
  PYTHON_REQUIRES = ">= 3.9"
27
27
  REQUIRES = [
28
28
  "urllib3 >= 2.1.0, < 2.7",