Skip to content

build(deps): update pydantic requirement from <2.12,>=1.5 to >=1.5,<2.14 - #1

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/pydantic-gte-1.5-and-lt-2.14
Open

build(deps): update pydantic requirement from <2.12,>=1.5 to >=1.5,<2.14#1
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/pydantic-gte-1.5-and-lt-2.14

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 7, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on pydantic to permit the latest version.

Release notes

Sourced from pydantic's releases.

v2.13.4 2026-05-06

v2.13.4 (2026-05-06)

What's Changed

Packaging

Fixes

Full Changelog: pydantic/pydantic@v2.13.3...v2.13.4

Changelog

Sourced from pydantic's changelog.

v2.13.4 (2026-05-06)

GitHub release

What's Changed

Packaging

Fixes

v2.13.3 (2026-04-20)

GitHub release

What's Changed

Fixes

v2.13.2 (2026-04-17)

GitHub release

What's Changed

Fixes

  • Fix ValidationInfo.field_name missing with model_validate_json() by @​Viicos in #13084

v2.13.1 (2026-04-15)

GitHub release

What's Changed

Fixes

v2.13.0 (2026-04-13)

GitHub release

The highlights of the v2.13 release are available in the blog post.

... (truncated)

Commits
  • cf67d4b Fix linting
  • f0d8a21 Prepare release v2.13.4
  • 5e3fe1d Check for pydantic tag pattern in CI
  • 7f9edcc Document tagging conventions
  • b46a0c9 Adapt pydantic-core linker flags on macOS
  • 50629c8 Update to PyPy 7.3.22
  • 8522ebb Preserve RootModel core metadata
  • a37f3af Adapt MISSING sentinel test to work with unreleased typing_extensions ver...
  • 909259a Remove Logfire example in documentation
  • 2c4174c Bump libc from 0.2.155 to 0.2.185
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

ivasylenko and others added 2 commits October 16, 2025 16:54
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md)
- [Commits](pydantic/pydantic@v1.5...v2.13.4)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 2.13.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 7, 2026
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant