-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typed-ast dependency end of life #832
Comments
typed-ast was removed from Debian sid (unstable) and trixie (testing) Kind Regards |
Over a year on and still an issue. On Windows without the ability to build the latest typed-ast & since wheels are not available for Python 3.12 this has blocked diagrams for me. |
And in fact, the typed-ast dependency isn't actually a requirement. I cloned the repo, deleted the line, and it Just Worked. Looks like typed-ast was a requirement of the poetry tools back in the python 3.7 days, and can be simply removed now. |
I can't build the
|
Oh, just noticed that it's not an issue with the more recent version of diagrams.
|
Hi, according to this issue python/typed_ast#179
typed-ast
is end of life and you should go toast
package insteadThe text was updated successfully, but these errors were encountered: