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 2022/01/25 16:48:32 UTC

[incubator-ponymail-foal] branch master updated: multidict typedef has been fixed

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 6f80328  multidict typedef has been fixed
6f80328 is described below

commit 6f803286fbad669e1a834ea68ff59866e927576e
Author: Sebb <se...@apache.org>
AuthorDate: Tue Jan 25 16:48:20 2022 +0000

    multidict typedef has been fixed
---
 .github/workflows/type-tests.yml | 1 -
 1 file changed, 1 deletion(-)

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