Skip to content

Commit 35919b9

Browse files
sirosensloria
andauthored
Set lower bound for packaging requirement (#1990)
* Set lower bound for `packaging` requirement Set this at 17.0 as the first version which added the `release` property to `Version` objects. closes #1957 * Update changelog Co-authored-by: Steven Loria <sloria1@gmail.com>
1 parent e67e309 commit 35919b9

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
---------
33

4+
(unreleased)
5+
************
6+
7+
Other changes:
8+
9+
- Set lower bound for `packaging` requirement (:issue:`1957`).
10+
Thanks :user:`MatthewNicolTR` for reporting and thanks :user:`sirosen` for the PR.
11+
412
3.15.0 (2022-03-12)
513
*******************
614

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def read(fname):
5858
package_dir={"": "src"},
5959
package_data={"marshmallow": ["py.typed"]},
6060
include_package_data=True,
61-
install_requires=["packaging"],
61+
install_requires=["packaging>=17.0"],
6262
extras_require=EXTRAS_REQUIRE,
6363
license="MIT",
6464
zip_safe=False,

0 commit comments

Comments
 (0)