Skip to content

Commit 8bf0c8c

Browse files
authored
Merge pull request opendatahub-io#36 from rimolive/rmartine-cpaas
Fix cython dependency to version 0.29.32
2 parents 7874200 + 8b913a3 commit 8bf0c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/apiserver/visualization/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cached-property==1.5.2 # via h5py
1818
cachetools==4.2.4 # via apache-beam, google-auth
1919
certifi==2021.10.8 # via requests
2020
cffi==1.15.0
21-
cython # via argon2-cffi-bindings
21+
cython==0.29.32 # via argon2-cffi-bindings
2222
charset-normalizer==2.0.9 # via requests
2323
dataclasses==0.6 # via apache-beam, argon2-cffi, libcst, werkzeug
2424
decorator==5.1.0 # via gcsfs, ipython, traitlets

0 commit comments

Comments
 (0)