openapi-python-client 0.25.0__tar.gz → 0.25.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.
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/PKG-INFO +2 -2
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/cli.py +2 -4
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/properties/any.py +1 -1
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/properties/list_property.py +1 -1
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/properties/model_property.py +3 -3
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/properties/protocol.py +1 -1
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/properties/schemas.py +1 -1
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/properties/union.py +2 -2
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/pyproject.toml +2 -2
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/.gitignore +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/LICENSE +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/README.md +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/__init__.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/__main__.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/config.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/__init__.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/bodies.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/errors.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/openapi.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/properties/__init__.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/properties/boolean.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/properties/const.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/properties/date.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/properties/datetime.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/properties/enum_property.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/properties/file.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/properties/float.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/properties/int.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/properties/literal_enum_property.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/properties/merge_properties.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/properties/none.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/properties/property.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/properties/string.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/properties/uuid.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/responses.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/py.typed +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/3.0.3.md +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/3.1.0.md +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/__init__.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/data_type.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/LICENSE +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/README.md +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/__init__.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/callback.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/components.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/contact.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/discriminator.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/encoding.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/example.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/external_documentation.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/header.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/info.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/license.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/link.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/media_type.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/oauth_flow.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/oauth_flows.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/open_api.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/operation.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/parameter.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/path_item.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/paths.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/reference.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/request_body.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/response.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/responses.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/schema.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/security_requirement.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/security_scheme.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/server.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/server_variable.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/tag.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/openapi_schema_pydantic/xml.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/parameter_location.py +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/.gitignore.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/README.md.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/api_init.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/client.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/endpoint_init.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/endpoint_macros.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/endpoint_module.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/errors.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/helpers.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/int_enum.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/literal_enum.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/model.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/models_init.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/package_init.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/property_templates/any_property.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/property_templates/boolean_property.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/property_templates/const_property.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/property_templates/date_property.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/property_templates/datetime_property.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/property_templates/enum_property.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/property_templates/file_property.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/property_templates/float_property.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/property_templates/helpers.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/property_templates/int_property.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/property_templates/list_property.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/property_templates/literal_enum_property.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/property_templates/model_property.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/property_templates/property_macros.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/property_templates/union_property.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/property_templates/uuid_property.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/pyproject.toml.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/pyproject_ruff.toml.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/setup.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/str_enum.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/templates/types.py.jinja +0 -0
- {openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/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.25.
|
|
3
|
+
Version: 0.25.1
|
|
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,7 +26,7 @@ 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.13,>=0.2
|
|
30
30
|
Requires-Dist: shellingham<2.0.0,>=1.3.2
|
|
31
31
|
Requires-Dist: typer<0.17,>0.6
|
|
32
32
|
Requires-Dist: typing-extensions<5.0.0,>=4.8.0
|
|
@@ -6,7 +6,7 @@ from typing import Optional, Union
|
|
|
6
6
|
|
|
7
7
|
import typer
|
|
8
8
|
|
|
9
|
-
from openapi_python_client import MetaType
|
|
9
|
+
from openapi_python_client import MetaType, __version__
|
|
10
10
|
from openapi_python_client.config import Config, ConfigFile
|
|
11
11
|
from openapi_python_client.parser.errors import ErrorLevel, GeneratorError, ParseError
|
|
12
12
|
|
|
@@ -14,8 +14,6 @@ app = typer.Typer(name="openapi-python-client")
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
def _version_callback(value: bool) -> None:
|
|
17
|
-
from openapi_python_client import __version__
|
|
18
|
-
|
|
19
17
|
if value:
|
|
20
18
|
typer.echo(f"openapi-python-client version: {__version__}")
|
|
21
19
|
raise typer.Exit()
|
|
@@ -153,7 +151,7 @@ def generate(
|
|
|
153
151
|
),
|
|
154
152
|
) -> None:
|
|
155
153
|
"""Generate a new OpenAPI Client library"""
|
|
156
|
-
from . import generate
|
|
154
|
+
from . import generate # noqa: PLC0415
|
|
157
155
|
|
|
158
156
|
config = _process_config(
|
|
159
157
|
url=url,
|
|
@@ -56,7 +56,7 @@ class ListProperty(PropertyProtocol):
|
|
|
56
56
|
`(result, schemas)` where `schemas` is an updated version of the input named the same including any inner
|
|
57
57
|
classes that were defined and `result` is either the `ListProperty` or a `PropertyError`.
|
|
58
58
|
"""
|
|
59
|
-
from . import property_from_data
|
|
59
|
+
from . import property_from_data # noqa: PLC0415
|
|
60
60
|
|
|
61
61
|
if data.items is None and not data.prefixItems:
|
|
62
62
|
return (
|
|
@@ -242,8 +242,8 @@ def _process_properties( # noqa: PLR0912, PLR0911
|
|
|
242
242
|
config: Config,
|
|
243
243
|
roots: set[ReferencePath | utils.ClassName],
|
|
244
244
|
) -> _PropertyData | PropertyError:
|
|
245
|
-
from . import property_from_data
|
|
246
|
-
from .merge_properties import merge_properties
|
|
245
|
+
from . import property_from_data # noqa: PLC0415
|
|
246
|
+
from .merge_properties import merge_properties # noqa: PLC0415
|
|
247
247
|
|
|
248
248
|
properties: dict[str, Property] = {}
|
|
249
249
|
relative_imports: set[str] = set()
|
|
@@ -353,7 +353,7 @@ def _get_additional_properties(
|
|
|
353
353
|
config: Config,
|
|
354
354
|
roots: set[ReferencePath | utils.ClassName],
|
|
355
355
|
) -> tuple[Property | None | PropertyError, Schemas]:
|
|
356
|
-
from . import property_from_data
|
|
356
|
+
from . import property_from_data # noqa: PLC0415
|
|
357
357
|
|
|
358
358
|
if schema_additional is None:
|
|
359
359
|
return ANY_ADDITIONAL_PROPERTY, schemas
|
|
@@ -174,7 +174,7 @@ class PropertyProtocol(Protocol):
|
|
|
174
174
|
@property
|
|
175
175
|
def is_base_type(self) -> bool:
|
|
176
176
|
"""Base types, represented by any other of `Property` than `ModelProperty` should not be quoted."""
|
|
177
|
-
from . import ListProperty, ModelProperty, UnionProperty
|
|
177
|
+
from . import ListProperty, ModelProperty, UnionProperty # noqa: PLC0415
|
|
178
178
|
|
|
179
179
|
return self.__class__.__name__ not in {
|
|
180
180
|
ModelProperty.__name__,
|
|
@@ -118,7 +118,7 @@ def update_schemas_with_data(
|
|
|
118
118
|
See Also:
|
|
119
119
|
- https://swagger.io/docs/specification/using-ref/
|
|
120
120
|
"""
|
|
121
|
-
from . import property_from_data
|
|
121
|
+
from . import property_from_data # noqa: PLC0415
|
|
122
122
|
|
|
123
123
|
prop: Union[PropertyError, Property]
|
|
124
124
|
prop, schemas = property_from_data(
|
|
@@ -45,7 +45,7 @@ class UnionProperty(PropertyProtocol):
|
|
|
45
45
|
`(result, schemas)` where `schemas` is the updated version of the input `schemas` and `result` is the
|
|
46
46
|
constructed `UnionProperty` or a `PropertyError` describing what went wrong.
|
|
47
47
|
"""
|
|
48
|
-
from . import property_from_data
|
|
48
|
+
from . import property_from_data # noqa: PLC0415
|
|
49
49
|
|
|
50
50
|
sub_properties: list[PropertyProtocol] = []
|
|
51
51
|
|
|
@@ -180,7 +180,7 @@ class UnionProperty(PropertyProtocol):
|
|
|
180
180
|
|
|
181
181
|
def validate_location(self, location: oai.ParameterLocation) -> ParseError | None:
|
|
182
182
|
"""Returns an error if this type of property is not allowed in the given location"""
|
|
183
|
-
from ..properties import Property
|
|
183
|
+
from ..properties import Property # noqa: PLC0415
|
|
184
184
|
|
|
185
185
|
for inner_prop in self.inner_properties:
|
|
186
186
|
if evolve(cast(Property, inner_prop), required=self.required).validate_location(location) is not None:
|
|
@@ -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.13",
|
|
18
18
|
"typing-extensions>=4.8.0,<5.0.0",
|
|
19
19
|
]
|
|
20
20
|
name = "openapi-python-client"
|
|
21
|
-
version = "0.25.
|
|
21
|
+
version = "0.25.1"
|
|
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.25.0 → openapi_python_client-0.25.1}/openapi_python_client/__init__.py
RENAMED
|
File without changes
|
{openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/__main__.py
RENAMED
|
File without changes
|
{openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/config.py
RENAMED
|
File without changes
|
|
File without changes
|
{openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/parser/bodies.py
RENAMED
|
File without changes
|
{openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/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
|
{openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/py.typed
RENAMED
|
File without changes
|
{openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/schema/3.0.3.md
RENAMED
|
File without changes
|
{openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/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
|
{openapi_python_client-0.25.0 → openapi_python_client-0.25.1}/openapi_python_client/utils.py
RENAMED
|
File without changes
|