mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-04 11:25:47 +08:00
00e23ddcee
Python 3.11 has changed typing so that unions now return forward refrences instead of erroring, and typing.Any is now an _AnyMeta class. Correct the parameters for both of those. Fixes #1858