From 45c2d7061c368d2f6fe35369c80652db15eb55e9 Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Wed, 11 Nov 2020 12:19:50 -0600 Subject: [PATCH] Release: 7.10.0b1 --- elastic_enterprise_search/_version.py | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/elastic_enterprise_search/_version.py b/elastic_enterprise_search/_version.py index 8268dae..771d448 100644 --- a/elastic_enterprise_search/_version.py +++ b/elastic_enterprise_search/_version.py @@ -15,4 +15,4 @@ # specific language governing permissions and limitations # under the License. -__version__ = "7.10.0" +__version__ = "7.10.0b1" diff --git a/setup.py b/setup.py index 943e25a..87994a8 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,6 @@ ], python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*", extras_require={ - "requests": ["requests>=2.4.0, <3.0.0"], "develop": [ "pytest", "pytest-cov",