tiangolo / asyncer

Asyncer, async and await, focused on developer experience.

Home Page:https://asyncer.tiangolo.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how do you get mypy working with paramspec... I cannot

jessekrubin opened this issue · comments

commented

First Check

  • I added a very descriptive title to this issue.
  • I used the GitHub search to find a similar issue and didn't find it.
  • I searched the Asyncer documentation, with the integrated search.
  • I already searched in Google "How to X in Asyncer" and didn't find any information.
  • I already read and followed all the tutorial in the docs and didn't find an answer.
  • I already checked if it is not related to Asyncer but to AnyIO.
  • I already checked if it is not related to Asyncer but to Trio.

Commit to Help

  • I commit to help with one of those options 👆

Example Code

n/a

Description

Hi tiangolo!

Looks like a nice lib. I have a lib called asyncify (https://github.com/dynamic-graphics-inc/dgpy-libs/tree/master/libs/asyncify) pip install asyncify that has an asyncify function. I cannot get my asyncify function to work with mypy and paramspec. do you have any suggestions.

Operating System

Linux, Windows, macOS

Operating System Details

No response

asyncer Version

n/a

Python Version

36+

Additional Context

This is a random question and I thought you might be interested. DM me if you are interested in taking over the asyncify name as it is imo a better name.

Thanks! You need the latest version of mypy, ParamSpec support is very recent, in 0.930.

commented

@tiangolo thanks. I was using 920 :/