Skip to content

Commit

Permalink
Add provisional notice
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Nov 5, 2020
1 parent cd2f886 commit d23924f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions changelog.d/668.breaking.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
``attr.define()``, ``attr.frozen()``, ``attr.mutable()``, and ``attr.field()`` remain **provisional**.

This release does **not** change change anything about them and they are already used widely in production though.

If you wish to use them together with mypy, you can simply drop `this plugin <https://gist.github.com/hynek/1e3844d0c99e479e716169034b5fa963#file-attrs_ng_plugin-py>`_ into your project.

Feel free to provide feedback to them in the linked issue #668.

We will release the ``attrs`` namespace once we have the feeling that the APIs have properly settled.

0 comments on commit d23924f

Please sign in to comment.