Skip to content

Commit 54b7783

Browse files
kurmanfacebook-github-bot
authored andcommitted
Fix: dont use importlib_metadata v5.0 due to deprecated behavior and interface. (#608)
Summary: Pull Request resolved: #608 Temporarily peg importlib_metadata to <5.0 due do breaking changes (python/importlib_metadata#409) for CPython 3.7 The right fix is to use `metadata.entry_points(group=group, name=name)`, however typechecker does not recognize the changes (python/importlib_metadata@7e5bae4) Reviewed By: d4l3k Differential Revision: D40053701 fbshipit-source-id: 9860594c5283ce3f24f7284dff98447aa2df0604
1 parent 2c0348d commit 54b7783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ classy-vision>=0.6.0
77
flake8==3.9.0
88
fsspec[s3]==2022.1.0
99
hydra-core
10-
importlib-metadata
10+
importlib-metadata<5.0
1111
ipython
1212
kfp==1.8.9
1313
moto==3.0.2

0 commit comments

Comments
 (0)