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 8ac6566  Allow for updates to multidict
8ac6566 is described below

commit 8ac6566a49e6f299f3c8820a3c91a7bc064fa51f
Author: Sebb <[email protected]>
AuthorDate: Mon Jan 24 23:36:03 2022 +0000

    Allow for updates to multidict
---
 .github/workflows/type-tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/type-tests.yml b/.github/workflows/type-tests.yml
index da91f08..6f13da7 100644
--- a/.github/workflows/type-tests.yml
+++ b/.github/workflows/type-tests.yml
@@ -23,7 +23,7 @@ jobs:
         pip install -r tools/requirements.txt
         pip install -r server/requirements.txt
         pip install mypy
-        pip install multidict==6.0.0 # looks like 6.0.1 is borked. Does not 
like dict.get(str[,str])
+        pip install multidict!=6.0.1 # get() typedef is borked
         pip list
     - name: Type testing with mypy
       run: |

Reply via email to