Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2024

This PR contains the following updates:

Package Change Age Confidence
pydantic-xml 1.0.0 -> 2.18.0 age confidence

Release Notes

dapper91/pydantic-xml (pydantic-xml)

v2.18.0

Compare Source

  • fix: pydantic 2.12 compatibility problems fixed.

v2.17.3

Compare Source

  • fix: xml_field_validator/serializer type annotations fixed. See #​277

v2.17.2

Compare Source

  • fix: func type aliases moved to model module to make get_type_hints work correctly.

v2.17.1

Compare Source

  • fix: multiple field annotations bug fixed. See #​268.

v2.17.0

Compare Source

  • feat: annotated form of field serializer/validator support added. See #​261.

v2.16.0

Compare Source

  • exception is raised if namespace alias is not found in the namespace map.
  • child model inherits parent namespace map.
  • documentation enhanced.

v2.15.0

Compare Source

  • model deserialization additional arguments added. See #​247

v2.14.3

Compare Source

  • reserved namespaces registration skipped.

v2.14.2

Compare Source

  • raw element deserialization bug fixed.
  • mypy plugin typing fixed.

v2.14.1

Compare Source

  • pydantic 2.10 mypy plugin compatibility fixed. See #​232
  • recursive model bug fixed. See #​227.

v2.14.0

Compare Source

  • union validation error location fixed.
  • potential memory leak fixed. See #​222.
  • python 3.13 support added.

v2.13.1

Compare Source

  • multiple pydantic model validators bug fixed.

v2.13.0

Compare Source

  • custom field xml serializer/validator support added. See #​212

v2.12.1

Compare Source

  • collection of tagged union deserialization bug fixed. See #​206

v2.12.0

Compare Source

  • exclude_none and exclude_unset serialization flags support added. See #​204.

v2.11.0

Compare Source

  • named tuple support added. See #​172

v2.10.0

Compare Source

v2.9.2

Compare Source

v2.9.1

Compare Source

  • PEP-681 (Data Class Transforms) support added. See #​178.
  • pydantic 2.7 enum type support added. See #​182

v2.9.0

Compare Source

  • pydantic 2.6 incompatibility fixed. See #​167.

v2.8.1

Compare Source

  • union collection deserialization bug fixed. See #​165.

v2.8.0

Compare Source

v2.7.0

Compare Source

  • validation errors provide the full path to the malformed field (including nested sub-models).
  • error text contain the xml document source line where the error occurred (lxml parser only). See #​150.

v2.6.0

Compare Source

  • nillable element support added. See #​146.

v2.5.0

Compare Source

  • adjacent sub-elements support added. See #​143.

v2.4.0

Compare Source

  • attributes with default namespace bug fixed. See #​137.

v2.3.0

Compare Source

  • bool type encoding format changed from 'True' to 'true'. See #​126.
  • None type encoding format changed from 'None' to ''.

v2.2.4

Compare Source

  • root model default value bug fixed.
  • python 3.12 support added.

v2.2.3

Compare Source

  • raw element missing tail bug fixed. See #​118.

v2.2.2

Compare Source

  • model validator 'before' mode support added.

v2.2.1

Compare Source

  • model level skip_empty parameter added.
  • wrapped element extra entities checking bugs fixed.

v2.2.0

Compare Source

  • pydantic extra='forbid' parameter is being applied to xml elements too. See #​106.

v2.1.0

Compare Source

  • raw element typed fields support added. See #​14.
  • pydantic field exclude flag bug fixed (works only for serialization now).

v2.0.0

Compare Source


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 is behind base branch, 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
Copy link
Contributor Author

renovate bot commented Dec 3, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...


Because no versions of pydantic match >1.10.22,<1.10.23 || >1.10.23,<1.10.24 || >1.10.24,<2.0.0
 and pydantic[dotenv] (1.10.22) depends on pydantic (1.10.22), pydantic[dotenv] (>=1.10.22,<1.10.23 || >1.10.23,<1.10.24 || >1.10.24,<2.0.0) requires pydantic (1.10.22).
And because pydantic[dotenv] (1.10.23) depends on pydantic (1.10.23), pydantic[dotenv] (>=1.10.22,<1.10.24 || >1.10.24,<2.0.0) requires pydantic (1.10.22 || 1.10.23).
And because pydantic[dotenv] (1.10.24) depends on pydantic (1.10.24)
 and pydantic-xml (2.18.0) depends on pydantic (>=2.6.0,<2.10.0b1 || >2.10.0b1), pydantic-xml (2.18.0) is incompatible with pydantic[dotenv] (>=1.10.22,<2.0.0).
So, because pyregrws depends on both pydantic[dotenv] (^1.10.22) and pydantic-xml (2.18.0), version solving failed.

@renovate renovate bot force-pushed the renovate/pydantic-xml-2.x branch 2 times, most recently from 6140c1a to 78f129f Compare January 21, 2025 03:26
@renovate renovate bot force-pushed the renovate/pydantic-xml-2.x branch from 78f129f to 47e084f Compare June 3, 2025 20:34
@renovate renovate bot changed the base branch from main to develop June 3, 2025 20:34
@renovate renovate bot force-pushed the renovate/pydantic-xml-2.x branch 7 times, most recently from c5110ff to 68a4245 Compare June 8, 2025 04:06
@renovate renovate bot force-pushed the renovate/pydantic-xml-2.x branch from 68a4245 to f4872ee Compare June 13, 2025 16:29
@renovate renovate bot force-pushed the renovate/pydantic-xml-2.x branch 4 times, most recently from 568d57b to fa7a1c1 Compare June 23, 2025 11:38
@renovate renovate bot force-pushed the renovate/pydantic-xml-2.x branch from fa7a1c1 to 96a7874 Compare July 13, 2025 21:55
@renovate renovate bot force-pushed the renovate/pydantic-xml-2.x branch from 96a7874 to a393708 Compare July 23, 2025 19:46
@renovate renovate bot changed the title Update dependency pydantic-xml to v2 fix(deps): update dependency pydantic-xml to v2 Jul 23, 2025
@renovate renovate bot force-pushed the renovate/pydantic-xml-2.x branch 2 times, most recently from d0f2932 to 788b7d4 Compare July 23, 2025 20:02
@renovate renovate bot force-pushed the renovate/pydantic-xml-2.x branch 8 times, most recently from 056e921 to 8919093 Compare August 25, 2025 11:06
@renovate renovate bot force-pushed the renovate/pydantic-xml-2.x branch 4 times, most recently from ef2388e to 2d9d5b9 Compare September 4, 2025 15:08
@renovate renovate bot force-pushed the renovate/pydantic-xml-2.x branch 2 times, most recently from 2e471fd to 038a8ee Compare September 14, 2025 07:44
@renovate renovate bot force-pushed the renovate/pydantic-xml-2.x branch 3 times, most recently from 73eab93 to d90b3f6 Compare September 26, 2025 14:02
@renovate renovate bot force-pushed the renovate/pydantic-xml-2.x branch 4 times, most recently from 4ec083d to 4b0254e Compare October 9, 2025 21:03
@renovate renovate bot force-pushed the renovate/pydantic-xml-2.x branch from 4b0254e to 38d691e Compare October 10, 2025 20:29
@renovate renovate bot force-pushed the renovate/pydantic-xml-2.x branch 2 times, most recently from 5776d7a to 33e6ffb Compare October 31, 2025 13:49
@renovate renovate bot force-pushed the renovate/pydantic-xml-2.x branch 2 times, most recently from 79d5e45 to 4b27539 Compare November 13, 2025 14:04
@renovate renovate bot force-pushed the renovate/pydantic-xml-2.x branch from 4b27539 to 6abda0a Compare November 18, 2025 20:22
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.

1 participant