Skip to content

Commit 9506d43

Browse files
feat(ingestion/deps): add upper bound to importlib_metadata
1 parent 81ba1df commit 9506d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-ingestion/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"PyYAML<7.0.0",
3434
"toml>=0.10.0,<=0.10.2",
3535
# In Python 3.10+, importlib_metadata is included in the standard library.
36-
"importlib_metadata>=4.0.0; python_version < '3.10'",
36+
"importlib_metadata>=4.0.0,<9.0.0; python_version < '3.10'",
3737
"docker<8.0.0",
3838
"expandvars>=0.6.5,<2.0.0",
3939
"avro-gen3==0.7.16",

0 commit comments

Comments
 (0)