Skip to content

Commit

Permalink
chore: v3.23.21 (#1347)
Browse files Browse the repository at this point in the history
* Revert "fix(snowflake): pin oscrypto to solve ongoing issue with OpenSSL 3.10"

This reverts commit a26b42f.

* chore: v3.23.21
  • Loading branch information
davinov authored Oct 27, 2023
1 parent 589d9ce commit deaa4c3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 34 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 @@

## [3.23.19] 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)

## [3.23.18] 2023-09-04

### Fixed
Expand Down
32 changes: 7 additions & 25 deletions poetry.lock

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

6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ multi_line_output = 3

[tool.poetry]
name = "toucan-connectors"
version = "3.23.20"
version = "3.23.21"
description = "Toucan Toco Connectors"
authors = ["Toucan Toco <[email protected]>"]
license = "BSD"
Expand Down Expand Up @@ -61,8 +61,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", 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 = "<9", optional = true}
toucan-client = {version = "^1.0.1", optional = true}
hubspot-api-client = {version = "^7.4.0", optional = true}
Expand Down Expand Up @@ -129,7 +127,7 @@ Redshift = ["redshift_connector", "lxml"]
ROK = ["requests", "PyJWT", "simplejson"]
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
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonar.organization=toucantoco

# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=Toucan Connectors
sonar.projectVersion=3.23.20
sonar.projectVersion=3.23.21
sonar.python.version=3.10

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
Expand Down

0 comments on commit deaa4c3

Please sign in to comment.