python-openapi / openapi-spec-validator

OpenAPI Spec Validator is a CLI, pre-commit hook and python package that validates OpenAPI Specs against the OpenAPI 2.0 (aka Swagger), OpenAPI 3.0 and OpenAPI 3.1 specification.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

removing default_handlers breaks openapi-core

spasiu opened this issue · comments

It seems like this commit 03d4937 breaks https://github.com/p1c2u/openapi-core (v0.14.2). Our imports are failing now.

Hi @spasiu
thanks for reporting the issue. I will have to prepare new version with fix for that in openapi-core.

Is there any reason why you did not stick to semantic versioning (and file a new major release) when removing public APIs?