We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211c4fb commit 74dd412Copy full SHA for 74dd412
test_vector_handlers/scripts/install_mpl_test_vector_runner.sh
@@ -22,5 +22,6 @@ export PATH="$PWD/dafny:$PATH"
22
23
# Build MPL test vector runner from source
24
cd aws-cryptographic-material-providers-library/TestVectorsAwsCryptographicMaterialProviders/
25
+sed -i 's/{ path .*}.*/"1.7.4"/' runtimes/python/pyproject.toml
26
sed -i 's/^\(requires = \["poetry-core"\]\)$/requires = \["poetry-core<2.0.0"\]/' runtimes/python/pyproject.toml
27
make transpile_python
0 commit comments