crc-pulpcore-client 20250903.2__py3-none-any.whl → 20250903.3__py3-none-any.whl

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.

Potentially problematic release.


This version of crc-pulpcore-client might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulpcore-client
3
- Version: 20250903.2
3
+ Version: 20250903.3
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -1,9 +1,9 @@
1
1
  pulpcore/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
2
2
  pulpcore/client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
3
- pulpcore/client/pulpcore/__init__.py,sha256=YDVunKbbOu-8nr11ykRpMNkoL417rYwKFk4JYSuIGfk,21079
4
- pulpcore/client/pulpcore/api_client.py,sha256=6N_72kuHYu7vaqDdsQrBAqH35aG4Y0CiFvlKyvq9PAc,27517
3
+ pulpcore/client/pulpcore/__init__.py,sha256=B8WoJzceLtJd5i5udAx0rAqdbPtD25j8CWUoRc3CbCs,21079
4
+ pulpcore/client/pulpcore/api_client.py,sha256=V8ZmijhSRXH49Sdco77BY5HsqXAWXBxzVJTupyMdcuY,27517
5
5
  pulpcore/client/pulpcore/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
6
- pulpcore/client/pulpcore/configuration.py,sha256=fzWe_vsP_h7WROgw3IY3hEyR0QaMcdhu8H7EauwSXdg,19674
6
+ pulpcore/client/pulpcore/configuration.py,sha256=KnIA6YCP8Fo-1SjlD5mKwbgkifo0vE-QlzD0H_qR9qg,19674
7
7
  pulpcore/client/pulpcore/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
8
8
  pulpcore/client/pulpcore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  pulpcore/client/pulpcore/rest.py,sha256=ZFqHiM-CIVneED6Dl_oqo7zt3Uqa_fBHPCvoMvLG0YY,9407
@@ -232,7 +232,7 @@ pulpcore/client/pulpcore/models/user_role_response.py,sha256=ke0JKmsIbQ_1i3qtsgG
232
232
  pulpcore/client/pulpcore/models/version_response.py,sha256=0rUURzqK9Y-zSLgRVMsGEYCxoxobrP7cGNYxds9c9rU,3200
233
233
  pulpcore/client/pulpcore/models/vulnerability_report_response.py,sha256=y1k92R0X6_g-CoNxD6yGI3JKn-cC5ELF-BmR9BnmDX0,4150
234
234
  pulpcore/client/pulpcore/models/worker_response.py,sha256=UcYlVB38did0eeYVgG9wgUaHqpUzHBM7pWLZmtaxh7I,4899
235
- crc_pulpcore_client-20250903.2.dist-info/METADATA,sha256=JqhAC20-0WkWQT7q0fHmRuXZzYjRQm492IR5CEUIafA,638
236
- crc_pulpcore_client-20250903.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
237
- crc_pulpcore_client-20250903.2.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
238
- crc_pulpcore_client-20250903.2.dist-info/RECORD,,
235
+ crc_pulpcore_client-20250903.3.dist-info/METADATA,sha256=BU3e3pC33ICiZ4ps90QHhxwfWzOT1tppEuz_d-3nbks,638
236
+ crc_pulpcore_client-20250903.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
237
+ crc_pulpcore_client-20250903.3.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
238
+ crc_pulpcore_client-20250903.3.dist-info/RECORD,,
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "20250903.2"
18
+ __version__ = "20250903.3"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulpcore.api.access_policies_api import AccessPoliciesApi
@@ -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/20250903.2/python'
94
+ self.user_agent = 'OpenAPI-Generator/20250903.3/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -557,7 +557,7 @@ conf = pulpcore.client.pulpcore.Configuration(
557
557
  "OS: {env}\n"\
558
558
  "Python Version: {pyversion}\n"\
559
559
  "Version of the API: v3\n"\
560
- "SDK Package Version: 20250903.2".\
560
+ "SDK Package Version: 20250903.3".\
561
561
  format(env=sys.platform, pyversion=sys.version)
562
562
 
563
563
  def get_host_settings(self) -> List[HostSetting]: