File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -96,4 +96,4 @@ pandas =
9696 pandas>=1.0.0,<3.0.0
9797 pyarrow
9898secure-local-storage =
99- keyring>=23.1.0,<25 .0.0
99+ keyring>=23.1.0,<26 .0.0
You can’t perform that action at this time.
0 commit comments