Skip to content

Commit 450b023

Browse files
Pin lower dependencies (#2582)
1 parent 8b1fd71 commit 450b023

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

DESCRIPTION.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
1111
- Added the `SNOWFLAKE_AUTH_FORCE_SERVER` environment variable to force the use of the local-listening server when using the `externalbrowser` auth method.
1212
- This allows headless environments (like Docker or Airflow) running locally to auth via a browser URL.
1313
- Fix compilation error when building from sources with libc++.
14+
- Pin lower versions of dependencies to oldest version without vulnerabilities.
1415

1516
- v4.0.0(October 09,2025)
1617
- Added support for checking certificates revocation using revocation lists (CRLs)

setup.cfg

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ install_requires =
4646
# [boto] extension is added by default unless SNOWFLAKE_NO_BOTO variable is set
4747
# check setup.py
4848
asn1crypto>0.24.0,<2.0.0
49-
cryptography>=3.1.0
50-
pyOpenSSL>=22.0.0,<26.0.0
51-
pyjwt<3.0.0
49+
cryptography>=44.0.1
50+
pyOpenSSL>=24.0.0,<26.0.0
51+
pyjwt>=2.10.1,<3.0.0
5252
pytz
53-
requests<3.0.0
53+
requests>=2.32.4,<3.0.0
5454
packaging
5555
charset_normalizer>=2,<4
56-
idna>=2.5,<4
57-
urllib3>=1.21.1,<2.0.0; python_version < '3.10'
58-
certifi>=2017.4.17
56+
idna>=3.7,<4
57+
urllib3>=1.26.5,<2.0.0; python_version < '3.10'
58+
certifi>=2024.7.4
5959
typing_extensions>=4.3,<5
6060
filelock>=3.5,<4
6161
sortedcontainers>=2.4.0
@@ -97,6 +97,6 @@ development =
9797
responses
9898
pandas =
9999
pandas>=2.1.2,<3.0.0
100-
pyarrow
100+
pyarrow>=14.0.1
101101
secure-local-storage =
102102
keyring>=23.1.0,<26.0.0

0 commit comments

Comments
 (0)