From 5c499f298e28ab78a8e3e47b0b66094f3047026a Mon Sep 17 00:00:00 2001 From: Ayush Kamat Date: Thu, 20 Feb 2025 13:17:43 -0800 Subject: [PATCH] bump v Signed-off-by: Ayush Kamat --- CHANGELOG.md | 10 +++++++++- pyproject.toml | 6 +++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6cb252..bb0db0f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,15 @@ Types of changes # Latch SDK Changelog -## 2.56.5 - 2025-02-20 +## 2.56.7 - 2025-02-20 + +### Dependencies + +* `lytekitplugins-pods` -> `0.7.4` and `latch-persistence` -> `0.1.4` + +## 2.56.6 - 2025-02-20 + +### Fixed * Fix bug in `LPath` where `download` with `cache=True` set would fail on a file already present on the file system without the user.version_id xattr diff --git a/pyproject.toml b/pyproject.toml index 6be38399..59b1274e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ include = ["src/**/*.py", "src/latch_cli/services/init/*"] [project] name = "latch" -version = "2.56.6" +version = "2.56.7" description = "The Latch SDK" authors = [{ name = "Kenny Workman", email = "kenny@latch.bio" }] maintainers = [ @@ -35,7 +35,7 @@ dependencies = [ "boto3>=1.26.0", "tqdm>=4.63.0", "lytekit==0.15.26", - "lytekitplugins-pods==0.7.3", + "lytekitplugins-pods==0.7.4", "typing-extensions>=4.12.0", "apscheduler>=3.10.0", "gql==3.4.0", @@ -52,7 +52,7 @@ dependencies = [ "setuptools>=75.3.0", "pyxattr>=0.8.1", "orjson>=3.10.12", - "latch-persistence>=0.1.3", + "latch-persistence>=0.1.4", ] classifiers = [ "Development Status :: 4 - Beta",