v0.4.3 — symlinked cache_directory fix
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]"