4.18.6
(fix):
Fix string enum generation to properly handle enum values containing quotes by automatically escaping them,
ensuring valid Python syntax for both single and double quoted string literals.
4.18.5
(fix):
Support application/x-www-form-urlencoded content type for requests, allowing proper encoding of form data in API calls.
4.18.4
(fix):
Fix requirements.txt generation to properly handle dependency version constraints, ensuring compatibility markers are correctly formatted.