cribl-control-plane 0.2.1rc3__py3-none-any.whl → 0.2.1rc5__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 cribl-control-plane might be problematic. Click here for more details.

@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "cribl-control-plane"
6
- __version__: str = "0.2.1rc3"
7
- __openapi_doc_version__: str = "4.15.0-alpha.1761655977097-59e6cf2e"
8
- __gen_version__: str = "2.731.4"
9
- __user_agent__: str = "speakeasy-sdk/python 0.2.1rc3 2.731.4 4.15.0-alpha.1761655977097-59e6cf2e cribl-control-plane"
6
+ __version__: str = "0.2.1rc5"
7
+ __openapi_doc_version__: str = "4.15.0-alpha.1761742903037-a6787ef9"
8
+ __gen_version__: str = "2.730.5"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.2.1rc5 2.730.5 4.15.0-alpha.1761742903037-a6787ef9 cribl-control-plane"
10
10
 
11
11
  try:
12
12
  if __package__ is not None: