peak-sdk 1.18.0__tar.gz → 1.18.2__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 (131) hide show
  1. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/PKG-INFO +4 -4
  2. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/_version.py +1 -1
  3. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/resources/cache.py +47 -11
  4. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/pypi-home.md +2 -2
  5. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/pyproject.toml +2 -3
  6. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/LICENSE +0 -0
  7. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/__init__.py +0 -0
  8. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/_metadata.py +0 -0
  9. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/auth.py +0 -0
  10. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/base_client.py +0 -0
  11. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/callbacks.py +0 -0
  12. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/__init_.py +0 -0
  13. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/args.py +0 -0
  14. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/cli.py +0 -0
  15. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/helpers.py +0 -0
  16. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/metrics/__init__.py +0 -0
  17. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/metrics/metrics.py +0 -0
  18. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/press/__init__.py +0 -0
  19. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/press/apps/__init__.py +0 -0
  20. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/press/apps/deployments.py +0 -0
  21. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/press/apps/specs.py +0 -0
  22. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/press/blocks/__init__.py +0 -0
  23. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/press/blocks/deployments.py +0 -0
  24. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/press/blocks/specs.py +0 -0
  25. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/press/deployments.py +0 -0
  26. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/press/specs.py +0 -0
  27. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/resources/__init__.py +0 -0
  28. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/resources/alerts/__init__.py +0 -0
  29. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/resources/alerts/emails.py +0 -0
  30. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/resources/artifacts.py +0 -0
  31. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/resources/cache.py +0 -0
  32. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/resources/images.py +0 -0
  33. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/resources/services.py +0 -0
  34. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/resources/tenants.py +0 -0
  35. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/resources/users.py +0 -0
  36. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/resources/webapps.py +0 -0
  37. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/resources/workflows.py +0 -0
  38. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/ruff.toml +0 -0
  39. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/cli/version.py +0 -0
  40. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/compression.py +0 -0
  41. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/config.py +0 -0
  42. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/constants.py +0 -0
  43. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/exceptions.py +0 -0
  44. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/handler.py +0 -0
  45. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/helpers.py +0 -0
  46. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/logger.py +0 -0
  47. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/metrics/__init__.py +0 -0
  48. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/metrics/metrics.py +0 -0
  49. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/output.py +0 -0
  50. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/press/__init__.py +0 -0
  51. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/press/apps.py +0 -0
  52. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/press/blocks.py +0 -0
  53. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/press/deployments.py +0 -0
  54. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/press/specs.py +0 -0
  55. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/py.typed +0 -0
  56. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/resources/__init__.py +0 -0
  57. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/resources/alerts.py +0 -0
  58. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/resources/artifacts.py +0 -0
  59. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/resources/images.py +0 -0
  60. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/resources/services.py +0 -0
  61. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/resources/tenants.py +0 -0
  62. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/resources/users.py +0 -0
  63. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/resources/webapps.py +0 -0
  64. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/resources/workflows.py +0 -0
  65. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/metrics/create_collection.yaml +0 -0
  66. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/metrics/publish.yaml +0 -0
  67. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/metrics/query.yaml +0 -0
  68. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/metrics/update-namespace.yaml +0 -0
  69. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/press/apps/deployments/create_app_deployment.yaml +0 -0
  70. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/press/apps/deployments/create_app_deployment_revision.yaml +0 -0
  71. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/press/apps/deployments/update_app_deployment_metadata.yaml +0 -0
  72. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/press/apps/specs/create_app_spec.yaml +0 -0
  73. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/press/apps/specs/create_app_spec_release.yaml +0 -0
  74. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/press/apps/specs/update_app_spec_metadata.yaml +0 -0
  75. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/press/blocks/deployments/create_block_deployment.yaml +0 -0
  76. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/press/blocks/deployments/create_block_deployment_revision.yaml +0 -0
  77. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/press/blocks/deployments/patch_block_parameters.yaml +0 -0
  78. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/press/blocks/deployments/update_block_deployment_metadata.yaml +0 -0
  79. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/press/blocks/specs/service/api/create_block_spec.yaml +0 -0
  80. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/press/blocks/specs/service/api/create_block_spec_release.yaml +0 -0
  81. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/press/blocks/specs/service/webapp/create_block_spec.yaml +0 -0
  82. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/press/blocks/specs/service/webapp/create_block_spec_release.yaml +0 -0
  83. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/press/blocks/specs/update_block_spec_metadata.yaml +0 -0
  84. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/press/blocks/specs/workflow/create_block_spec.yaml +0 -0
  85. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/press/blocks/specs/workflow/create_block_spec_release.yaml +0 -0
  86. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/press/deployments/patch_app_parameters_v2.yaml +0 -0
  87. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/press/deployments/patch_block_parameters_v2.yaml +0 -0
  88. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/press/patch_parameters.yaml +0 -0
  89. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/artifacts/create_artifact.yaml +0 -0
  90. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/artifacts/create_artifact_version.yaml +0 -0
  91. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/artifacts/update_artifact_metadata.yaml +0 -0
  92. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/emails/send_email.yaml +0 -0
  93. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/images/dockerfile/create_image.yaml +0 -0
  94. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/images/dockerfile/create_image_version.yaml +0 -0
  95. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/images/dockerfile/update_version.yaml +0 -0
  96. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/images/github/create_image.yaml +0 -0
  97. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/images/github/create_image_version.yaml +0 -0
  98. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/images/github/update_version.yaml +0 -0
  99. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/images/upload/create_image.yaml +0 -0
  100. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/images/upload/create_image_version.yaml +0 -0
  101. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/images/upload/create_or_update_image.yaml +0 -0
  102. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/images/upload/update_version.yaml +0 -0
  103. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/services/create_or_update_service.yaml +0 -0
  104. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/services/create_service.yaml +0 -0
  105. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/services/test_service.yaml +0 -0
  106. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/services/update_service.yaml +0 -0
  107. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/webapps/create_or_update_webapp.yaml +0 -0
  108. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/webapps/create_webapp.yaml +0 -0
  109. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/webapps/update_webapp.yaml +0 -0
  110. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/workflows/create_or_update_workflow.yaml +0 -0
  111. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/workflows/create_workflow.yaml +0 -0
  112. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/workflows/execute_partial_workflow.yaml +0 -0
  113. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/workflows/execute_workflow.yaml +0 -0
  114. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/workflows/patch_workflow.yaml +0 -0
  115. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/workflows/update_workflow.yaml +0 -0
  116. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/workflows/workflow_auto_retry.yaml +0 -0
  117. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/workflows/workflow_execution_parameters.yaml +0 -0
  118. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/workflows/workflow_input_parameters.yaml +0 -0
  119. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/workflows/workflow_input_parameters_inherit.yaml +0 -0
  120. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/workflows/workflow_output_parameters.yaml +0 -0
  121. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/sample_yaml/resources/workflows/workflow_skippable_steps.yaml +0 -0
  122. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/session.py +0 -0
  123. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/telemetry.py +0 -0
  124. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/template.py +0 -0
  125. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/tools/__init__.py +0 -0
  126. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/tools/logging/__init__.py +0 -0
  127. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/tools/logging/log_handler.py +0 -0
  128. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/tools/logging/log_level.py +0 -0
  129. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/tools/logging/logger.py +0 -0
  130. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/tools/logging/utils.py +0 -0
  131. {peak_sdk-1.18.0 → peak_sdk-1.18.2}/peak/validators.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: peak-sdk
3
- Version: 1.18.0
3
+ Version: 1.18.2
4
4
  Summary: Python SDK for interacting with the Peak platform
5
5
  Home-page: https://docs.peak.ai/sdk/latest/
6
6
  License: Apache-2.0
@@ -29,7 +29,7 @@ Requires-Dist: requests (>=2.32,<3.0)
29
29
  Requires-Dist: requests-toolbelt (>=1.0,<2.0)
30
30
  Requires-Dist: shellingham (<1.5.4)
31
31
  Requires-Dist: structlog (>=24.2.0,<25.0.0)
32
- Requires-Dist: typer (>=0.12.4,<0.13.0)
32
+ Requires-Dist: typer (>=0.15.4,<0.16.0)
33
33
  Requires-Dist: urllib3 (<2)
34
34
  Requires-Dist: valkey (>=6.0.0,<7.0.0)
35
35
  Project-URL: Documentation, https://docs.peak.ai/sdk/latest/
@@ -107,7 +107,7 @@ Follow these steps to create a virtual environment using Python's built-in `venv
107
107
  This should return a response of the following format
108
108
 
109
109
  ```bash
110
- peak-cli==1.18.0
110
+ peak-cli==1.18.2
111
111
  Python==3.12.3
112
112
  System==Darwin(23.6.0)
113
113
  ```
@@ -123,7 +123,7 @@ Follow these steps to create a virtual environment using Python's built-in `venv
123
123
  This should print the version of the SDK
124
124
 
125
125
  ```
126
- 1.18.0
126
+ 1.18.2
127
127
  ```
128
128
 
129
129
  ### Using the SDK and CLI
@@ -18,4 +18,4 @@
18
18
  # # You should have received a copy of the APACHE LICENSE, VERSION 2.0
19
19
  # # along with this program. If not, see <https://apache.org/licenses/LICENSE-2.0>
20
20
  #
21
- __version__: str = "1.18.0"
21
+ __version__: str = "1.18.2"
@@ -458,7 +458,7 @@ class CacheClient(BaseClient):
458
458
  except json.JSONDecodeError:
459
459
  pass
460
460
  else:
461
- continue
461
+ continue # pragma: no cover ; test is added still coverage issue
462
462
 
463
463
  results.append(value_str)
464
464
 
@@ -509,6 +509,46 @@ class CacheClient(BaseClient):
509
509
  self._debug_log(f"Set {len(mapping)} keys via mset")
510
510
  return bool(result)
511
511
 
512
+ def _flush_keys_with_crossslot_fallback(self, keys: List[str], operation_name: str) -> int:
513
+ """Helper method to flush keys with CROSSSLOT fallback.
514
+
515
+ Args:
516
+ keys: List of keys to delete
517
+ operation_name: Name of the operation for logging (e.g., "tenant", "pattern 'user:*'")
518
+
519
+ Returns:
520
+ int: Number of keys deleted
521
+
522
+ Raises:
523
+ ValkeyError: If non-CROSSSLOT Valkey errors occur
524
+ """
525
+ if not keys:
526
+ return 0
527
+
528
+ client = self._get_client()
529
+
530
+ try:
531
+ result = client.delete(*keys)
532
+ deleted_count = int(cast(int, result)) if result else 0
533
+ self._debug_log(f"Flushed {deleted_count} keys for {operation_name}")
534
+ except ValkeyError as e:
535
+ if "CROSSSLOT" not in str(e):
536
+ raise
537
+
538
+ self._debug_log(f"CROSSSLOT error for {operation_name}, falling back to individual deletions")
539
+
540
+ deleted_count = 0
541
+
542
+ for key in keys:
543
+ result = client.delete(key)
544
+ if result:
545
+ deleted_count += int(cast(int, result))
546
+
547
+ self._debug_log(f"Flushed {deleted_count} keys for {operation_name} (individual)")
548
+ return deleted_count
549
+ else:
550
+ return deleted_count
551
+
512
552
  def flush_tenant(self) -> int:
513
553
  """Flush all keys for the current tenant.
514
554
 
@@ -517,22 +557,20 @@ class CacheClient(BaseClient):
517
557
 
518
558
  Raises:
519
559
  CacheError: If the operation fails
560
+ ValkeyError: If CROSSSLOT or other Valkey-specific errors occur
520
561
  """
521
562
  try:
522
- client = self._get_client()
523
563
  if not self._tenant_name:
524
564
  self._get_connection_config()
525
565
 
526
566
  pattern = f"{self._tenant_name}:*"
527
- keys = list(client.scan_iter(match=pattern))
567
+ keys = list(self._get_client().scan_iter(match=pattern))
528
568
 
529
569
  if not keys:
530
570
  self._debug_log("No keys found for tenant flush")
531
571
  return 0
532
572
 
533
- result = client.delete(*keys)
534
- self._debug_log(f"Flushed {result} keys for tenant: {self._tenant_name}")
535
- return int(cast(int, result))
573
+ return self._flush_keys_with_crossslot_fallback(keys, f"tenant: {self._tenant_name}")
536
574
 
537
575
  except (ConnectionError, TimeoutError, ValkeyError) as e:
538
576
  logger.exception("Cache flush_tenant operation failed")
@@ -550,22 +588,20 @@ class CacheClient(BaseClient):
550
588
 
551
589
  Raises:
552
590
  CacheError: If the operation fails
591
+ ValkeyError: If CROSSSLOT or other Valkey-specific errors occur
553
592
  """
554
593
  try:
555
- client = self._get_client()
556
594
  if not self._tenant_name:
557
595
  self._get_connection_config()
558
596
 
559
597
  prefixed_pattern = self._prefix_key(pattern)
560
- keys = list(client.scan_iter(match=prefixed_pattern))
598
+ keys = list(self._get_client().scan_iter(match=prefixed_pattern))
561
599
 
562
600
  if not keys:
563
601
  self._debug_log(f"No keys found for pattern: {pattern}")
564
602
  return 0
565
603
 
566
- result = client.delete(*keys)
567
- self._debug_log(f"Flushed {result} keys for pattern: {pattern}")
568
- return int(cast(int, result))
604
+ return self._flush_keys_with_crossslot_fallback(keys, f"pattern: {pattern}")
569
605
 
570
606
  except (ConnectionError, TimeoutError, ValkeyError) as e:
571
607
  logger.exception("Cache flush_by_pattern operation failed for pattern: %s", pattern)
@@ -70,7 +70,7 @@ Follow these steps to create a virtual environment using Python's built-in `venv
70
70
  This should return a response of the following format
71
71
 
72
72
  ```bash
73
- peak-cli==1.18.0
73
+ peak-cli==1.18.2
74
74
  Python==3.12.3
75
75
  System==Darwin(23.6.0)
76
76
  ```
@@ -86,7 +86,7 @@ Follow these steps to create a virtual environment using Python's built-in `venv
86
86
  This should print the version of the SDK
87
87
 
88
88
  ```
89
- 1.18.0
89
+ 1.18.2
90
90
  ```
91
91
 
92
92
  ### Using the SDK and CLI
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "peak-sdk"
3
- version = "1.18.0"
3
+ version = "1.18.2"
4
4
  packages = [{ include = "peak" }]
5
5
  description = "Python SDK for interacting with the Peak platform"
6
6
  authors = ["Peak <support@peak.ai>"]
@@ -26,7 +26,7 @@ python = ">=3.8.1,<3.13"
26
26
  requests = "^2.32"
27
27
  requests-toolbelt = "^1.0"
28
28
  pathspec = "*"
29
- typer = "^0.12.4"
29
+ typer = "^0.15.4"
30
30
  jinja2 = "^3.1"
31
31
  pyyaml = "^6.0"
32
32
  certifi = ">=2024.2.2"
@@ -77,7 +77,6 @@ shellcheck-py = ">=0.9.0.6"
77
77
  nox = ">=2024.3.2"
78
78
  nox-poetry = ">=1.0.3"
79
79
  blacken-docs = ">=1.16.0"
80
- click = "8.1.7"
81
80
  jupyter = ">=1.0.0"
82
81
  notebook = ">=7.1.2"
83
82
  nbstripout = ">=0.7.1"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes