The following deprecation warning appears in CI logs (e.g. in the publish-pypi workflow):
(node:1958) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
Seen in: https://github.com/tableau/server-client-python/actions/runs/27735851682/job/82052418613
This is a Node.js deprecation in one of the GitHub Actions dependencies (likely actions/cache or actions/checkout). Should be resolved by ensuring all actions are pinned to their latest versions.
The following deprecation warning appears in CI logs (e.g. in the publish-pypi workflow):
Seen in: https://github.com/tableau/server-client-python/actions/runs/27735851682/job/82052418613
This is a Node.js deprecation in one of the GitHub Actions dependencies (likely
actions/cacheoractions/checkout). Should be resolved by ensuring all actions are pinned to their latest versions.