We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wrapt
1 parent 6d81868 commit e346d42Copy full SHA for e346d42
ChangeLog
@@ -32,6 +32,8 @@ Release date: TBA
32
33
Closes PyCQA/pylint#5871
34
35
+* Only pin ``wrapt`` on the major version.
36
+
37
38
What's New in astroid 2.10.1?
39
=============================
setup.cfg
@@ -37,7 +37,7 @@ project_urls =
packages = find:
install_requires =
lazy_object_proxy>=1.4.0
40
- wrapt>=1.11,<1.14
+ wrapt>=1.11,<2
41
setuptools>=20.0
42
typed-ast>=1.4.0,<2.0;implementation_name=="cpython" and python_version<"3.8"
43
typing-extensions>=3.10;python_version<"3.10"
0 commit comments