check importlib setup (#13200)

This commit is contained in:
Ayush Shah 2023-09-15 12:03:47 +05:30 committed by GitHub
parent 13719340f1
commit 947565d8a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ base_requirements = {
"google-auth>=1.33.0",
VERSIONS["grpc-tools"], # Used in sample data
"idna<3,>=2.5",
"importlib-metadata~=4.13.0", # From airflow constraints
"importlib-metadata>=4.13.0", # From airflow constraints
"Jinja2>=2.11.3",
"jsonpatch==1.32",
"jsonschema",