diff options
-rw-r--r-- | changelog.d/3790.breaking.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog.d/3790.breaking.rst b/changelog.d/3790.breaking.rst new file mode 100644 index 00000000..252840d1 --- /dev/null +++ b/changelog.d/3790.breaking.rst @@ -0,0 +1,5 @@ +Bump vendored version of :pypi:`packaging` to 23.0 +(:pypi:`pyparsing` is no longer required and was removed). +As a consequence, users will experience a more strict parsing of requirements. +Specifications that don't comply with :pep:`440` and :pep:`508` will result +in build errors. |