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

Update dependencies #51

Closed lorddaedra closed 1 year ago

lorddaedra commented 1 year ago

Please, update dependencies (openapi-spec-validator) https://github.com/manchenkoff/openapi3-parser/blob/master/Pipfile#L14

OpenAPI file may contain required list of names of properties, which do not exists in properties list...
openapi-spec-validator-0.4.0 -> error openapi-spec-validator-0.5.5 -> OK

Your tool require < 0.5 version of openapi-spec-validator

P.S. Also IMHO it's a good idea to replace Pipfile* to pyproject.toml (use poetry)

Related issue: https://github.com/getlago/lago-openapi/issues/22

manchenkoff commented 1 year ago

Hey @lorddaedra, thanks for opening this. I will release an updated package next week. Regarding poetry, I totally agree and I have ticket #32 for that as well, but it requires a bit more than just replacing, so it won't be published that soon.

manchenkoff commented 1 year ago

Bumped to openapi-spec-validator-0.5.5