Skip to content

Commit 1718a94

Browse files
SNOW-1045652:Bump platformdirs upper bound (#1900)
1 parent 3823216 commit 1718a94

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

DESCRIPTION.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
2020
- Add `SNOWFLAKE_AUTH_SOCKET_MSG_DONTWAIT` flag (usage: `SNOWFLAKE_AUTH_SOCKET_MSG_DONTWAIT=true`) to make a non-blocking socket.recv call and retry on Error
2121
- Consider using this if running in a containerized environment and externalbrowser auth frequently hangs while waiting for callback
2222
- NOTE: this has not been tested extensively, but has been shown to improve the experience when using WSL
23+
- Bumped platformdirs from >=2.6.0,<4.0.0 to >=2.6.0,<5.0.0
24+
- Updated diagnostics to use system$allowlist instead of system$whitelist.
2325
- Updated diagnostics to use system$allowlist instead of system$whitelist.
2426
- Update `write_pandas` to skip TABLE IF NOT EXISTS in truncate mode
2527

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ install_requires =
5959
typing_extensions>=4.3,<5
6060
filelock>=3.5,<4
6161
sortedcontainers>=2.4.0
62-
platformdirs>=2.6.0,<4.0.0
62+
platformdirs>=2.6.0,<5.0.0
6363
tomlkit
6464
include_package_data = True
6565
package_dir =

0 commit comments

Comments
 (0)