build(deps-dev): update openapi-spec-validator requirement from <0.7,>=0.2.8 to >=0.2.8,<0.8 - #4
Closed
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator) to permit the latest version. - [Release notes](https://github.com/python-openapi/openapi-spec-validator/releases) - [Commits](python-openapi/openapi-spec-validator@0.2.8...0.7.2) --- updated-dependencies: - dependency-name: openapi-spec-validator dependency-version: 0.7.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #6. |
dependabot
Bot
deleted the
dependabot/pip/openapi-spec-validator-gte-0.2.8-and-lt-0.8
branch
June 24, 2026 01:04
ivasylenko
pushed a commit
that referenced
this pull request
Jul 28, 2026
* Feature/dataclass arguments (#1) Added dataclass_arguments and tests * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix ci (#2) Co-authored-by: Khaled Radmal <khaled> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix ci (#3) Co-authored-by: Khaled Radmal <khaled> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * updated readme (#4) Co-authored-by: Khaled Radmal <khaled> * Fix/ci failed (#5) * fix ci * added # noqa: UP045 --------- Co-authored-by: Khaled Radmal <khaled> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * default encoding: utf-8 * Update docs/index.md Co-authored-by: Antonio Spadaro <ilovelinux@users.noreply.github.com> * Tests for jsonschema * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Import Types from jsonschema parser in test_param.py * Refactor data type assignment in test_param.py to use built-in str type * Refactor dataclass argument handling in _create_data_model and add generated dataclass definitions for Star Wars entities * Refactor dataclass argument handling in _create_data_model for improved readability * Add tests for Pydantic model handling in GraphQL and JSON Schema code generation * Add test for GraphQL code generation with frozen and keyword-only dataclass * Refactor dataclass argument handling to simplify merging of existing arguments * Remove .venv/ from .gitignore to allow virtual environment tracking * Enhance dataclass_arguments handling in data model creation for improved flexibility and compatibility * feat: update dataclass_arguments type to DataclassArguments for improved type safety * refactor: simplify frozen_dataclasses tests with parameterization * feat: update JSON parsing to use DataclassArguments for improved validation * fix: cast result to DataclassArguments for type safety in argument parsing * test: add parameterized tests for _create_data_model in GraphQLParser --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Khaled Radmal <khaled> Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com> Co-authored-by: Antonio Spadaro <ilovelinux@users.noreply.github.com> Co-authored-by: Koudai Aono <koxudaxi@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on openapi-spec-validator to permit the latest version.
Release notes
Sourced from openapi-spec-validator's releases.
Commits
42dad2fVersion 0.7.2cbf99daMerge pull request #391 from tembleking/fix-recursive-extra-optionsae91d80Added _collect_properties function missing type annotation8f069eefix: extract extra options recursively4970181Merge pull request #384 from python-openapi/fix/artifact-actions-fixdb82563Artifact actions fix762b0c8Merge pull request #377 from python-openapi/dependabot/docker/python-3.12.6-a...dbd0d48Merge pull request #364 from python-openapi/dependabot/pip/certifi-2024.7.4b92647cMerge pull request #365 from python-openapi/dependabot/pip/sphinx-immaterial-...7df88d9Merge pull request #367 from python-openapi/dependabot/pip/zipp-3.19.1Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)