You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/12/28 12:29:19 UTC

[incubator-ponymail-foal] branch master updated: aiohttp is part of elastisearch[async]

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new e4d9245  aiohttp is part of elastisearch[async]
e4d9245 is described below

commit e4d9245ebf85476fe9bd98c41e1c906198f04b3a
Author: Sebb <se...@apache.org>
AuthorDate: Tue Dec 28 12:29:07 2021 +0000

    aiohttp is part of elastisearch[async]
    
    Also increase ES upper version limit
---
 server/requirements.txt | 3 +--
 tools/requirements.txt  | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/server/requirements.txt b/server/requirements.txt
index e37b36a..96bac69 100644
--- a/server/requirements.txt
+++ b/server/requirements.txt
@@ -1,10 +1,9 @@
 # Items in this file must have a licence compatible with AL 2.0
-aiohttp~=3.6.2                   # AL2.0
 PyYAML~=5.4.1                    # WTFPL
 types-PyYAML                     # AL2.0
 multipart~=0.2.1                 # MIT
 elasticsearch-dsl>=7.0.0,<8.0.0  # AL2.0
-elasticsearch[async]~=7.13.1     # AL2.0
+elasticsearch[async]>=7.13.1,<8.0.0 # AL2.0 (includes aiohttp)
 certifi~=2020.6.20               # MPL2.0
 netaddr~=0.8.0                   # BSD, MIT
 formatflowed~=2.0.0              # Python Software Foundation
diff --git a/tools/requirements.txt b/tools/requirements.txt
index bdf1804..df0276e 100644
--- a/tools/requirements.txt
+++ b/tools/requirements.txt
@@ -1,7 +1,7 @@
 # Items in this file must have a licence compatible with AL 2.0
 PyYAML~=5.4.1                     # WTFPL
 # elasticsearch-dsl>=7.0.0,<8.0.0   # AL2.0 - not used by tools currently
-elasticsearch[async]~=7.13.1      # AL2.0
+elasticsearch[async]>=7.13.1,<8.0.0  # AL2.0
 certifi~=2020.6.20                # MPL 2.0
 netaddr~=0.8.0                    # BSD, MIT
 formatflowed~=2.0.0               # Python Software Foundation