Skip to content

Commit b9ff7a8

Browse files
committed
Set maximum importlib-metadata version due to pending incompatible changes.
See python/importlib_metadata#278
1 parent c330acd commit b9ff7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
importlib-metadata>=1.5.0; python_version < "3.9"
1+
importlib-metadata<3.5.0,>=1.5.0; python_version < "3.9"
22
importlib-resources>=3.0.0; python_version < "3.7"
33
natsort>=7.1.0
44
pydash>=4.7.4

0 commit comments

Comments
 (0)