manchenkoff / openapi3-parser

OpenAPI 3 parser to use a specification inside of the code in your projects
https://pypi.org/project/openapi3-parser/
MIT License
61 stars 33 forks source link

Fix: Typo on multipart form content type and adds URI field to StringFormat #39

Closed moisesbenzan closed 2 years ago

moisesbenzan commented 2 years ago

multipart_form/form-data was a typo for multipart/form-data; fixed. Adds optional URI format type to StringFormat and updates the tests to cover this.

manchenkoff commented 2 years ago

Hey @moisesbenzan, thanks for the contribution, PR LGTM! 👍 But there are some test failures, could you take a look at them?

moisesbenzan commented 2 years ago

@manchenkoff Fixed the tests, could you trigger the workflow once more please?

manchenkoff commented 2 years ago

@moisesbenzan merged, you can install new 1.1.4 version from pypi