Skip to content

Commit

Permalink
Update dependency for typed-ast
Browse files Browse the repository at this point in the history
typed-ast has an [issue](python/typed_ast#169 (comment))
which will lead to error: undefined symbol _PyUnicode_DecodeUnicodeEscape

They fix this error in `1.5.0`, so here comes the update.
  • Loading branch information
deantvv committed Jul 26, 2022
1 parent f573444 commit 38fe3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ outputs:
- mypy_extensions >=0.4.3
- pathspec >=0.9,<1
- tomli >=1.1.0
- typed-ast >=1.4.2
- typed-ast >=1.5.0
- typing_extensions >=3.10,!=3.10.0.1
test:
requires:
Expand Down

0 comments on commit 38fe3cd

Please sign in to comment.