Skip to content

Commit 744a9a8

Browse files
priv-kweihmannPCManticore
authored andcommitted
Allow lazy-object-proxy >= 1.5.0
by allowing every version >= 1.4.0 Fixes #800 Signed-off-by: Konrad Weihmann <[email protected]>
1 parent 922820e commit 744a9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroid/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
extras_require = {}
2828
install_requires = [
29-
"lazy_object_proxy==1.4.*",
29+
"lazy_object_proxy>=1.4.0",
3030
"six~=1.12",
3131
"wrapt>=1.11,<1.13",
3232
'typed-ast>=1.4.0,<1.5;implementation_name== "cpython" and python_version<"3.8"',

0 commit comments

Comments
 (0)