We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f546d commit 2ca71ccCopy full SHA for 2ca71cc
setup.py
@@ -121,7 +121,7 @@
121
"pytest-xdist",
122
# optional dependencies
123
"apache-beam>=2.26.0",
124
- "elasticsearch<8.0.0", # 8.0 asks users to provide hosts or cloud_id when instantiating ElastictSearch()
+ "elasticsearch<8.0.0", # 8.0 asks users to provide hosts or cloud_id when instantiating ElasticSearch()
125
"aiobotocore>=2.0.1", # required by s3fs>=2021.11.1
126
"boto3>=1.19.8", # to be compatible with aiobotocore>=2.0.1 - both have strong dependencies on botocore
127
"botocore>=1.22.8", # to be compatible with aiobotocore and boto3
0 commit comments