Next release will have breaking changes #195
Closed
pawamoy
announced in
Announcements
Replies: 2 comments 2 replies
-
Mentioning @machow because you're the only one I know using Griffe directly 😄 |
Beta Was this translation helpful? Give feedback.
2 replies
-
Griffe 0.33 was released. mkdocstrings-python 1.3.0 rejects it, and v1.4.0 will support it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Next release (v0.33) will contain a refactor of expressions, see #194.
We will take care of releasing a version of mkdocstrings-python with an upper bound on
griffe<0.33
before the actual Griffe release.For projects depending directly on Griffe, here are the pending breaking changes:
griffe.expressions.Name
is removed in favor ofgriffe.expressions.ExprName
griffe.expressions.Expression
is removed in favor ofgriffe.expressions.Expr
and all its subclassesIf you were using expressions directly, you might want to add a temporary upper bound on Griffe too. Once the new version is released you'll be able to check out the API reference in the docs.
Beta Was this translation helpful? Give feedback.
All reactions