Skip to content

Commit 09a0639

Browse files
authored
Update typed-ast to 1.4.3
To fix compilation on Python 3.10 and newer, we need to bump typed-ast to 1.4.3 to get the fix from python/typed_ast#158.
1 parent 710db7e commit 09a0639

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ regex==2020.7.14
1717
requests==2.24.0
1818
six==1.15.0
1919
toml==0.10.1
20-
typed-ast==1.4.1
20+
typed-ast==1.4.3
2121
urllib3==1.25.9
2222
wrapt==1.12.1

0 commit comments

Comments
 (0)