Skip to content

Upgrading openapi-spec-validator 0.7.2 → 0.8.4 downgrades jsonschema 4.26.2 → 4.24.1 #486

@davidmiguelalves

Description

@davidmiguelalves

While upgrading openapi-spec-validator from 0.7.2 to 0.8.4, I noticed that jsonschema is downgraded from 4.26.2 to 4.24.1. This downgrade is introduced by this commit.

I noticed that the package is constrained to 4.24.0-4.25.0, as confirmed in pyproject.toml.

This creates a regression for us because updating openapi-spec-validator forces a downgrade of jsonschema.

Steps to reproduce
Install openapi-spec-validator==0.7.2 → jsonschema resolves to 4.26.2
Upgrade to openapi-spec-validator==0.8.4 → jsonschema resolves to 4.24.1

Expected
Upgrading openapi-spec-validator should not force a downgrade of jsonschema (or should allow jsonschema>=4.26.2).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions