aind-metadata-service-async-client 2.2.0__tar.gz → 2.2.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.
Potentially problematic release.
This version of aind-metadata-service-async-client might be problematic. Click here for more details.
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/PKG-INFO +1 -1
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/README.md +2 -2
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/aind_metadata_service_async_client/__init__.py +2 -2
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/aind_metadata_service_async_client/api/default_api.py +1 -1
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/aind_metadata_service_async_client/api/healthcheck_api.py +1 -1
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/aind_metadata_service_async_client/api_client.py +2 -2
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/aind_metadata_service_async_client/configuration.py +3 -3
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/aind_metadata_service_async_client/exceptions.py +1 -1
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/aind_metadata_service_async_client/models/__init__.py +1 -1
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/aind_metadata_service_async_client/models/health_check.py +3 -3
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/aind_metadata_service_async_client/models/http_validation_error.py +1 -1
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/aind_metadata_service_async_client/models/slims_workflow.py +1 -1
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/aind_metadata_service_async_client/models/validation_error.py +1 -1
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/aind_metadata_service_async_client/models/validation_error_loc_inner.py +1 -1
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/aind_metadata_service_async_client/rest.py +1 -1
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/aind_metadata_service_async_client.egg-info/PKG-INFO +1 -1
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/pyproject.toml +1 -1
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/setup.py +2 -2
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/test/test_default_api.py +1 -1
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/test/test_health_check.py +2 -2
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/test/test_healthcheck_api.py +1 -1
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/test/test_http_validation_error.py +1 -1
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/test/test_slims_workflow.py +1 -1
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/test/test_validation_error.py +1 -1
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/test/test_validation_error_loc_inner.py +1 -1
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/aind_metadata_service_async_client/api/__init__.py +0 -0
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/aind_metadata_service_async_client/api_response.py +0 -0
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/aind_metadata_service_async_client/py.typed +0 -0
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/aind_metadata_service_async_client.egg-info/SOURCES.txt +0 -0
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/aind_metadata_service_async_client.egg-info/dependency_links.txt +0 -0
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/aind_metadata_service_async_client.egg-info/requires.txt +0 -0
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/aind_metadata_service_async_client.egg-info/top_level.txt +0 -0
- {aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/setup.cfg +0 -0
{aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/README.md
RENAMED
|
@@ -8,8 +8,8 @@ Service to pull data from example backend.
|
|
|
8
8
|
|
|
9
9
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
10
10
|
|
|
11
|
-
- API version: 2.2.
|
|
12
|
-
- Package version: 2.2.
|
|
11
|
+
- API version: 2.2.2
|
|
12
|
+
- Package version: 2.2.2
|
|
13
13
|
- Generator version: 7.13.0
|
|
14
14
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
15
15
|
|
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
|
|
8
8
|
## aind-metadata-service Service to pull data from example backend.
|
|
9
9
|
|
|
10
|
-
The version of the OpenAPI document: 2.2.
|
|
10
|
+
The version of the OpenAPI document: 2.2.2
|
|
11
11
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
12
12
|
|
|
13
13
|
Do not edit the class manually.
|
|
14
14
|
""" # noqa: E501
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
__version__ = "2.2.
|
|
17
|
+
__version__ = "2.2.2"
|
|
18
18
|
|
|
19
19
|
# import apis into sdk package
|
|
20
20
|
from aind_metadata_service_async_client.api.default_api import DefaultApi
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.2.
|
|
8
|
+
The version of the OpenAPI document: 2.2.2
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.2.
|
|
8
|
+
The version of the OpenAPI document: 2.2.2
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.2.
|
|
8
|
+
The version of the OpenAPI document: 2.2.2
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -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/2.2.
|
|
93
|
+
self.user_agent = 'OpenAPI-Generator/2.2.2/python'
|
|
94
94
|
self.client_side_validation = configuration.client_side_validation
|
|
95
95
|
|
|
96
96
|
async def __aenter__(self):
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.2.
|
|
8
|
+
The version of the OpenAPI document: 2.2.2
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -496,8 +496,8 @@ class Configuration:
|
|
|
496
496
|
return "Python SDK Debug Report:\n"\
|
|
497
497
|
"OS: {env}\n"\
|
|
498
498
|
"Python Version: {pyversion}\n"\
|
|
499
|
-
"Version of the API: 2.2.
|
|
500
|
-
"SDK Package Version: 2.2.
|
|
499
|
+
"Version of the API: 2.2.2\n"\
|
|
500
|
+
"SDK Package Version: 2.2.2".\
|
|
501
501
|
format(env=sys.platform, pyversion=sys.version)
|
|
502
502
|
|
|
503
503
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.2.
|
|
8
|
+
The version of the OpenAPI document: 2.2.2
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
## aind-metadata-service Service to pull data from example backend.
|
|
8
8
|
|
|
9
|
-
The version of the OpenAPI document: 2.2.
|
|
9
|
+
The version of the OpenAPI document: 2.2.2
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
12
12
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.2.
|
|
8
|
+
The version of the OpenAPI document: 2.2.2
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -27,7 +27,7 @@ class HealthCheck(BaseModel):
|
|
|
27
27
|
Response model to validate and return when performing a health check.
|
|
28
28
|
""" # noqa: E501
|
|
29
29
|
status: Optional[StrictStr] = 'OK'
|
|
30
|
-
service_version: Optional[StrictStr] = '2.2.
|
|
30
|
+
service_version: Optional[StrictStr] = '2.2.2'
|
|
31
31
|
__properties: ClassVar[List[str]] = ["status", "service_version"]
|
|
32
32
|
|
|
33
33
|
@field_validator('status')
|
|
@@ -92,7 +92,7 @@ class HealthCheck(BaseModel):
|
|
|
92
92
|
|
|
93
93
|
_obj = cls.model_validate({
|
|
94
94
|
"status": obj.get("status") if obj.get("status") is not None else 'OK',
|
|
95
|
-
"service_version": obj.get("service_version") if obj.get("service_version") is not None else '2.2.
|
|
95
|
+
"service_version": obj.get("service_version") if obj.get("service_version") is not None else '2.2.2'
|
|
96
96
|
})
|
|
97
97
|
return _obj
|
|
98
98
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.2.
|
|
8
|
+
The version of the OpenAPI document: 2.2.2
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.2.
|
|
8
|
+
The version of the OpenAPI document: 2.2.2
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.2.
|
|
8
|
+
The version of the OpenAPI document: 2.2.2
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.2.
|
|
8
|
+
The version of the OpenAPI document: 2.2.2
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.2.
|
|
8
|
+
The version of the OpenAPI document: 2.2.2
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/setup.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.2.
|
|
8
|
+
The version of the OpenAPI document: 2.2.2
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -21,7 +21,7 @@ from setuptools import setup, find_packages # noqa: H301
|
|
|
21
21
|
# prerequisite: setuptools
|
|
22
22
|
# http://pypi.python.org/pypi/setuptools
|
|
23
23
|
NAME = "aind-metadata-service-async-client"
|
|
24
|
-
VERSION = "2.2.
|
|
24
|
+
VERSION = "2.2.2"
|
|
25
25
|
PYTHON_REQUIRES = ">= 3.9"
|
|
26
26
|
REQUIRES = [
|
|
27
27
|
"urllib3 >= 2.1.0, < 3.0.0",
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.2.
|
|
8
|
+
The version of the OpenAPI document: 2.2.2
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.2.
|
|
8
|
+
The version of the OpenAPI document: 2.2.2
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -36,7 +36,7 @@ class TestHealthCheck(unittest.TestCase):
|
|
|
36
36
|
if include_optional:
|
|
37
37
|
return HealthCheck(
|
|
38
38
|
status = 'OK',
|
|
39
|
-
service_version = '2.2.
|
|
39
|
+
service_version = '2.2.2'
|
|
40
40
|
)
|
|
41
41
|
else:
|
|
42
42
|
return HealthCheck(
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.2.
|
|
8
|
+
The version of the OpenAPI document: 2.2.2
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.2.
|
|
8
|
+
The version of the OpenAPI document: 2.2.2
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.2.
|
|
8
|
+
The version of the OpenAPI document: 2.2.2
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.2.
|
|
8
|
+
The version of the OpenAPI document: 2.2.2
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.2.
|
|
8
|
+
The version of the OpenAPI document: 2.2.2
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aind_metadata_service_async_client-2.2.0 → aind_metadata_service_async_client-2.2.2}/setup.cfg
RENAMED
|
File without changes
|