Skip to content

Commit e53cb26

Browse files
emlowealtendky
andauthored
Tighten chia_rs version to >=0.21, <0.22 (#19591)
* Tighten up pyproject.toml versioning for chia_rs * avoid ^ due to poetry docs and be explicit * Update pyproject.toml * lock --------- Co-authored-by: Kyle Altendorf <[email protected]>
1 parent 3901126 commit e53cb26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
1+
# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand.
22

33
[[package]]
44
name = "aiofiles"
@@ -3337,4 +3337,4 @@ upnp = ["miniupnpc"]
33373337
[metadata]
33383338
lock-version = "2.0"
33393339
python-versions = ">=3.9, <4"
3340-
content-hash = "f122ad7c51f8ed6947a2c47fd320ad7a8de4b0cf197229e4b635a59f77b57901"
3340+
content-hash = "56c81b1daf77957fd5dedbc82615545e6907d994bc957cf98d7309a8dae5b80d"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ boto3 = ">=1.35.43" # AWS S3 for Data Layer S3 plugin
4747
chiabip158 = ">=1.5.2" # bip158-style wallet filters
4848
chiapos = ">=2.0.10" # proof of space
4949
chia-puzzles-py = ">=0.20.1"
50-
chia_rs = ">=0.21.1"
50+
chia_rs = ">=0.21.1, <0.22"
5151
chiavdf = ">=1.1.10" # timelord and vdf verification
5252
click = ">=8.1.7" # For the CLI
5353
clvm = ">=0.9.11"

0 commit comments

Comments
 (0)