Skip to content

Commit 59f17fc

Browse files
authored
Merge branch 'main' into add_components_parameters_support
2 parents 1fa552a + d512d8b commit 59f17fc

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

openapi_python_client/templates/property_templates/union_property.py.jinja

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ if isinstance({{ source }}, {{ inner_property.get_instance_type_string() }}):
7171
{% set ns.has_if = true %}
7272
{% elif not loop.last or ns.contains_properties_without_transform %}
7373
elif isinstance({{ source }}, {{ inner_property.get_instance_type_string() }}):
74-
{% set has_first_clause = true %}
7574
{% else %}
7675
else:
7776
{% endif %}

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include = ["CHANGELOG.md", "openapi_python_client/py.typed"]
2121
[tool.poetry.dependencies]
2222
python = "^3.7"
2323
jinja2 = "^3.0.0"
24-
typer = "^0.4"
24+
typer = "^0.6"
2525
colorama = {version = "^0.4.3", markers = "sys_platform == 'win32'"}
2626
shellingham = "^1.3.2"
2727
black = "*"

0 commit comments

Comments
 (0)