From 286bbffcb23237d2ae1f4e376bbd6e69ef54f522 Mon Sep 17 00:00:00 2001 From: Daniel Luftspring Date: Thu, 14 Mar 2024 09:52:04 -0700 Subject: [PATCH] Pin oscrypto to pre-release patch commit --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 001bdf30..5b4630e3 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,7 @@ python_requires='>=3.7', install_requires=[ 'pipelinewise-singer-python==1.*', + 'oscrypto @ git+https://github.com/wbond/oscrypto.git@d5f3437ed24257895ae1edd9e503cfb352e635a8', 'snowflake-connector-python[pandas]==3.0.4', 'inflection==0.5.1', 'joblib==1.2.0',