Skip to content

Commit

Permalink
Revert "fix(snowflake): pin oscrypto to solve ongoing issue with Open…
Browse files Browse the repository at this point in the history
…SSL 3.10"

This reverts commit b230550.
  • Loading branch information
davinov committed Oct 27, 2023
1 parent 45897c0 commit ddf97a1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 32 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

### [4.9.3] 2023-10-20

## Fixed

- Snowflake connector: pin oscrypto version to avoid `oscrypto.errors.LibraryNotFoundError: Error detecting the version of libcrypto` (see https://github.com/wbond/oscrypto/issues/75)

### [4.9.2] 2023-10-04

## Fixed
Expand Down
42 changes: 17 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ simplejson = {version = "^3.17.6", optional = true}
pyhdb = {version = ">=0.3.4,<1.0", optional = true}
zeep = {version = "^4.1.0", optional = true}
snowflake-connector-python = {version = ">=2.7.12,<4.0.0", optional = true}
# Pinned until https://github.com/wbond/oscrypto/issues/75 is released
oscrypto = {git = "https://github.com/wbond/oscrypto.git", rev = "1547f535001ba568b239b8797465536759c742a3", optional = true}
pyarrow = {version = "<14", optional = true}
toucan-client = {version = "^1.0.1", optional = true}
peakina = {version = ">=0.11,<0.13", optional = true}
Expand Down Expand Up @@ -130,7 +128,7 @@ postgres = ["psycopg2"]
Redshift = ["redshift_connector", "lxml"]
sap_hana = ["pyhdb"]
soap = ["zeep", "lxml"]
snowflake = ["snowflake-connector-python", "PyJWT", "pyarrow", "oscrypto"]
snowflake = ["snowflake-connector-python", "PyJWT", "pyarrow"]
toucan_toco = ["toucan_client"]

# All
Expand Down

0 comments on commit ddf97a1

Please sign in to comment.