chalkcompute 2.1.8__tar.gz → 2.2.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.
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/PKG-INFO +1 -1
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/__init__.py +1 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/__init__.pyi +2 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_container.py +694 -2
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/buf/validate/validate_pb2.py +27 -62
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/buf/validate/validate_pb2.pyi +42 -11
- chalkcompute-2.2.0/chalkcompute/_gen/buf/validate/validate_pb2_grpc.pyi +32 -0
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/argo/v1/workflow_pb2.py +75 -0
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/argo/v1/workflow_pb2.pyi +322 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/arrow/v1/arrow_pb2.py +7 -2
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/arrow/v1/arrow_pb2.pyi +45 -14
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/auth/v1/agent_pb2.py +13 -4
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/auth/v1/agent_pb2.pyi +66 -17
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/auth/v1/audit_pb2.py +4 -1
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/auth/v1/audit_pb2.pyi +5 -1
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/auth/v1/displayagent_pb2.py +16 -5
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/auth/v1/displayagent_pb2.pyi +47 -13
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/auth/v1/featurepermission_pb2.py +9 -4
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/auth/v1/featurepermission_pb2.pyi +11 -2
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/auth/v1/permissions_pb2.py +84 -33
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/common/v1/chalk_error_pb2.py +7 -2
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/common/v1/chalk_error_pb2.pyi +6 -1
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/common/v1/log_pb2.py +41 -0
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/common/v1/log_pb2.pyi +43 -0
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/common/v1/log_pb2_grpc.py +4 -0
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/container/v1/service_pb2.py +262 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/container/v1/service_pb2.pyi +478 -38
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/container/v1/service_pb2_grpc.py +141 -2
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/container/v1/service_pb2_grpc.pyi +45 -1
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/externalfunctioncatalog/v1/service_pb2.py +177 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/externalfunctioncatalog/v1/service_pb2.pyi +136 -36
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/externalfunctioncatalog/v1/service_pb2_grpc.py +50 -1
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/externalfunctioncatalog/v1/service_pb2_grpc.pyi +20 -0
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/flags/v1/flags_pb2.py +39 -0
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/flags/v1/flags_pb2.pyi +18 -0
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/flags/v1/flags_pb2_grpc.py +4 -0
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/flags/v1/flags_pb2_grpc.pyi +4 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/runtime/v1/remote_python_call_pb2.py +53 -22
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/runtime/v1/remote_python_call_pb2.pyi +71 -11
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/runtime/v1/remote_python_call_pb2_grpc.py +413 -0
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/runtime/v1/remote_python_call_pb2_grpc.pyi +150 -0
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/sandbox/v1/service_pb2.py +243 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/sandbox/v1/service_pb2.pyi +307 -23
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/sandbox/v1/service_pb2_grpc.py +249 -3
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/sandbox/v1/service_pb2_grpc.pyi +106 -2
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/scalinggroup/v1/service_pb2.py +141 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/scalinggroup/v1/service_pb2.pyi +71 -20
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/scalinggroup/v1/service_pb2_grpc.py +3 -1
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/utils/v1/__init__.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/utils/v1/encoding_pb2.py +7 -2
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/utils/v1/encoding_pb2.pyi +3 -1
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/utils/v1/encoding_pb2_grpc.py +4 -0
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/utils/v1/encoding_pb2_grpc.pyi +4 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/utils/v1/field_change_pb2.py +7 -2
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/utils/v1/field_change_pb2.pyi +4 -1
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/utils/v1/field_change_pb2_grpc.py +4 -0
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/utils/v1/field_change_pb2_grpc.pyi +4 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/utils/v1/sensitive_pb2.py +7 -2
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/utils/v1/sensitive_pb2_grpc.py +4 -0
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/utils/v1/sensitive_pb2_grpc.pyi +4 -0
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/volume/__init__.py +0 -0
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/volume/v1/__init__.py +0 -0
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/volume/v1/volume_pb2.py +143 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/volume/v1/volume_pb2.pyi +36 -11
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/volume/v1/volume_pb2_grpc.py +6 -2
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/volume/v1/volume_pb2_grpc.pyi +3 -1
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/volume/v2/__init__.py +0 -0
- chalkcompute-2.2.0/chalkcompute/_gen/chalk/volume/v2/volume_pb2.py +226 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/volume/v2/volume_pb2.pyi +114 -28
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/volume/v2/volume_pb2_grpc.py +6 -2
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/volume/v2/volume_pb2_grpc.pyi +3 -1
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/pyproject.toml +1 -1
- chalkcompute-2.1.8/chalkcompute/_gen/chalk/container/v1/service_pb2.py +0 -152
- chalkcompute-2.1.8/chalkcompute/_gen/chalk/externalfunctioncatalog/v1/service_pb2.py +0 -137
- chalkcompute-2.1.8/chalkcompute/_gen/chalk/sandbox/v1/service_pb2.py +0 -146
- chalkcompute-2.1.8/chalkcompute/_gen/chalk/scalinggroup/v1/service_pb2.py +0 -105
- chalkcompute-2.1.8/chalkcompute/_gen/chalk/volume/v1/volume_pb2.py +0 -111
- chalkcompute-2.1.8/chalkcompute/_gen/chalk/volume/v2/volume_pb2.py +0 -188
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/README.md +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_arrow_schema.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_auth_config.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_cls.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_concurrency.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_connect.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_function.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/__init__.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/buf/__init__.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/buf/validate/__init__.py +0 -0
- /chalkcompute-2.1.8/chalkcompute/_gen/chalk/arrow/v1/arrow_pb2_grpc.py → /chalkcompute-2.2.0/chalkcompute/_gen/buf/validate/validate_pb2_grpc.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/__init__.py +0 -0
- {chalkcompute-2.1.8/chalkcompute/_gen/chalk/arrow → chalkcompute-2.2.0/chalkcompute/_gen/chalk/argo}/__init__.py +0 -0
- {chalkcompute-2.1.8/chalkcompute/_gen/chalk/arrow → chalkcompute-2.2.0/chalkcompute/_gen/chalk/argo}/v1/__init__.py +0 -0
- /chalkcompute-2.1.8/chalkcompute/_gen/chalk/auth/v1/agent_pb2_grpc.py → /chalkcompute-2.2.0/chalkcompute/_gen/chalk/argo/v1/workflow_pb2_grpc.py +0 -0
- /chalkcompute-2.1.8/chalkcompute/_gen/chalk/arrow/v1/arrow_pb2_grpc.pyi → /chalkcompute-2.2.0/chalkcompute/_gen/chalk/argo/v1/workflow_pb2_grpc.pyi +0 -0
- {chalkcompute-2.1.8/chalkcompute/_gen/chalk/auth → chalkcompute-2.2.0/chalkcompute/_gen/chalk/arrow}/__init__.py +0 -0
- {chalkcompute-2.1.8/chalkcompute/_gen/chalk/auth → chalkcompute-2.2.0/chalkcompute/_gen/chalk/arrow}/v1/__init__.py +0 -0
- /chalkcompute-2.1.8/chalkcompute/_gen/chalk/auth/v1/audit_pb2_grpc.py → /chalkcompute-2.2.0/chalkcompute/_gen/chalk/arrow/v1/arrow_pb2_grpc.py +0 -0
- /chalkcompute-2.1.8/chalkcompute/_gen/chalk/auth/v1/agent_pb2_grpc.pyi → /chalkcompute-2.2.0/chalkcompute/_gen/chalk/arrow/v1/arrow_pb2_grpc.pyi +0 -0
- {chalkcompute-2.1.8/chalkcompute/_gen/chalk/common → chalkcompute-2.2.0/chalkcompute/_gen/chalk/auth}/__init__.py +0 -0
- {chalkcompute-2.1.8/chalkcompute/_gen/chalk/common → chalkcompute-2.2.0/chalkcompute/_gen/chalk/auth}/v1/__init__.py +0 -0
- /chalkcompute-2.1.8/chalkcompute/_gen/chalk/auth/v1/displayagent_pb2_grpc.py → /chalkcompute-2.2.0/chalkcompute/_gen/chalk/auth/v1/agent_pb2_grpc.py +0 -0
- /chalkcompute-2.1.8/chalkcompute/_gen/chalk/auth/v1/audit_pb2_grpc.pyi → /chalkcompute-2.2.0/chalkcompute/_gen/chalk/auth/v1/agent_pb2_grpc.pyi +0 -0
- /chalkcompute-2.1.8/chalkcompute/_gen/chalk/auth/v1/featurepermission_pb2_grpc.py → /chalkcompute-2.2.0/chalkcompute/_gen/chalk/auth/v1/audit_pb2_grpc.py +0 -0
- /chalkcompute-2.1.8/chalkcompute/_gen/chalk/auth/v1/displayagent_pb2_grpc.pyi → /chalkcompute-2.2.0/chalkcompute/_gen/chalk/auth/v1/audit_pb2_grpc.pyi +0 -0
- /chalkcompute-2.1.8/chalkcompute/_gen/chalk/auth/v1/permissions_pb2_grpc.py → /chalkcompute-2.2.0/chalkcompute/_gen/chalk/auth/v1/displayagent_pb2_grpc.py +0 -0
- /chalkcompute-2.1.8/chalkcompute/_gen/chalk/auth/v1/featurepermission_pb2_grpc.pyi → /chalkcompute-2.2.0/chalkcompute/_gen/chalk/auth/v1/displayagent_pb2_grpc.pyi +0 -0
- /chalkcompute-2.1.8/chalkcompute/_gen/chalk/utils/v1/encoding_pb2_grpc.py → /chalkcompute-2.2.0/chalkcompute/_gen/chalk/auth/v1/featurepermission_pb2_grpc.py +0 -0
- /chalkcompute-2.1.8/chalkcompute/_gen/chalk/auth/v1/permissions_pb2_grpc.pyi → /chalkcompute-2.2.0/chalkcompute/_gen/chalk/auth/v1/featurepermission_pb2_grpc.pyi +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/auth/v1/permissions_pb2.pyi +0 -0
- /chalkcompute-2.1.8/chalkcompute/_gen/chalk/utils/v1/field_change_pb2_grpc.py → /chalkcompute-2.2.0/chalkcompute/_gen/chalk/auth/v1/permissions_pb2_grpc.py +0 -0
- /chalkcompute-2.1.8/chalkcompute/_gen/chalk/utils/v1/encoding_pb2_grpc.pyi → /chalkcompute-2.2.0/chalkcompute/_gen/chalk/auth/v1/permissions_pb2_grpc.pyi +0 -0
- {chalkcompute-2.1.8/chalkcompute/_gen/chalk/container → chalkcompute-2.2.0/chalkcompute/_gen/chalk/common}/__init__.py +0 -0
- {chalkcompute-2.1.8/chalkcompute/_gen/chalk/container → chalkcompute-2.2.0/chalkcompute/_gen/chalk/common}/v1/__init__.py +0 -0
- /chalkcompute-2.1.8/chalkcompute/_gen/chalk/utils/v1/sensitive_pb2_grpc.py → /chalkcompute-2.2.0/chalkcompute/_gen/chalk/common/v1/chalk_error_pb2_grpc.py +0 -0
- /chalkcompute-2.1.8/chalkcompute/_gen/chalk/utils/v1/field_change_pb2_grpc.pyi → /chalkcompute-2.2.0/chalkcompute/_gen/chalk/common/v1/chalk_error_pb2_grpc.pyi +0 -0
- /chalkcompute-2.1.8/chalkcompute/_gen/chalk/utils/v1/sensitive_pb2_grpc.pyi → /chalkcompute-2.2.0/chalkcompute/_gen/chalk/common/v1/log_pb2_grpc.pyi +0 -0
- {chalkcompute-2.1.8/chalkcompute/_gen/chalk/externalfunctioncatalog → chalkcompute-2.2.0/chalkcompute/_gen/chalk/container}/__init__.py +0 -0
- {chalkcompute-2.1.8/chalkcompute/_gen/chalk/externalfunctioncatalog → chalkcompute-2.2.0/chalkcompute/_gen/chalk/container}/v1/__init__.py +0 -0
- {chalkcompute-2.1.8/chalkcompute/_gen/chalk/runtime → chalkcompute-2.2.0/chalkcompute/_gen/chalk/externalfunctioncatalog}/__init__.py +0 -0
- {chalkcompute-2.1.8/chalkcompute/_gen/chalk/runtime → chalkcompute-2.2.0/chalkcompute/_gen/chalk/externalfunctioncatalog}/v1/__init__.py +0 -0
- {chalkcompute-2.1.8/chalkcompute/_gen/chalk/sandbox → chalkcompute-2.2.0/chalkcompute/_gen/chalk/flags}/__init__.py +0 -0
- {chalkcompute-2.1.8/chalkcompute/_gen/chalk/sandbox → chalkcompute-2.2.0/chalkcompute/_gen/chalk/flags}/v1/__init__.py +0 -0
- {chalkcompute-2.1.8/chalkcompute/_gen/chalk/scalinggroup → chalkcompute-2.2.0/chalkcompute/_gen/chalk/runtime}/__init__.py +0 -0
- {chalkcompute-2.1.8/chalkcompute/_gen/chalk/scalinggroup → chalkcompute-2.2.0/chalkcompute/_gen/chalk/runtime}/v1/__init__.py +0 -0
- {chalkcompute-2.1.8/chalkcompute/_gen/chalk/utils → chalkcompute-2.2.0/chalkcompute/_gen/chalk/sandbox}/__init__.py +0 -0
- {chalkcompute-2.1.8/chalkcompute/_gen/chalk/utils → chalkcompute-2.2.0/chalkcompute/_gen/chalk/sandbox}/v1/__init__.py +0 -0
- {chalkcompute-2.1.8/chalkcompute/_gen/chalk/volume → chalkcompute-2.2.0/chalkcompute/_gen/chalk/scalinggroup}/__init__.py +0 -0
- {chalkcompute-2.1.8/chalkcompute/_gen/chalk/volume → chalkcompute-2.2.0/chalkcompute/_gen/chalk/scalinggroup}/v1/__init__.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/scalinggroup/v1/service_pb2_grpc.pyi +0 -0
- {chalkcompute-2.1.8/chalkcompute/_gen/chalk/volume/v2 → chalkcompute-2.2.0/chalkcompute/_gen/chalk/utils}/__init__.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_gen/chalk/utils/v1/sensitive_pb2.pyi +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_ignore.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_image.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_local_dev.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_logging.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_model.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_naming.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_native.pyi +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_progress.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_proto_pool.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_quota.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_rate_limit.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_remote_call_client.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_remote_function_tracing.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_retry.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_sandbox.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_scaling_group.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_secret.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_tracing.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_volume.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/_vvolume.py +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/chalkcompute/py.typed +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/rust/chalkcompute_native/Cargo.lock +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/rust/chalkcompute_native/Cargo.toml +0 -0
- {chalkcompute-2.1.8 → chalkcompute-2.2.0}/rust/chalkcompute_native/src/lib.rs +0 -0
|
@@ -13,6 +13,7 @@ _LAZY_MAP: dict[str, tuple[str, str]] = {
|
|
|
13
13
|
"Container": ("chalkcompute._container", "Container"),
|
|
14
14
|
"ContainerError": ("chalkcompute._container", "ContainerError"),
|
|
15
15
|
"ContainerInfo": ("chalkcompute._container", "ContainerInfo"),
|
|
16
|
+
"ContainerSession": ("chalkcompute._container", "ContainerSession"),
|
|
16
17
|
"ContainerSecurityPolicy": ("chalkcompute._container", "ContainerSecurityPolicy"),
|
|
17
18
|
"ContainerExecResult": ("chalkcompute._container", "ExecResult"),
|
|
18
19
|
"AllowedRoute": ("chalkcompute._container", "AllowedRoute"),
|
|
@@ -15,6 +15,7 @@ from chalkcompute._container import AllowedRoute as AllowedRoute
|
|
|
15
15
|
from chalkcompute._container import Container as Container
|
|
16
16
|
from chalkcompute._container import ContainerError as ContainerError
|
|
17
17
|
from chalkcompute._container import ContainerInfo as ContainerInfo
|
|
18
|
+
from chalkcompute._container import ContainerSession as ContainerSession
|
|
18
19
|
from chalkcompute._container import ContainerSecurityPolicy as ContainerSecurityPolicy
|
|
19
20
|
from chalkcompute._container import ExecResult as ContainerExecResult
|
|
20
21
|
from chalkcompute._container import ImageBuildError as ImageBuildError
|
|
@@ -79,6 +80,7 @@ __all__ = [
|
|
|
79
80
|
"Container",
|
|
80
81
|
"ContainerError",
|
|
81
82
|
"ContainerInfo",
|
|
83
|
+
"ContainerSession",
|
|
82
84
|
"ContainerSecurityPolicy",
|
|
83
85
|
"ContainerExecResult",
|
|
84
86
|
"AllowedRoute",
|