Skip to content

Update dependency cattrs to v1.10.0

Rebecca Claire Murphy requested to merge renovate/cattrs-1.x into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
cattrs (changelog) ==1.9.0 -> ==1.10.0 age adoption passing confidence

Release Notes

python-attrs/cattrs

v1.10.0

Compare Source

  • Add PEP 563 (string annotations) support for dataclasses. (#&#8203;195 <https://github.com/python-attrs/cattrs/issues/195>_)
  • Fix handling of dictionaries with string Enum keys for bson, orjson, and tomlkit.
  • Rename the cattr.gen.make_dict_unstructure_fn.omit_if_default parameter to _cattrs_omit_if_default, for consistency. The omit_if_default parameters to GenConverter and override are unchanged.
  • Following the changes in attrs 21.3.0, add a cattrs package mirroring the existing cattr package. Both package names may be used as desired, and the cattr package isn't going away.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

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

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


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports