Skip to content

Commit

Permalink
SNOW-1045652:Bump platformdirs upper bound (#1900)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-yuwang authored Mar 14, 2024
1 parent 3823216 commit 1718a94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
- 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
- Consider using this if running in a containerized environment and externalbrowser auth frequently hangs while waiting for callback
- NOTE: this has not been tested extensively, but has been shown to improve the experience when using WSL
- Bumped platformdirs from >=2.6.0,<4.0.0 to >=2.6.0,<5.0.0
- Updated diagnostics to use system$allowlist instead of system$whitelist.
- Updated diagnostics to use system$allowlist instead of system$whitelist.
- Update `write_pandas` to skip TABLE IF NOT EXISTS in truncate mode

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ install_requires =
typing_extensions>=4.3,<5
filelock>=3.5,<4
sortedcontainers>=2.4.0
platformdirs>=2.6.0,<4.0.0
platformdirs>=2.6.0,<5.0.0
tomlkit
include_package_data = True
package_dir =
Expand Down

0 comments on commit 1718a94

Please sign in to comment.