Skip to content

v0.4.3 — symlinked cache_directory fix

Choose a tag to compare

@kuivi kuivi released this 22 May 12:00
· 4 commits to main since this release

Patch release.

Fix: subset with a symlinked cache_directory (e.g. macOS users pointing at /tmp/..., which resolves to /private/tmp/...) used to false-positive an internal path_escape error. Both sides now resolve before the containment check.

Affects anyone whose cache directory traverses a symlink. No workaround needed after upgrading.

pip install -U "copernicus-mcp[cmems,cds]"