Skip to content

Commit

Permalink
Update snowflake-connector-python to 2.8.2 (#14453)
Browse files Browse the repository at this point in the history
  • Loading branch information
alopezz committed Nov 24, 2022
1 parent 99b6d51 commit cba989d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions omnibus/config/software/snowflake-connector-python-py3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
# modify the wheel build.

name "snowflake-connector-python-py3"
default_version "2.7.12"
default_version "2.8.2"

dependency "pip3"

source :url => "https://github.com/snowflakedb/snowflake-connector-python/archive/refs/tags/v#{version}.tar.gz",
:sha256 => "80d9a43ff29dfbcdc5d40d52c469db1ae47eff8b276e60b63deee674676bea74",
:sha256 => "2920e32145c500cb4953b08cf55f09729d731f8c0f49922144372ac8a2e3057b",
:extract => :seven_zip

relative_path "snowflake-connector-python-#{version}"
Expand All @@ -29,7 +29,4 @@
pip = "#{install_dir}/embedded/bin/pip3"
end

# Adding pyopenssl==21.0.0 here is a temporary workaround so that we don't get
# pyopenssl>=22.0.0 which requires a higher version of cryptography
command "#{pip} install pyopenssl==21.0.0 ."
end

0 comments on commit cba989d

Please sign in to comment.