You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that typing.Callable has been marked as deprecated starting from python 3.9 (PEP 585). I mean for example Callable (here) and Optional[Callable] (here). Are there any plans to update fugue according to PEP 585? For these two cases (Callable and Optional[Callable] I can prepare PR.