Closed delcooper11 closed 1 year ago
@delcooper11 I regenerated with the latest openapi-generator and also changed the project for easier setting of versions in the docker-compose file, but unfortunately the error is coming from here https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/PythonPriorClientCodegen.java so might want to raise an issue in the openapi-generator project
I copied the example from here exactly as-is and got a NameError.
I was able to resolve this by adding
from dateutil.parser import parse as dateutil_parser
after line 1