Skip to content

build(deps): bump json-schema-to-pydantic from 0.4.8 to 0.4.9 in /state-manager#674

Merged
NiveditJain merged 1 commit into
mainfrom
dependabot/uv/state-manager/json-schema-to-pydantic-0.4.9
Feb 5, 2026
Merged

build(deps): bump json-schema-to-pydantic from 0.4.8 to 0.4.9 in /state-manager#674
NiveditJain merged 1 commit into
mainfrom
dependabot/uv/state-manager/json-schema-to-pydantic-0.4.9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 2, 2026

Bumps json-schema-to-pydantic from 0.4.8 to 0.4.9.

Release notes

Sourced from json-schema-to-pydantic's releases.

v0.4.9

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

Commits
  • f4475b2 Merge pull request #40 from MartinGotelli/feat/underscore_names
  • d2c07eb feat: Add support for underscore name in oneOf, allOf, and anyOf
  • b1d57ce fix: Add nested underscore properties test
  • 00b31ea fix: Validate if the sanitized name is available. Improve testing. Fix format...
  • 2c4a329 feat: Add support for fields with underscores and populate by name
  • 3099bfc Merge pull request #39 from richard-gyiko/chore/switch-to-hatch-vcs
  • 5d40426 Switch from uv-dynamic-versioning to hatch-vcs
  • See full diff in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [json-schema-to-pydantic](https://github.com/richard-gyiko/json-schema-to-pydantic) from 0.4.8 to 0.4.9.
- [Release notes](https://github.com/richard-gyiko/json-schema-to-pydantic/releases)
- [Commits](richard-gyiko/json-schema-to-pydantic@v0.4.8...v0.4.9)

---
updated-dependencies:
- dependency-name: json-schema-to-pydantic
  dependency-version: 0.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Feb 2, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 2, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@NiveditJain NiveditJain merged commit 540e3dd into main Feb 5, 2026
5 of 6 checks passed
@dependabot dependabot Bot deleted the dependabot/uv/state-manager/json-schema-to-pydantic-0.4.9 branch February 5, 2026 05:41
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant