openapi-python-client 0.26.0__tar.gz → 0.26.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.
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/PKG-INFO +3 -3
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/properties/__init__.py +19 -5
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/pyproject_uv.toml.jinja +1 -1
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/pyproject.toml +3 -3
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/.gitignore +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/LICENSE +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/README.md +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/__init__.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/__main__.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/cli.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/config.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/__init__.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/bodies.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/errors.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/openapi.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/properties/any.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/properties/boolean.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/properties/const.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/properties/date.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/properties/datetime.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/properties/enum_property.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/properties/file.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/properties/float.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/properties/int.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/properties/list_property.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/properties/literal_enum_property.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/properties/merge_properties.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/properties/model_property.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/properties/none.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/properties/property.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/properties/protocol.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/properties/schemas.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/properties/string.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/properties/union.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/properties/uuid.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/responses.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/py.typed +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/3.0.3.md +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/3.1.0.md +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/__init__.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/data_type.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/LICENSE +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/README.md +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/__init__.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/callback.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/components.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/contact.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/discriminator.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/encoding.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/example.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/external_documentation.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/header.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/info.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/license.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/link.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/media_type.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/oauth_flow.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/oauth_flows.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/open_api.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/operation.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/parameter.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/path_item.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/paths.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/reference.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/request_body.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/response.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/responses.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/schema.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/security_requirement.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/security_scheme.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/server.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/server_variable.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/tag.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/openapi_schema_pydantic/xml.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/parameter_location.py +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/.gitignore.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/README.md.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/api_init.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/client.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/endpoint_init.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/endpoint_macros.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/endpoint_module.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/errors.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/helpers.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/int_enum.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/literal_enum.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/model.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/models_init.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/package_init.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/property_templates/any_property.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/property_templates/boolean_property.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/property_templates/const_property.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/property_templates/date_property.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/property_templates/datetime_property.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/property_templates/enum_property.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/property_templates/file_property.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/property_templates/float_property.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/property_templates/helpers.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/property_templates/int_property.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/property_templates/list_property.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/property_templates/literal_enum_property.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/property_templates/model_property.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/property_templates/property_macros.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/property_templates/union_property.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/property_templates/uuid_property.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/pyproject.toml.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/pyproject_pdm.toml.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/pyproject_poetry.toml.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/pyproject_ruff.toml.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/setup.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/str_enum.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/templates/types.py.jinja +0 -0
- {openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openapi-python-client
|
|
3
|
-
Version: 0.26.
|
|
3
|
+
Version: 0.26.2
|
|
4
4
|
Summary: Generate modern Python clients from OpenAPI
|
|
5
5
|
Project-URL: repository, https://github.com/openapi-generators/openapi-python-client
|
|
6
6
|
Author-email: Dylan Anthony <contact@dylananthony.com>
|
|
@@ -26,9 +26,9 @@ Requires-Dist: jinja2<4.0.0,>=3.0.0
|
|
|
26
26
|
Requires-Dist: pydantic<3.0.0,>=2.10
|
|
27
27
|
Requires-Dist: python-dateutil<3.0.0,>=2.8.1
|
|
28
28
|
Requires-Dist: ruamel-yaml<0.19.0,>=0.18.6
|
|
29
|
-
Requires-Dist: ruff<0.
|
|
29
|
+
Requires-Dist: ruff<0.14,>=0.2
|
|
30
30
|
Requires-Dist: shellingham<2.0.0,>=1.3.2
|
|
31
|
-
Requires-Dist: typer<0.
|
|
31
|
+
Requires-Dist: typer<0.20,>0.6
|
|
32
32
|
Requires-Dist: typing-extensions<5.0.0,>=4.8.0
|
|
33
33
|
Description-Content-Type: text/markdown
|
|
34
34
|
|
|
@@ -40,6 +40,7 @@ from .schemas import (
|
|
|
40
40
|
Parameters,
|
|
41
41
|
ReferencePath,
|
|
42
42
|
Schemas,
|
|
43
|
+
get_reference_simple_name,
|
|
43
44
|
parse_reference_path,
|
|
44
45
|
update_parameters_with_data,
|
|
45
46
|
update_schemas_with_data,
|
|
@@ -324,17 +325,30 @@ def _create_schemas(
|
|
|
324
325
|
while still_making_progress:
|
|
325
326
|
still_making_progress = False
|
|
326
327
|
errors = []
|
|
327
|
-
next_round = []
|
|
328
|
+
next_round: list[tuple[str, oai.Reference | oai.Schema]] = []
|
|
328
329
|
# Only accumulate errors from the last round, since we might fix some along the way
|
|
329
330
|
for name, data in to_process:
|
|
330
|
-
|
|
331
|
-
schemas.errors.append(PropertyError(data=data, detail="Reference schemas are not supported."))
|
|
332
|
-
continue
|
|
331
|
+
schema_data: oai.Reference | oai.Schema | None = data
|
|
333
332
|
ref_path = parse_reference_path(f"#/components/schemas/{name}")
|
|
334
333
|
if isinstance(ref_path, ParseError):
|
|
335
334
|
schemas.errors.append(PropertyError(detail=ref_path.detail, data=data))
|
|
336
335
|
continue
|
|
337
|
-
|
|
336
|
+
if isinstance(data, oai.Reference):
|
|
337
|
+
# Fully dereference reference schemas
|
|
338
|
+
seen = [name]
|
|
339
|
+
while isinstance(schema_data, oai.Reference):
|
|
340
|
+
data_ref_schema = get_reference_simple_name(schema_data.ref)
|
|
341
|
+
if data_ref_schema in seen:
|
|
342
|
+
schemas.errors.append(PropertyError(detail="Circular schema references found", data=data))
|
|
343
|
+
break
|
|
344
|
+
# use derefenced schema definition for this schema
|
|
345
|
+
schema_data = components.get(data_ref_schema)
|
|
346
|
+
if isinstance(schema_data, oai.Schema):
|
|
347
|
+
schemas_or_err = update_schemas_with_data(
|
|
348
|
+
ref_path=ref_path, data=schema_data, schemas=schemas, config=config
|
|
349
|
+
)
|
|
350
|
+
else:
|
|
351
|
+
schemas.errors.append(PropertyError(detail="Referent schema not found", data=data))
|
|
338
352
|
if isinstance(schemas_or_err, PropertyError):
|
|
339
353
|
next_round.append((name, data))
|
|
340
354
|
errors.append(schemas_or_err)
|
|
@@ -6,7 +6,7 @@ license = { text = "MIT" }
|
|
|
6
6
|
requires-python = ">=3.9,<4.0"
|
|
7
7
|
dependencies = [
|
|
8
8
|
"jinja2>=3.0.0,<4.0.0",
|
|
9
|
-
"typer>0.6,<0.
|
|
9
|
+
"typer>0.6,<0.20",
|
|
10
10
|
"colorama>=0.4.3; sys_platform == \"win32\"",
|
|
11
11
|
"shellingham>=1.3.2,<2.0.0",
|
|
12
12
|
"pydantic>=2.10,<3.0.0",
|
|
@@ -14,11 +14,11 @@ dependencies = [
|
|
|
14
14
|
"python-dateutil>=2.8.1,<3.0.0",
|
|
15
15
|
"httpx>=0.23.0,<0.29.0",
|
|
16
16
|
"ruamel.yaml>=0.18.6,<0.19.0",
|
|
17
|
-
"ruff>=0.2,<0.
|
|
17
|
+
"ruff>=0.2,<0.14",
|
|
18
18
|
"typing-extensions>=4.8.0,<5.0.0",
|
|
19
19
|
]
|
|
20
20
|
name = "openapi-python-client"
|
|
21
|
-
version = "0.26.
|
|
21
|
+
version = "0.26.2"
|
|
22
22
|
description = "Generate modern Python clients from OpenAPI"
|
|
23
23
|
keywords = [
|
|
24
24
|
"OpenAPI",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/__init__.py
RENAMED
|
File without changes
|
{openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/__main__.py
RENAMED
|
File without changes
|
|
File without changes
|
{openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/config.py
RENAMED
|
File without changes
|
|
File without changes
|
{openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/bodies.py
RENAMED
|
File without changes
|
{openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/parser/errors.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
|
{openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/py.typed
RENAMED
|
File without changes
|
{openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/3.0.3.md
RENAMED
|
File without changes
|
{openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/schema/3.1.0.md
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
|
|
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
|
|
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
|
{openapi_python_client-0.26.0 → openapi_python_client-0.26.2}/openapi_python_client/utils.py
RENAMED
|
File without changes
|