Skip to content

Commit

Permalink
Fixed the oscrypto library to a revision
Browse files Browse the repository at this point in the history
As suggested here:

https://community.snowflake.com/s/article/Python-Connector-fails-to-connect-with-LibraryNotFoundError-Error-detecting-the-version-of-libcrypto

Not official version yet for bugfix so until then we need to pin directly to the revision.
  • Loading branch information
cameronSMN authored Nov 24, 2023
1 parent c0806f0 commit 04c11a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
python_requires='>=3.7',
install_requires=[
'pipelinewise-singer-python==1.*',
'https://github.com/wbond/oscrypto/archive/d5f3437ed24257895ae1edd9e503cfb352e635a8.zip',
'snowflake-connector-python[pandas]==3.0.4',
'inflection==0.5.1',
'joblib==1.2.0',
Expand Down

0 comments on commit 04c11a0

Please sign in to comment.