json-schema-to-pydantic (0.4.11-1)
[PTS] [DDPO]
COMMITS: VCS has seen 9 commits since the debian/0.4.9-1 tag
- Git: https://salsa.debian.org/python-team/packages/json-schema-to-pydantic.git
-
- Branch: debian
- Path: debian/changelog
- Repo size: 151552
- Browser: https://salsa.debian.org/python-team/packages/json-schema-to-pydantic
- Last scan: 2026-03-10 20:48:02+00
- Next scan: 2026-03-17 10:34:00+00
- Debian changelog in Git:
json-schema-to-pydantic (0.4.11-1) unstable; urgency=medium
* new upstream release
-- Antoine Beaupré <anarcat@debian.org> Tue, 10 Mar 2026 13:38:54 -0400
- This branch is 9 commits ahead of tag debian/0.4.9-1
- Git log:
commit 809dbe67a6cac4f75f9eeaf8bc27a96baea4da5b
Author: Antoine Beaupré <anarcat@debian.org>
Date: Tue Mar 10 13:39:38 2026 -0400
prepare new upload
commit 7c4f47f88e3eca3acfd976a67e43e90c3983aa59
Merge: 7571e4c 59df048
Author: Antoine Beaupré <anarcat@debian.org>
Date: Tue Mar 10 13:38:47 2026 -0400
Merge tag 'v0.4.11' into debian
commit 59df04840aec34cc78b04a48178d0794ee9c290f
Merge: 2b00175 dac8e5e
Author: Richárd Gyikó <gyiko.richard@outlook.com>
Date: Mon Mar 9 21:52:50 2026 +0100
Merge pull request #43 from richard-gyiko/feat/predefined-refs-non-model-types
feat: support non-model types in predefined refs
commit dac8e5e35b9dc95e2fe5a8191b66e3078b2a0dbb
Author: Richárd Gyikó <gyiko.richard@outlook.com>
Date: Mon Mar 9 21:51:41 2026 +0100
fix: cache top-level predefined ref root models
commit 1cf9829044df31d3d942231517724278a7b49fdd
Author: Gyikó Richárd <gyiko.richard@outlook.com>
Date: Thu Mar 5 16:17:07 2026 +0100
feat: support predefined non-model ref types
commit 2b001755040a88817d6acd005eaef95357dd5f1f
Merge: 34c39e0 bf3896b
Author: Richárd Gyikó <gyiko.richard@outlook.com>
Date: Tue Mar 3 22:03:43 2026 +0100
Merge pull request #42 from richard-gyiko/feat/predefined-models-ref-seeding
feat: support predefined models for $ref resolution
commit bf3896bd3a8d8a458a73963e96486c393a91f3ac
Author: Richárd Gyikó <gyiko.richard@outlook.com>
Date: Tue Mar 3 21:52:44 2026 +0100
fix: tighten predefined model validation for refs and base type
commit 280c83cb3de23238f704c31355534204f49a00d3
Author: Richárd Gyikó <gyiko.richard@outlook.com>
Date: Tue Mar 3 21:37:00 2026 +0100
feat: support predefined models for resolution
commit 34c39e0beff4e7a6e15a9e25c1568d46e042c6b0
Author: Richárd Gyikó <gyiko.richard@outlook.com>
Date: Sun Feb 1 21:52:37 2026 +0100
docs: update README and features.md with recent capabilities
- Add top-level arrays/scalars and underscore fields to Features list
- Add Quick Start example for populate_by_name with OpenAPI-style fields
- Document Top-Level Arrays and Scalars (RootModel support)
- Document Underscore-Prefixed Fields with collision detection and combiner support