Skip to content

Commit 5c56712

Browse files
authored
Update fastecdsa python package (#1993)
* Update fastecdsa python package * changelog
1 parent 4db31fb commit 5c56712

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
* chore: update Rust required version to 1.85.0 [#1990](https://github.com/lambdaclass/cairo-vm/pull/1990)
1414

15+
* chore: Update fastecdsa python package [#1993](https://github.com/lambdaclass/cairo-vm/pull/1993)
16+
1517
#### [2.0.0] - 2025-02-26
1618

1719
* fix: Check overflow in cairo pie address calculation [#1945](https://github.com/lambdaclass/cairo-vm/pull/1945)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ecdsa==0.18.0
22
bitarray==2.7.3
3-
fastecdsa==2.3.0
3+
fastecdsa==2.3.2
44
sympy==1.11.1
55
typeguard==2.13.3
66
cairo-lang==0.13.3

0 commit comments

Comments
 (0)