We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5575562 commit cc52d00Copy full SHA for cc52d00
DESCRIPTION.md
@@ -7,6 +7,9 @@ https://docs.snowflake.com/
7
Source code is also available at: https://github.com/snowflakedb/snowflake-connector-python
8
9
# Release Notes
10
+- v3.13.3(TBD)
11
+ - Bumped pyOpenSSL dependency upper boundary from <25.0.0 to <26.0.0.
12
+
13
- v3.13.2(January 29, 2025)
14
- Changed not to use scoped temporary objects.
15
setup.cfg
@@ -46,7 +46,7 @@ install_requires =
46
asn1crypto>0.24.0,<2.0.0
47
cffi>=1.9,<2.0.0
48
cryptography>=3.1.0
49
- pyOpenSSL>=22.0.0,<25.0.0
+ pyOpenSSL>=22.0.0,<26.0.0
50
pyjwt<3.0.0
51
pytz
52
requests<3.0.0
0 commit comments