Skip to content

fix(deps): update dependency attrs to v21 - autoclosed#372

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/attrs-21.x
Closed

fix(deps): update dependency attrs to v21 - autoclosed#372
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/attrs-21.x

Conversation

@renovate

@renovate renovate Bot commented Oct 2, 2025

Copy link
Copy Markdown
Contributor

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
attrs (changelog) ~=20.3.0 -> ~=21.4.0 age confidence

Release Notes

python-attrs/attrs (attrs)

v21.4.0

Compare Source

Changes
  • Fixed the test suite on PyPy3.8 where cloudpickle does not work.
    #​892
  • Fixed coverage report for projects that use attrs and don't set a --source.
    #​895,
    #​896

v21.3.0

Compare Source

Backward-incompatible Changes
  • When using @define, converters are now run by default when setting an attribute on an instance -- additionally to validators.
    Meaning: the new default is on_setattr=[attrs.setters.convert, attrs.setters.validate].

    This is unfortunately a breaking change, but it was an oversight, impossible to raise a DeprecationWarning about, and it's better to fix it now while the APIs are very fresh with few users.
    #​835,
    #​886

  • import attrs has finally landed!
    As of this release, you can finally import attrs using its proper name.

    Not all names from the attr namespace have been transferred; most notably attr.s and attr.ib are missing.
    See attrs.define and attrs.field if you haven't seen our next-generation APIs yet.
    A more elaborate explanation can be found On The Core API Names

    This feature is at least for one release provisional.
    We don't plan on changing anything, but such a big change is unlikely to go perfectly on the first strike.

    The API docs have been mostly updated, but it will be an ongoing effort to change everything to the new APIs.
    Please note that we have not moved -- or even removed -- anything from attr!

    Please do report any bugs or documentation inconsistencies!
    #​887

Changes
  • attr.asdict(retain_collection_types=False) (default) dumps collection-esque keys as tuples.
    #​646,
    #​888
  • __match_args__ are now generated to support Python 3.10's
    Structural Pattern Matching.
    This can be controlled by the match_args argument to the class decorators on Python 3.10 and later.
    On older versions, it is never added and the argument is ignored.
    #​815
  • If the class-level on_setattr is set to attrs.setters.validate (default in @define and @mutable) but no field defines a validator, pretend that it's not set.
    #​817
  • The generated __repr__ is significantly faster on Pythons with f-strings.
    #​819
  • Attributes transformed via field_transformer are wrapped with AttrsClass again.
    #​824
  • Generated source code is now cached more efficiently for identical classes.
    #​828
  • Added attrs.converters.to_bool().
    #​830
  • attrs.resolve_types() now resolves types of subclasses after the parents are resolved.
    #​842
    #​843
  • Added new validators: lt(val) (< val), le(va) (≤ val), ge(val) (≥ val), gt(val) (> val), and maxlen(n).
    #​845
  • attrs classes are now fully compatible with cloudpickle (no need to disable repr anymore).
    #​857
  • Added new context manager attrs.validators.disabled() and functions attrs.validators.(set|get)_disabled().
    They deprecate attrs.(set|get)_run_validators().
    All functions are interoperable and modify the same internal state.
    They are not – and never were – thread-safe, though.
    #​859
  • attrs.validators.matches_re() now accepts pre-compiled regular expressions in addition to pattern strings.
    #​877

v21.2.0

Compare Source

Backward-incompatible Changes
  • We had to revert the recursive feature for attr.evolve() because it broke some use-cases -- sorry!
    #​806
  • Python 3.4 is now blocked using packaging metadata because attrs can't be imported on it anymore.
    To ensure that 3.4 users can keep installing attrs easily, we will yank 21.1.0 from PyPI.
    This has no consequences if you pin attrs to 21.1.0.
    #​807

v21.1.0

Compare Source

Backward-incompatible Changes
  • We had to revert the recursive feature for attr.evolve() because it broke some use-cases -- sorry!
    #​806
  • Python 3.4 is now blocked using packaging metadata because attrs can't be imported on it anymore.
    To ensure that 3.4 users can keep installing attrs easily, we will yank 21.1.0 from PyPI.
    This has no consequences if you pin attrs to 21.1.0.
    #​807

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 renovate Bot requested a review from linuxdaemon October 2, 2025 01:00
@renovate renovate Bot changed the title fix(deps): update dependency attrs to v21 fix(deps): update dependency attrs to v21 - autoclosed Oct 2, 2025
@renovate renovate Bot closed this Oct 2, 2025
@renovate renovate Bot deleted the renovate/attrs-21.x branch October 2, 2025 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant