benchling-sdk 1.10.0a10__tar.gz → 1.10.0a12__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.
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/PKG-INFO +4 -4
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/canvas/framework.py +1 -1
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/framework.py +0 -3
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/helpers/webhook_helpers.py +2 -2
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/status/errors.py +3 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/models/__init__.py +44 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/pyproject.toml +4 -4
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/LICENSE +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/README.md +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/__init__.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/__init__.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/canvas/__init__.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/canvas/errors.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/canvas/types.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/config/__init__.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/config/cryptography_helpers.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/config/decryption_provider.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/config/errors.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/config/framework.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/config/helpers.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/config/mock_config.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/config/types.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/helpers/__init__.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/helpers/manifest_helpers.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/status/__init__.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/status/framework.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/status/helpers.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/status/types.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/types.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/auth/__init__.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/auth/api_key_auth.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/auth/bearer_token_auth.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/auth/client_credentials_oauth2.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/benchling.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/docs/__init__.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/docs/__main__.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/errors.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/helpers/__init__.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/helpers/client_helpers.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/helpers/constants.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/helpers/decorators.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/helpers/file_helpers.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/helpers/logging_helpers.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/helpers/package_helpers.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/helpers/pagination_helpers.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/helpers/response_helpers.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/helpers/retry_helpers.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/helpers/serialization_helpers.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/helpers/transaction_manager.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/models/webhooks/__init__.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/models/webhooks/v0/__init__.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/py.typed +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/__init__.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/__init__.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/alpha/__init__.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/alpha/v2_alpha_app_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/alpha/v2_alpha_dna_sequence_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/base_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/beta/__init__.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/beta/v2_beta_aa_sequence_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/beta/v2_beta_app_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/beta/v2_beta_collaboration_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/beta/v2_beta_custom_entity_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/beta/v2_beta_data_frame_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/beta/v2_beta_dna_oligo_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/beta/v2_beta_dna_sequence_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/beta/v2_beta_entity_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/beta/v2_beta_entry_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/beta/v2_beta_folder_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/beta/v2_beta_project_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/beta/v2_beta_rna_oligo_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/beta/v2_beta_worklist_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/__init__.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/aa_sequence_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/api_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/app_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/assay_result_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/assay_run_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/blob_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/box_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/container_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/custom_entity_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/custom_notation_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/dna_alignments_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/dna_oligo_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/dna_sequence_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/dropdown_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/entry_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/event_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/export_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/feature_library_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/folder_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/inventory_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/lab_automation_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/label_template_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/location_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/mixture_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/molecule_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/nucleotide_alignments_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/oligo_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/organization_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/plate_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/printer_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/project_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/registry_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/request_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/rna_oligo_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/rna_sequence_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/schema_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/task_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/team_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/user_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/warehouse_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/workflow_output_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/workflow_task_group_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/workflow_task_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/v2_alpha_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/v2_beta_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/v2_stable_service.py +0 -0
- {benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2_service.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: benchling-sdk
|
3
|
-
Version: 1.10.
|
3
|
+
Version: 1.10.0a12
|
4
4
|
Summary: SDK for interacting with the Benchling Platform.
|
5
5
|
License: Apache-2.0
|
6
6
|
Author: Benchling Support
|
@@ -17,12 +17,12 @@ Provides-Extra: python-jose
|
|
17
17
|
Requires-Dist: PyYAML (>=6.0,<7.0)
|
18
18
|
Requires-Dist: attrs (>=20.1.0,<23)
|
19
19
|
Requires-Dist: backoff (>=1.10.0,<2.0.0)
|
20
|
-
Requires-Dist: benchling-api-client (==2.0.
|
20
|
+
Requires-Dist: benchling-api-client (==2.0.254)
|
21
21
|
Requires-Dist: certifi (>=2022.12.7)
|
22
|
-
Requires-Dist: cryptography (>=41.0.
|
22
|
+
Requires-Dist: cryptography (>=41.0.7,<42.0.0) ; extra == "cryptography"
|
23
23
|
Requires-Dist: dataclasses-json (>=0.5.2,<0.6.0)
|
24
24
|
Requires-Dist: httpx (>=0.23.0)
|
25
|
-
Requires-Dist: jwcrypto (>=1.
|
25
|
+
Requires-Dist: jwcrypto (>=1.5.1,<2.0.0)
|
26
26
|
Requires-Dist: ordered-set (>=4.1.0,<5.0.0)
|
27
27
|
Requires-Dist: psutil (>=5.9.4,<6.0.0) ; python_version >= "3.11" and python_version < "4.0"
|
28
28
|
Requires-Dist: python-dateutil (>=2.8.0,<3.0.0)
|
@@ -399,7 +399,7 @@ class CanvasBuilder:
|
|
399
399
|
enabled=canvas.enabled,
|
400
400
|
session_id=canvas.session_id,
|
401
401
|
blocks=canvas.blocks,
|
402
|
-
data=json.loads(canvas.data) if canvas.data
|
402
|
+
data=json.loads(canvas.data) if isinstance(canvas.data, str) else None,
|
403
403
|
)
|
404
404
|
|
405
405
|
def _with_enabled(self, value: bool) -> CanvasBuilder:
|
@@ -11,9 +11,6 @@ from benchling_sdk.apps.status.framework import (
|
|
11
11
|
SessionContextManager,
|
12
12
|
)
|
13
13
|
from benchling_sdk.benchling import Benchling
|
14
|
-
from benchling_sdk.helpers.logging_helpers import log_stability_warning, StabilityLevel
|
15
|
-
|
16
|
-
log_stability_warning(StabilityLevel.ALPHA)
|
17
14
|
|
18
15
|
|
19
16
|
class App:
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/helpers/webhook_helpers.py
RENAMED
@@ -11,7 +11,7 @@ from benchling_sdk.helpers.logging_helpers import log_stability_warning, Stabili
|
|
11
11
|
from benchling_sdk.helpers.package_helpers import _required_packages_context, ExtrasPackage
|
12
12
|
from benchling_sdk.services.v2.stable.api_service import build_json_response
|
13
13
|
|
14
|
-
log_stability_warning(StabilityLevel.
|
14
|
+
log_stability_warning(StabilityLevel.BETA)
|
15
15
|
|
16
16
|
|
17
17
|
class WebhookVerificationError(Exception):
|
@@ -104,7 +104,7 @@ def verify_app_installation(
|
|
104
104
|
Resolves JWKs from Benchling with default settings. Pass jwk_function for customization.
|
105
105
|
|
106
106
|
This method will eventually be replaced with verify(app_definition_id) once Benchling Apps
|
107
|
-
|
107
|
+
have global JWKs available for their app definition id.
|
108
108
|
"""
|
109
109
|
_verify_headers_present(headers)
|
110
110
|
_verify_timestamp(headers["webhook-timestamp"])
|
@@ -632,6 +632,9 @@ __all__ = [
|
|
632
632
|
"MarkdownUiBlockCreate",
|
633
633
|
"MarkdownUiBlockType",
|
634
634
|
"MarkdownUiBlockUpdate",
|
635
|
+
"MatchBasesRequest",
|
636
|
+
"MatchBasesRequestArchiveReason",
|
637
|
+
"MatchBasesRequestSort",
|
635
638
|
"Measurement",
|
636
639
|
"Mixture",
|
637
640
|
"MixtureBulkUpdate",
|
@@ -845,6 +848,9 @@ __all__ = [
|
|
845
848
|
"SchemaLinkFieldDefinition",
|
846
849
|
"SchemaLinkFieldDefinitionType",
|
847
850
|
"SchemaSummary",
|
851
|
+
"SearchBasesRequest",
|
852
|
+
"SearchBasesRequestArchiveReason",
|
853
|
+
"SearchBasesRequestSort",
|
848
854
|
"SearchInputMultiValueUiBlock",
|
849
855
|
"SearchInputMultiValueUiBlockCreate",
|
850
856
|
"SearchInputMultiValueUiBlockType",
|
@@ -888,6 +894,8 @@ __all__ = [
|
|
888
894
|
"TableNotePartType",
|
889
895
|
"TableUiBlock",
|
890
896
|
"TableUiBlockCreate",
|
897
|
+
"TableUiBlockDataFrameSource",
|
898
|
+
"TableUiBlockDataFrameSourceType",
|
891
899
|
"TableUiBlockDatasetSource",
|
892
900
|
"TableUiBlockDatasetSourceType",
|
893
901
|
"TableUiBlockSource",
|
@@ -1641,6 +1649,9 @@ if TYPE_CHECKING:
|
|
1641
1649
|
import benchling_api_client.v2.stable.models.markdown_ui_block_create
|
1642
1650
|
import benchling_api_client.v2.stable.models.markdown_ui_block_type
|
1643
1651
|
import benchling_api_client.v2.stable.models.markdown_ui_block_update
|
1652
|
+
import benchling_api_client.v2.stable.models.match_bases_request
|
1653
|
+
import benchling_api_client.v2.stable.models.match_bases_request_archive_reason
|
1654
|
+
import benchling_api_client.v2.stable.models.match_bases_request_sort
|
1644
1655
|
import benchling_api_client.v2.stable.models.measurement
|
1645
1656
|
import benchling_api_client.v2.stable.models.mixture
|
1646
1657
|
import benchling_api_client.v2.stable.models.mixture_bulk_update
|
@@ -1854,6 +1865,9 @@ if TYPE_CHECKING:
|
|
1854
1865
|
import benchling_api_client.v2.stable.models.schema_link_field_definition
|
1855
1866
|
import benchling_api_client.v2.stable.models.schema_link_field_definition_type
|
1856
1867
|
import benchling_api_client.v2.stable.models.schema_summary
|
1868
|
+
import benchling_api_client.v2.stable.models.search_bases_request
|
1869
|
+
import benchling_api_client.v2.stable.models.search_bases_request_archive_reason
|
1870
|
+
import benchling_api_client.v2.stable.models.search_bases_request_sort
|
1857
1871
|
import benchling_api_client.v2.stable.models.search_input_multi_value_ui_block
|
1858
1872
|
import benchling_api_client.v2.stable.models.search_input_multi_value_ui_block_create
|
1859
1873
|
import benchling_api_client.v2.stable.models.search_input_multi_value_ui_block_type
|
@@ -1897,6 +1911,8 @@ if TYPE_CHECKING:
|
|
1897
1911
|
import benchling_api_client.v2.stable.models.table_note_part_type
|
1898
1912
|
import benchling_api_client.v2.stable.models.table_ui_block
|
1899
1913
|
import benchling_api_client.v2.stable.models.table_ui_block_create
|
1914
|
+
import benchling_api_client.v2.stable.models.table_ui_block_data_frame_source
|
1915
|
+
import benchling_api_client.v2.stable.models.table_ui_block_data_frame_source_type
|
1900
1916
|
import benchling_api_client.v2.stable.models.table_ui_block_dataset_source
|
1901
1917
|
import benchling_api_client.v2.stable.models.table_ui_block_dataset_source_type
|
1902
1918
|
import benchling_api_client.v2.stable.models.table_ui_block_source
|
@@ -3324,6 +3340,13 @@ if TYPE_CHECKING:
|
|
3324
3340
|
MarkdownUiBlockUpdate = (
|
3325
3341
|
benchling_api_client.v2.stable.models.markdown_ui_block_update.MarkdownUiBlockUpdate
|
3326
3342
|
)
|
3343
|
+
MatchBasesRequest = benchling_api_client.v2.stable.models.match_bases_request.MatchBasesRequest
|
3344
|
+
MatchBasesRequestArchiveReason = (
|
3345
|
+
benchling_api_client.v2.stable.models.match_bases_request_archive_reason.MatchBasesRequestArchiveReason
|
3346
|
+
)
|
3347
|
+
MatchBasesRequestSort = (
|
3348
|
+
benchling_api_client.v2.stable.models.match_bases_request_sort.MatchBasesRequestSort
|
3349
|
+
)
|
3327
3350
|
Measurement = benchling_api_client.v2.stable.models.measurement.Measurement
|
3328
3351
|
Mixture = benchling_api_client.v2.stable.models.mixture.Mixture
|
3329
3352
|
MixtureBulkUpdate = benchling_api_client.v2.stable.models.mixture_bulk_update.MixtureBulkUpdate
|
@@ -3743,6 +3766,13 @@ if TYPE_CHECKING:
|
|
3743
3766
|
benchling_api_client.v2.stable.models.schema_link_field_definition_type.SchemaLinkFieldDefinitionType
|
3744
3767
|
)
|
3745
3768
|
SchemaSummary = benchling_api_client.v2.stable.models.schema_summary.SchemaSummary
|
3769
|
+
SearchBasesRequest = benchling_api_client.v2.stable.models.search_bases_request.SearchBasesRequest
|
3770
|
+
SearchBasesRequestArchiveReason = (
|
3771
|
+
benchling_api_client.v2.stable.models.search_bases_request_archive_reason.SearchBasesRequestArchiveReason
|
3772
|
+
)
|
3773
|
+
SearchBasesRequestSort = (
|
3774
|
+
benchling_api_client.v2.stable.models.search_bases_request_sort.SearchBasesRequestSort
|
3775
|
+
)
|
3746
3776
|
SearchInputMultiValueUiBlock = (
|
3747
3777
|
benchling_api_client.v2.stable.models.search_input_multi_value_ui_block.SearchInputMultiValueUiBlock
|
3748
3778
|
)
|
@@ -3844,6 +3874,12 @@ if TYPE_CHECKING:
|
|
3844
3874
|
TableNotePartType = benchling_api_client.v2.stable.models.table_note_part_type.TableNotePartType
|
3845
3875
|
TableUiBlock = benchling_api_client.v2.stable.models.table_ui_block.TableUiBlock
|
3846
3876
|
TableUiBlockCreate = benchling_api_client.v2.stable.models.table_ui_block_create.TableUiBlockCreate
|
3877
|
+
TableUiBlockDataFrameSource = (
|
3878
|
+
benchling_api_client.v2.stable.models.table_ui_block_data_frame_source.TableUiBlockDataFrameSource
|
3879
|
+
)
|
3880
|
+
TableUiBlockDataFrameSourceType = (
|
3881
|
+
benchling_api_client.v2.stable.models.table_ui_block_data_frame_source_type.TableUiBlockDataFrameSourceType
|
3882
|
+
)
|
3847
3883
|
TableUiBlockDatasetSource = (
|
3848
3884
|
benchling_api_client.v2.stable.models.table_ui_block_dataset_source.TableUiBlockDatasetSource
|
3849
3885
|
)
|
@@ -4749,6 +4785,9 @@ else:
|
|
4749
4785
|
"MarkdownUiBlockCreate": "benchling_api_client.v2.stable.models.markdown_ui_block_create",
|
4750
4786
|
"MarkdownUiBlockType": "benchling_api_client.v2.stable.models.markdown_ui_block_type",
|
4751
4787
|
"MarkdownUiBlockUpdate": "benchling_api_client.v2.stable.models.markdown_ui_block_update",
|
4788
|
+
"MatchBasesRequest": "benchling_api_client.v2.stable.models.match_bases_request",
|
4789
|
+
"MatchBasesRequestArchiveReason": "benchling_api_client.v2.stable.models.match_bases_request_archive_reason",
|
4790
|
+
"MatchBasesRequestSort": "benchling_api_client.v2.stable.models.match_bases_request_sort",
|
4752
4791
|
"Measurement": "benchling_api_client.v2.stable.models.measurement",
|
4753
4792
|
"Mixture": "benchling_api_client.v2.stable.models.mixture",
|
4754
4793
|
"MixtureBulkUpdate": "benchling_api_client.v2.stable.models.mixture_bulk_update",
|
@@ -4962,6 +5001,9 @@ else:
|
|
4962
5001
|
"SchemaLinkFieldDefinition": "benchling_api_client.v2.stable.models.schema_link_field_definition",
|
4963
5002
|
"SchemaLinkFieldDefinitionType": "benchling_api_client.v2.stable.models.schema_link_field_definition_type",
|
4964
5003
|
"SchemaSummary": "benchling_api_client.v2.stable.models.schema_summary",
|
5004
|
+
"SearchBasesRequest": "benchling_api_client.v2.stable.models.search_bases_request",
|
5005
|
+
"SearchBasesRequestArchiveReason": "benchling_api_client.v2.stable.models.search_bases_request_archive_reason",
|
5006
|
+
"SearchBasesRequestSort": "benchling_api_client.v2.stable.models.search_bases_request_sort",
|
4965
5007
|
"SearchInputMultiValueUiBlock": "benchling_api_client.v2.stable.models.search_input_multi_value_ui_block",
|
4966
5008
|
"SearchInputMultiValueUiBlockCreate": "benchling_api_client.v2.stable.models.search_input_multi_value_ui_block_create",
|
4967
5009
|
"SearchInputMultiValueUiBlockType": "benchling_api_client.v2.stable.models.search_input_multi_value_ui_block_type",
|
@@ -5005,6 +5047,8 @@ else:
|
|
5005
5047
|
"TableNotePartType": "benchling_api_client.v2.stable.models.table_note_part_type",
|
5006
5048
|
"TableUiBlock": "benchling_api_client.v2.stable.models.table_ui_block",
|
5007
5049
|
"TableUiBlockCreate": "benchling_api_client.v2.stable.models.table_ui_block_create",
|
5050
|
+
"TableUiBlockDataFrameSource": "benchling_api_client.v2.stable.models.table_ui_block_data_frame_source",
|
5051
|
+
"TableUiBlockDataFrameSourceType": "benchling_api_client.v2.stable.models.table_ui_block_data_frame_source_type",
|
5008
5052
|
"TableUiBlockDatasetSource": "benchling_api_client.v2.stable.models.table_ui_block_dataset_source",
|
5009
5053
|
"TableUiBlockDatasetSourceType": "benchling_api_client.v2.stable.models.table_ui_block_dataset_source_type",
|
5010
5054
|
"TableUiBlockSource": "benchling_api_client.v2.stable.models.table_ui_block_source",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "benchling-sdk"
|
3
|
-
version = "1.10.
|
3
|
+
version = "1.10.0a12" # NOTE: This version number is ignored and does not correspond to releases (see README)
|
4
4
|
description = "SDK for interacting with the Benchling Platform."
|
5
5
|
authors = ["Benchling Support <support@benchling.com>"]
|
6
6
|
packages = [{include = "benchling_sdk"}]
|
@@ -27,12 +27,12 @@ python-dateutil = "^2.8.0"
|
|
27
27
|
PyYAML = "^6.0"
|
28
28
|
# See issue: https://github.com/giampaolo/psutil/issues/2165
|
29
29
|
psutil = {version = "^5.9.4", python = "^3.11" }
|
30
|
-
jwcrypto = "^1.
|
31
|
-
benchling-api-client = "2.0.
|
30
|
+
jwcrypto = "^1.5.1"
|
31
|
+
benchling-api-client = "2.0.254"
|
32
32
|
# Minimum version due to vulnerability in 2022.9.24
|
33
33
|
certifi = ">=2022.12.7"
|
34
34
|
# Cryptography extras - see ExtrasPackage.CRYPTOGRAPHY
|
35
|
-
cryptography = { version = "^41.0.
|
35
|
+
cryptography = { version = "^41.0.7", optional = true }
|
36
36
|
# Python jose extras - see ExtrasPackage.PYTHON_JOSE
|
37
37
|
python-jose = { version = "^3.3.0", extras=["cryptography"], optional = true }
|
38
38
|
ordered-set = "^4.1.0"
|
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
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/config/decryption_provider.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/config/mock_config.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/apps/helpers/manifest_helpers.py
RENAMED
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
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/auth/client_credentials_oauth2.py
RENAMED
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
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/helpers/logging_helpers.py
RENAMED
File without changes
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/helpers/package_helpers.py
RENAMED
File without changes
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/helpers/pagination_helpers.py
RENAMED
File without changes
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/helpers/response_helpers.py
RENAMED
File without changes
|
File without changes
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/helpers/serialization_helpers.py
RENAMED
File without changes
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/helpers/transaction_manager.py
RENAMED
File without changes
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/models/webhooks/__init__.py
RENAMED
File without changes
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/models/webhooks/v0/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/alpha/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/base_service.py
RENAMED
File without changes
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/beta/__init__.py
RENAMED
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
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/__init__.py
RENAMED
File without changes
|
File without changes
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/api_service.py
RENAMED
File without changes
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/app_service.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/blob_service.py
RENAMED
File without changes
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/box_service.py
RENAMED
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
|
File without changes
|
File without changes
|
File without changes
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/task_service.py
RENAMED
File without changes
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/team_service.py
RENAMED
File without changes
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/stable/user_service.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/v2_alpha_service.py
RENAMED
File without changes
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/v2_beta_service.py
RENAMED
File without changes
|
{benchling_sdk-1.10.0a10 → benchling_sdk-1.10.0a12}/benchling_sdk/services/v2/v2_stable_service.py
RENAMED
File without changes
|
File without changes
|