Skip to content

Commit 14dc119

Browse files
authored
SNOW-1538754: Update keyring upper bound to 26 (#2004)
1 parent e9393a6 commit 14dc119

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DESCRIPTION.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
1313
- Optimized `to_pandas()` performance by fully parallel downloading logic.
1414
- Fixed a bug that specifying client_session_keep_alive_heartbeat_frequency in snowflake-sqlalchemy could crash the connector.
1515
- Added support for connectivity to multiple domains.
16+
- Bumped keyring dependency from g>=23.1.0,<25.0.0 to g>=23.1.0,<26.0.0
1617

1718
- v3.11.0(June 17,2024)
1819
- Added support for `token_file_path` connection parameter to read an OAuth token from a file when connecting to Snowflake.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ pandas =
9696
pandas>=1.0.0,<3.0.0
9797
pyarrow
9898
secure-local-storage =
99-
keyring>=23.1.0,<25.0.0
99+
keyring>=23.1.0,<26.0.0

0 commit comments

Comments
 (0)