Skip to content

Commit eab7084

Browse files
committed
allow patch versions for cffi
Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
1 parent adabcb2 commit eab7084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
]
115115

116116
GO_REQUIRED = [
117-
"cffi==1.15.0",
117+
"cffi==1.15.*",
118118
]
119119

120120
CI_REQUIRED = (

0 commit comments

Comments
 (0)