Open dorcohe opened 4 months ago
ping
I'm also encountering this issue. Any chances the related PR will be merged in as part of a release?
Looks like this fix was included in 0.21.4 on 8/24, based on https://github.com/openapi-generators/openapi-python-client/pull/1106
Describe the bug Version: 0.21.1 When I try to generate a client it fails with the following error: Error(s) encountered while generating, client was not created
ruff failed
rivery_scim_client/models/book.py:40:21: F821 Undefined name
cast
Found 209 errors (208 fixed, 1 remaining).As you can see there is an import missing. I publish a PR that should solve it. https://github.com/openapi-generators/openapi-python-client/pull/1072
OpenAPI Spec File I created a dummy openapi specification.
Additional context Add any other context about the problem here. N/A