unitycatalog-client 0.4.0__tar.gz → 0.4.1__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.
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/PKG-INFO +7 -7
- unitycatalog_client-0.4.1/classpath +1 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/pyproject.toml +22 -19
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/setup.py +1 -1
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/__init__.py +1 -1
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api_client.py +1 -1
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/configuration.py +1 -1
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/column_type_name.py +1 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/delta_get_commits_response.py +1 -1
- unitycatalog_client-0.4.1/streams/_global/_global/_global/streams/out +10 -0
- unitycatalog_client-0.4.1/streams/_global/coursierArtifacts/_global/streams/out +0 -0
- unitycatalog_client-0.4.1/streams/_global/coursierResolutions/_global/streams/out +0 -0
- unitycatalog_client-0.4.1/streams/_global/openApiGenerate/_global/streams/out +1 -0
- unitycatalog_client-0.4.1/streams/_global/prepareGeneration/_global/streams/out +2 -0
- unitycatalog_client-0.4.1/streams/_global/projectDescriptors/_global/streams/out +0 -0
- unitycatalog_client-0.4.1/streams/_global/publishSigned/_global/streams/out +1 -0
- unitycatalog_client-0.4.1/streams/_global/scalaCompilerBridgeScope/_global/streams/out +0 -0
- unitycatalog_client-0.4.1/streams/_global/update/_global/streams/out +0 -0
- unitycatalog_client-0.4.1/streams/compile/_global/_global/compileOutputs/previous +1 -0
- unitycatalog_client-0.4.1/streams/compile/_global/_global/discoveredMainClasses/data +1 -0
- unitycatalog_client-0.4.1/streams/compile/bspReporter/_global/streams/out +0 -0
- unitycatalog_client-0.4.1/streams/compile/compile/_global/streams/out +0 -0
- unitycatalog_client-0.4.1/streams/compile/compileIncremental/_global/streams/export +0 -0
- unitycatalog_client-0.4.1/streams/compile/compileIncremental/_global/streams/out +6 -0
- unitycatalog_client-0.4.1/streams/compile/copyResources/_global/streams/out +2 -0
- unitycatalog_client-0.4.1/streams/compile/dependencyClasspath/_global/streams/export +1 -0
- unitycatalog_client-0.4.1/streams/compile/exportedProducts/_global/streams/export +1 -0
- unitycatalog_client-0.4.1/streams/compile/externalDependencyClasspath/_global/streams/export +1 -0
- unitycatalog_client-0.4.1/streams/compile/incOptions/_global/streams/out +5 -0
- unitycatalog_client-0.4.1/streams/compile/internalDependencyClasspath/_global/streams/export +1 -0
- unitycatalog_client-0.4.1/streams/compile/internalDependencyClasspath/_global/streams/out +0 -0
- unitycatalog_client-0.4.1/streams/compile/mainClass/_global/streams/out +0 -0
- unitycatalog_client-0.4.1/streams/compile/managedClasspath/_global/streams/export +1 -0
- unitycatalog_client-0.4.1/streams/compile/packageBin/_global/streams/inputs +1 -0
- unitycatalog_client-0.4.1/streams/compile/packageBin/_global/streams/out +4 -0
- unitycatalog_client-0.4.1/streams/compile/packageBin/_global/streams/output +1 -0
- unitycatalog_client-0.4.1/streams/compile/scalacOptions/_global/streams/out +0 -0
- unitycatalog_client-0.4.1/streams/compile/unmanagedClasspath/_global/streams/export +1 -0
- unitycatalog_client-0.4.1/streams/compile/unmanagedClasspath/_global/streams/out +0 -0
- unitycatalog_client-0.4.1/streams/compile/unmanagedJars/_global/streams/export +1 -0
- unitycatalog_client-0.4.1/streams/runtime/dependencyClasspath/_global/streams/export +1 -0
- unitycatalog_client-0.4.1/streams/runtime/externalDependencyClasspath/_global/streams/export +1 -0
- unitycatalog_client-0.4.1/streams/runtime/internalDependencyClasspath/_global/streams/export +1 -0
- unitycatalog_client-0.4.1/streams/runtime/internalDependencyClasspath/_global/streams/out +0 -0
- unitycatalog_client-0.4.1/streams/runtime/managedClasspath/_global/streams/export +1 -0
- unitycatalog_client-0.4.1/streams/runtime/unmanagedClasspath/_global/streams/export +1 -0
- unitycatalog_client-0.4.1/streams/runtime/unmanagedClasspath/_global/streams/out +0 -0
- unitycatalog_client-0.4.1/streams/runtime/unmanagedJars/_global/streams/export +1 -0
- unitycatalog_client-0.4.1/sync/copy-resource +1 -0
- unitycatalog_client-0.4.1/unitycatalog-python-client-0.4.1-SNAPSHOT.jar +0 -0
- unitycatalog_client-0.4.0/streams/_global/_global/_global/streams/out +0 -8
- unitycatalog_client-0.4.0/streams/_global/openApiGenerate/_global/streams/out +0 -1
- unitycatalog_client-0.4.0/streams/_global/prepareGeneration/_global/streams/out +0 -2
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/.github/workflows/python.yml +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/.gitignore +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/.gitlab-ci.yml +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/.openapi-generator/FILES +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/.openapi-generator/VERSION +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/.openapi-generator-ignore +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/.travis.yml +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/README.md +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/requirements.txt +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/setup.cfg +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api/__init__.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api/catalogs_api.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api/credentials_api.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api/delta_commits_api.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api/external_locations_api.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api/functions_api.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api/grants_api.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api/metastores_api.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api/model_versions_api.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api/registered_models_api.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api/schemas_api.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api/tables_api.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api/temporary_credentials_api.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api/volumes_api.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api_response.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/exceptions.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/__init__.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/aws_credentials.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/aws_iam_role_request.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/aws_iam_role_response.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/azure_user_delegation_sas.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/catalog_info.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/column_info.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/column_infos.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/create_catalog.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/create_credential_request.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/create_external_location.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/create_function.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/create_function_request.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/create_model_version.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/create_registered_model.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/create_schema.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/create_staging_table.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/create_table.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/create_volume_request_content.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/credential_info.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/credential_purpose.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/data_source_format.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/delta_commit.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/delta_commit_info.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/delta_commit_metadata_properties.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/delta_get_commits.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/delta_metadata.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/delta_uniform.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/delta_uniform_iceberg.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/dependency.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/dependency_list.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/external_location_info.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/finalize_model_version.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/function_dependency.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/function_info.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/function_parameter_info.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/function_parameter_infos.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/function_parameter_mode.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/function_parameter_type.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/gcp_oauth_token.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/generate_temporary_model_version_credential.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/generate_temporary_path_credential.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/generate_temporary_table_credential.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/generate_temporary_volume_credential.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/get_metastore_summary_response.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/list_catalogs_response.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/list_credentials_response.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/list_external_locations_response.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/list_functions_response.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/list_model_versions_response.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/list_registered_models_response.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/list_schemas_response.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/list_tables_response.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/list_volumes_response_content.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/model_version_info.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/model_version_operation.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/model_version_status.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/path_operation.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/permissions_change.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/permissions_list.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/principal_type.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/privilege.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/privilege_assignment.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/registered_model_info.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/schema_info.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/securable_type.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/staging_table_info.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/table_dependency.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/table_info.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/table_operation.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/table_type.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/temporary_credentials.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/update_catalog.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/update_credential_request.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/update_external_location.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/update_model_version.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/update_permissions.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/update_registered_model.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/update_schema.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/update_volume_request_content.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/volume_info.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/volume_operation.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/volume_type.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/py.typed +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/rest.py +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/test-requirements.txt +0 -0
- {unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: unitycatalog-client
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.1
|
|
4
4
|
Summary: Official Python SDK for Unity Catalog
|
|
5
5
|
Project-URL: homepage, https://www.unitycatalog.io/
|
|
6
6
|
Project-URL: issues, https://github.com/unitycatalog/unitycatalog/issues
|
|
@@ -29,12 +29,12 @@ Classifier: Topic :: Software Development :: Libraries
|
|
|
29
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
31
|
Requires-Python: >=3.9
|
|
32
|
-
Requires-Dist: aiohttp-retry
|
|
33
|
-
Requires-Dist: aiohttp
|
|
34
|
-
Requires-Dist: pydantic
|
|
35
|
-
Requires-Dist: python-dateutil
|
|
36
|
-
Requires-Dist: typing-extensions
|
|
37
|
-
Requires-Dist: urllib3
|
|
32
|
+
Requires-Dist: aiohttp-retry<=2.9.1,>=2.8.3
|
|
33
|
+
Requires-Dist: aiohttp<=3.13.3,>=3.8.4
|
|
34
|
+
Requires-Dist: pydantic<=2.12.5,>=2
|
|
35
|
+
Requires-Dist: python-dateutil<=2.9.0.post0,>=2.8.2
|
|
36
|
+
Requires-Dist: typing-extensions<=4.15.0,>=4.7.1
|
|
37
|
+
Requires-Dist: urllib3<=2.6.3,>=1.25.3
|
|
38
38
|
Description-Content-Type: text/markdown
|
|
39
39
|
|
|
40
40
|
# Unity Catalog Python Client SDK
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/home/zheng.hu/Downloads/unitycatalog/clients/python/target/classes:/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.jar:/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/apache/logging/log4j/log4j-slf4j2-impl/2.25.3/log4j-slf4j2-impl-2.25.3.jar:/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/apache/logging/log4j/log4j-api/2.25.3/log4j-api-2.25.3.jar:/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/apache/logging/log4j/log4j-core/2.25.3/log4j-core-2.25.3.jar:/home/zheng.hu/Downloads/unitycatalog/clients/python/target/unitycatalog-python-client-0.4.1-SNAPSHOT.jar
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "unitycatalog-client"
|
|
3
|
-
version = "0.4.
|
|
3
|
+
version = "0.4.1"
|
|
4
4
|
description = "Official Python SDK for Unity Catalog"
|
|
5
5
|
authors = [
|
|
6
6
|
{ name="Unity Catalog Developers", email="dev-feedback@unitycatalog.com" }
|
|
@@ -9,12 +9,12 @@ readme = "README.md"
|
|
|
9
9
|
license = { text="Apache-2.0" }
|
|
10
10
|
requires-python = ">=3.9"
|
|
11
11
|
dependencies = [
|
|
12
|
-
"urllib3>=1.25.3",
|
|
13
|
-
"aiohttp>=3.8.4",
|
|
14
|
-
"aiohttp-retry>=2.8.3",
|
|
15
|
-
"python-dateutil>=2.8.2",
|
|
16
|
-
"typing-extensions>=4.7.1",
|
|
17
|
-
"pydantic
|
|
12
|
+
"urllib3>=1.25.3,<=2.6.3",
|
|
13
|
+
"aiohttp>=3.8.4,<=3.13.3",
|
|
14
|
+
"aiohttp-retry>=2.8.3,<=2.9.1",
|
|
15
|
+
"python-dateutil>=2.8.2,<=2.9.0.post0",
|
|
16
|
+
"typing-extensions>=4.7.1,<=4.15.0",
|
|
17
|
+
"pydantic>=2,<=2.12.5",
|
|
18
18
|
]
|
|
19
19
|
maintainers = [
|
|
20
20
|
{name="Denny Lee", email="denny.lee@databricks.com"},
|
|
@@ -60,24 +60,27 @@ build-backend = "hatchling.build"
|
|
|
60
60
|
|
|
61
61
|
[tool.hatch.envs.default]
|
|
62
62
|
dependencies = [
|
|
63
|
-
"urllib3>=1.25.3",
|
|
64
|
-
"aiohttp>=
|
|
65
|
-
"aiohttp-retry>=
|
|
66
|
-
"python-dateutil>=2.8.2",
|
|
67
|
-
"pydantic>=2",
|
|
68
|
-
"typing-extensions>=4.7.1"
|
|
63
|
+
"urllib3>=1.25.3,<=2.6.3",
|
|
64
|
+
"aiohttp>=3.8.4,<=3.13.3",
|
|
65
|
+
"aiohttp-retry>=2.8.3,<=2.9.1",
|
|
66
|
+
"python-dateutil>=2.8.2,<=2.9.0.post0",
|
|
67
|
+
"pydantic>=2,<=2.12.5",
|
|
68
|
+
"typing-extensions>=4.7.1,<=4.15.0",
|
|
69
69
|
]
|
|
70
70
|
|
|
71
71
|
[tool.hatch.envs.test]
|
|
72
72
|
dependencies = [
|
|
73
|
-
"pytest>=7.2.1",
|
|
74
|
-
"pytest-asyncio>=0.24.0",
|
|
75
|
-
"tox>=3.9.0",
|
|
76
|
-
"flake8>=4.0.0",
|
|
77
|
-
"types-python-dateutil>=2.8.19.14",
|
|
78
|
-
"mypy>=1.4.1"
|
|
73
|
+
"pytest>=7.2.1,<=9.0.2",
|
|
74
|
+
"pytest-asyncio>=0.24.0,<=1.3.0",
|
|
75
|
+
"tox>=3.9.0,<=4.50.2",
|
|
76
|
+
"flake8>=4.0.0,<=7.3.0",
|
|
77
|
+
"types-python-dateutil>=2.8.19.14,<=2.9.0.20260305",
|
|
78
|
+
"mypy>=1.4.1,<=1.19.1",
|
|
79
79
|
]
|
|
80
80
|
|
|
81
|
+
[tool.uv]
|
|
82
|
+
exclude-newer = "2026-03-20T00:00:00Z"
|
|
83
|
+
|
|
81
84
|
[tool.pylint."MESSAGES CONTROL"]
|
|
82
85
|
extension-pkg-whitelist = "pydantic"
|
|
83
86
|
|
|
@@ -15,7 +15,7 @@ long_description = (this_directory / "README.md").read_text()
|
|
|
15
15
|
|
|
16
16
|
setup(
|
|
17
17
|
name="unitycatalog-client",
|
|
18
|
-
version="0.4.
|
|
18
|
+
version="0.4.1",
|
|
19
19
|
description="Official Python SDK for Unity Catalog",
|
|
20
20
|
long_description=long_description,
|
|
21
21
|
long_description_content_type="text/markdown",
|
{unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api_client.py
RENAMED
|
@@ -90,7 +90,7 @@ class ApiClient:
|
|
|
90
90
|
self.default_headers[header_name] = header_value
|
|
91
91
|
self.cookie = cookie
|
|
92
92
|
# Set default User-Agent.
|
|
93
|
-
self.user_agent = 'OpenAPI-Generator/0.4.1
|
|
93
|
+
self.user_agent = 'OpenAPI-Generator/0.4.1/python'
|
|
94
94
|
self.client_side_validation = configuration.client_side_validation
|
|
95
95
|
|
|
96
96
|
async def __aenter__(self):
|
{unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/configuration.py
RENAMED
|
@@ -380,7 +380,7 @@ class Configuration:
|
|
|
380
380
|
"OS: {env}\n"\
|
|
381
381
|
"Python Version: {pyversion}\n"\
|
|
382
382
|
"Version of the API: 0.1\n"\
|
|
383
|
-
"SDK Package Version: 0.4.1
|
|
383
|
+
"SDK Package Version: 0.4.1".\
|
|
384
384
|
format(env=sys.platform, pyversion=sys.version)
|
|
385
385
|
|
|
386
386
|
def get_host_settings(self):
|
|
@@ -28,7 +28,7 @@ class DeltaGetCommitsResponse(BaseModel):
|
|
|
28
28
|
DeltaGetCommitsResponse
|
|
29
29
|
""" # noqa: E501
|
|
30
30
|
commits: List[DeltaCommitInfo] = Field(description="The list of unbackfilled Delta table commits. Can be in arbitrary order.")
|
|
31
|
-
latest_table_version: StrictInt = Field(description="Represents the latest version of the table tracked by UC.
|
|
31
|
+
latest_table_version: StrictInt = Field(description="Represents the latest version of the table tracked by UC. For a newly created managed table with no commits, this returns 0. Use this field to manage pagination — if the returned commits don't cover the range up to latest_table_version or end_version (whichever is smaller), it indicates that more unbackfilled commits may be available. ")
|
|
32
32
|
__properties: ClassVar[List[str]] = ["commits", "latest_table_version"]
|
|
33
33
|
|
|
34
34
|
model_config = ConfigDict(
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[0m[[0m[0minfo[0m] [0m[0mExecuting version update script: bash /home/zheng.hu/Downloads/unitycatalog/clients/python/build/update-python-versions.sh[0m
|
|
2
|
+
[0m[[0m[0minfo[0m] [0m[0mVersion update script executed successfully[0m
|
|
3
|
+
[0m[[0m[0minfo[0m] [0m[0mCopied setup.py to /home/zheng.hu/Downloads/unitycatalog/clients/python/target/setup.py.[0m
|
|
4
|
+
[0m[[0m[0minfo[0m] [0m[0mCopied README.md to /home/zheng.hu/Downloads/unitycatalog/clients/python/target/README.md.[0m
|
|
5
|
+
[0m[[0m[0minfo[0m] [0m[0mCopied pyproject.toml to /home/zheng.hu/Downloads/unitycatalog/clients/python/target/pyproject.toml.[0m
|
|
6
|
+
[0m[[0m[0minfo[0m] [0m[0mTarget directory /home/zheng.hu/Downloads/unitycatalog/clients/python/target/src/unitycatalog already exists. Deleting it to overwrite.[0m
|
|
7
|
+
[0m[[0m[0minfo[0m] [0m[0mSuccessfully deleted existing target directory at /home/zheng.hu/Downloads/unitycatalog/clients/python/target/src/unitycatalog[0m
|
|
8
|
+
[0m[[0m[0minfo[0m] [0m[0mEnsured target directory exists at /home/zheng.hu/Downloads/unitycatalog/clients/python/target/src[0m
|
|
9
|
+
[0m[[0m[0minfo[0m] [0m[0mMoved 'unitycatalog' from /home/zheng.hu/Downloads/unitycatalog/clients/python/target/unitycatalog to /home/zheng.hu/Downloads/unitycatalog/clients/python/target/src/unitycatalog[0m
|
|
10
|
+
[0m[[0m[0minfo[0m] [0m[0mOpenAPI Python client generation completed.[0m
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[0m[[0m[0minfo[0m] [0m[0mSuccessfully generated code to /home/zheng.hu/Downloads/unitycatalog/clients/python/target[0m
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[0m[[0m[0mdebug[0m] [0m[0mSkipping publishSigned for pythonClient[0m
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
["sbt.Task[scala.collection.Seq[java.nio.file.Path]]",["/home/zheng.hu/Downloads/unitycatalog/clients/python/target/zinc/inc_compile.zip"]]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
[0m[[0m[0mdebug[0m] [0m[0m[zinc] IncrementalCompile -----------[0m
|
|
2
|
+
[0m[[0m[0mdebug[0m] [0m[0mIncrementalCompile.incrementalCompile[0m
|
|
3
|
+
[0m[[0m[0mdebug[0m] [0m[0mprevious = Stamps for: 0 products, 0 sources, 0 libraries[0m
|
|
4
|
+
[0m[[0m[0mdebug[0m] [0m[0mcurrent source = Set()[0m
|
|
5
|
+
[0m[[0m[0mdebug[0m] [0m[0m> initialChanges = InitialChanges(Changes(added = Set(), removed = Set(), changed = Set(), unmodified = ...),Set(),Set(),API Changes: Set())[0m
|
|
6
|
+
[0m[[0m[0mdebug[0m] [0m[0mFull compilation, no sources in previous analysis.[0m
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.jar:/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/apache/logging/log4j/log4j-slf4j2-impl/2.25.3/log4j-slf4j2-impl-2.25.3.jar:/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/apache/logging/log4j/log4j-api/2.25.3/log4j-api-2.25.3.jar:/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/apache/logging/log4j/log4j-core/2.25.3/log4j-core-2.25.3.jar
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/home/zheng.hu/Downloads/unitycatalog/clients/python/target/classes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.jar:/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/apache/logging/log4j/log4j-slf4j2-impl/2.25.3/log4j-slf4j2-impl-2.25.3.jar:/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/apache/logging/log4j/log4j-api/2.25.3/log4j-api-2.25.3.jar:/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/apache/logging/log4j/log4j-core/2.25.3/log4j-core-2.25.3.jar
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
[0m[[0m[0mdebug[0m] [0m[0mCreated transactional ClassFileManager with tempDir = /home/zheng.hu/Downloads/unitycatalog/clients/python/target/classes.bak[0m
|
|
2
|
+
[0m[[0m[0mdebug[0m] [0m[0mAbout to delete class files:[0m
|
|
3
|
+
[0m[[0m[0mdebug[0m] [0m[0mWe backup class files:[0m
|
|
4
|
+
[0m[[0m[0mdebug[0m] [0m[0mCreated transactional ClassFileManager with tempDir = /home/zheng.hu/Downloads/unitycatalog/clients/python/target/classes.bak[0m
|
|
5
|
+
[0m[[0m[0mdebug[0m] [0m[0mRemoving the temporary directory used for backing up class files: /home/zheng.hu/Downloads/unitycatalog/clients/python/target/classes.bak[0m
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.jar:/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/apache/logging/log4j/log4j-slf4j2-impl/2.25.3/log4j-slf4j2-impl-2.25.3.jar:/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/apache/logging/log4j/log4j-api/2.25.3/log4j-api-2.25.3.jar:/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/apache/logging/log4j/log4j-core/2.25.3/log4j-core-2.25.3.jar
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1225345573
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
[0m[[0m[0mdebug[0m] [0m[0mPackaging /home/zheng.hu/Downloads/unitycatalog/clients/python/target/unitycatalog-python-client-0.4.1-SNAPSHOT.jar ...[0m
|
|
2
|
+
[0m[[0m[0mdebug[0m] [0m[0mInput file mappings:[0m
|
|
3
|
+
[0m[[0m[0mdebug[0m] [0m[0m [0m
|
|
4
|
+
[0m[[0m[0mdebug[0m] [0m[0mDone packaging.[0m
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
-1604131297
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/home/zheng.hu/Downloads/unitycatalog/clients/python/target/classes:/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.jar:/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/apache/logging/log4j/log4j-slf4j2-impl/2.25.3/log4j-slf4j2-impl-2.25.3.jar:/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/apache/logging/log4j/log4j-api/2.25.3/log4j-api-2.25.3.jar:/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/apache/logging/log4j/log4j-core/2.25.3/log4j-core-2.25.3.jar
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.jar:/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/apache/logging/log4j/log4j-slf4j2-impl/2.25.3/log4j-slf4j2-impl-2.25.3.jar:/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/apache/logging/log4j/log4j-api/2.25.3/log4j-api-2.25.3.jar:/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/apache/logging/log4j/log4j-core/2.25.3/log4j-core-2.25.3.jar
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/home/zheng.hu/Downloads/unitycatalog/clients/python/target/classes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.jar:/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/apache/logging/log4j/log4j-slf4j2-impl/2.25.3/log4j-slf4j2-impl-2.25.3.jar:/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/apache/logging/log4j/log4j-api/2.25.3/log4j-api-2.25.3.jar:/home/zheng.hu/.cache/coursier/v1/https/maven-proxy.dev.databricks.com/org/apache/logging/log4j/log4j-core/2.25.3/log4j-core-2.25.3.jar
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[[{},{}],{}]
|
|
Binary file
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
[0m[[0m[0minfo[0m] [0m[0mExecuting version update script: bash /Users/benjamin.wilson/repos/unitycatalog/clients/python/build/update-python-versions.sh[0m
|
|
2
|
-
[0m[[0m[0minfo[0m] [0m[0mVersion update script executed successfully[0m
|
|
3
|
-
[0m[[0m[0minfo[0m] [0m[0mCopied setup.py to /Users/benjamin.wilson/repos/unitycatalog/clients/python/target/setup.py.[0m
|
|
4
|
-
[0m[[0m[0minfo[0m] [0m[0mCopied README.md to /Users/benjamin.wilson/repos/unitycatalog/clients/python/target/README.md.[0m
|
|
5
|
-
[0m[[0m[0minfo[0m] [0m[0mCopied pyproject.toml to /Users/benjamin.wilson/repos/unitycatalog/clients/python/target/pyproject.toml.[0m
|
|
6
|
-
[0m[[0m[0minfo[0m] [0m[0mEnsured target directory exists at /Users/benjamin.wilson/repos/unitycatalog/clients/python/target/src[0m
|
|
7
|
-
[0m[[0m[0minfo[0m] [0m[0mMoved 'unitycatalog' from /Users/benjamin.wilson/repos/unitycatalog/clients/python/target/unitycatalog to /Users/benjamin.wilson/repos/unitycatalog/clients/python/target/src/unitycatalog[0m
|
|
8
|
-
[0m[[0m[0minfo[0m] [0m[0mOpenAPI Python client generation completed.[0m
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[0m[[0m[0minfo[0m] [0m[0mSuccessfully generated code to /Users/benjamin.wilson/repos/unitycatalog/clients/python/target[0m
|
|
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
|
{unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api/__init__.py
RENAMED
|
File without changes
|
{unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api/catalogs_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api/functions_api.py
RENAMED
|
File without changes
|
{unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api/grants_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api/schemas_api.py
RENAMED
|
File without changes
|
{unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api/tables_api.py
RENAMED
|
File without changes
|
|
File without changes
|
{unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api/volumes_api.py
RENAMED
|
File without changes
|
{unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/api_response.py
RENAMED
|
File without changes
|
{unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/exceptions.py
RENAMED
|
File without changes
|
{unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/__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
|
|
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
|
{unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/dependency.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
|
|
File without changes
|
|
File without changes
|
{unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/privilege.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/table_info.py
RENAMED
|
File without changes
|
|
File without changes
|
{unitycatalog_client-0.4.0 → unitycatalog_client-0.4.1}/src/unitycatalog/client/models/table_type.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
|