Skip to content

fix(deps): update dependency json-schema-to-pydantic to >=0.4.9,<0.5.0#113

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/json-schema-to-pydantic-0.x
Open

fix(deps): update dependency json-schema-to-pydantic to >=0.4.9,<0.5.0#113
renovate[bot] wants to merge 1 commit intomainfrom
renovate/json-schema-to-pydantic-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2026

This PR contains the following updates:

Package Change Age Confidence
json-schema-to-pydantic >=0.3.0,<0.4.0>=0.4.9,<0.5.0 age confidence

Release Notes

richard-gyiko/json-schema-to-pydantic (json-schema-to-pydantic)

v0.4.9

Compare Source

What's Changed

This release adds support for JSON Schema fields that start with underscores (common in OpenAPI specs). Since Pydantic doesn't allow field names starting with _, the library now:

  • Sanitizes field names by stripping leading underscores and creating aliases
  • Adds a populate_by_name parameter to allow models to be populated by either the original name or the sanitized name
  • Properly handles allOf, oneOf, and anyOf combiners with underscore fields

Full Changelog: richard-gyiko/json-schema-to-pydantic@v0.4.8...v0.4.9

v0.4.8

Compare Source

What's Changed

Full Changelog: richard-gyiko/json-schema-to-pydantic@v0.4.7...v0.4.8

v0.4.7

Compare Source

What's Changed

Full Changelog: richard-gyiko/json-schema-to-pydantic@v0.4.6...v0.4.7

v0.4.6

Compare Source

What's Changed

Full Changelog: richard-gyiko/json-schema-to-pydantic@v0.4.5...v0.4.6

v0.4.5

Compare Source

What's Changed

New Contributors

Full Changelog: richard-gyiko/json-schema-to-pydantic@v0.4.4...v0.4.5

v0.4.4

Compare Source

What's Changed

  • Fix: Support multiple type combinations in JSON Schema type arrays by @​Copilot in #​26

Full Changelog: richard-gyiko/json-schema-to-pydantic@v0.4.3...v0.4.4

v0.4.3

Compare Source

What's Changed

  • Fix RecursionError when processing schemas with recursive references by @​Copilot in #​24

New Contributors

Full Changelog: richard-gyiko/json-schema-to-pydantic@v0.4.2...v0.4.3

v0.4.2

Compare Source

What's Changed

New Contributors

Full Changelog: richard-gyiko/json-schema-to-pydantic@v0.4.1...v0.4.2

v0.4.1

Compare Source

What's Changed

Full Changelog: richard-gyiko/json-schema-to-pydantic@v0.4.0...v0.4.1

v0.4.0

Compare Source

What's Changed

  • Add support for array types in PydanticModelBuilder with recursive object model creation by @​areiner222 in #​19

Full Changelog: richard-gyiko/json-schema-to-pydantic@v0.3.0...v0.4.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/json-schema-to-pydantic-0.x branch from 4a0c8c5 to 1573201 Compare February 2, 2026 07:32
@renovate renovate bot changed the title fix(deps): update dependency json-schema-to-pydantic to >=0.4.8,<0.5.0 fix(deps): update dependency json-schema-to-pydantic to >=0.4.9,<0.5.0 Feb 2, 2026
@renovate renovate bot force-pushed the renovate/json-schema-to-pydantic-0.x branch from 1573201 to d0af267 Compare February 3, 2026 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants