Skip to content

Commit d1eecba

Browse files
authored
Pin libcst==0.3.23 (home-assistant#64036)
1 parent ab0d512 commit d1eecba

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

homeassistant/package_constraints.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ httplib2>=0.19.0
5555
# want to ensure we have wheels built.
5656
grpcio==1.43.0
5757

58+
# libcst >=0.4.0 requires a newer Rust than we currently have available,
59+
# thus our wheels builds fail. This pins it to the last working version,
60+
# which at this point satisfies our needs.
61+
libcst==0.3.23
62+
5863
# This is a old unmaintained library and is replaced with pycryptodome
5964
pycrypto==1000000000.0.0
6065

script/gen_requirements_all.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@
8080
# want to ensure we have wheels built.
8181
grpcio==1.43.0
8282
83+
# libcst >=0.4.0 requires a newer Rust than we currently have available,
84+
# thus our wheels builds fail. This pins it to the last working version,
85+
# which at this point satisfies our needs.
86+
libcst==0.3.23
87+
8388
# This is a old unmaintained library and is replaced with pycryptodome
8489
pycrypto==1000000000.0.0
8590

0 commit comments

Comments
 (0)