We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ba1df commit 9506d43Copy full SHA for 9506d43
metadata-ingestion/setup.py
@@ -33,7 +33,7 @@
33
"PyYAML<7.0.0",
34
"toml>=0.10.0,<=0.10.2",
35
# In Python 3.10+, importlib_metadata is included in the standard library.
36
- "importlib_metadata>=4.0.0; python_version < '3.10'",
+ "importlib_metadata>=4.0.0,<9.0.0; python_version < '3.10'",
37
"docker<8.0.0",
38
"expandvars>=0.6.5,<2.0.0",
39
"avro-gen3==0.7.16",
0 commit comments