Skip to content

Commit

Permalink
feat: bump latch-persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanAbd committed Feb 13, 2025
1 parent 1e3fccc commit 0921aee
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 16 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Types of changes

# Latch SDK Changelog

## 2.56.3 - 2025-02-13

### Dependencies

* Bump version of `latch-persistence`

## 2.56.2 - 2025-02-12

### Dependencies
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include = ["src/**/*.py", "src/latch_cli/services/init/*"]

[project]
name = "latch"
version = "2.56.2"
version = "2.56.3"
description = "The Latch SDK"
authors = [{ name = "Kenny Workman", email = "[email protected]" }]
maintainers = [
Expand All @@ -34,7 +34,7 @@ dependencies = [
"scp>=0.14.0",
"boto3>=1.26.0",
"tqdm>=4.63.0",
"lytekit==0.15.23",
"lytekit==0.15.24",
"lytekitplugins-pods==0.7.1",
"typing-extensions>=4.12.0",
"apscheduler>=3.10.0",
Expand All @@ -52,7 +52,7 @@ dependencies = [
"setuptools>=75.3.0",
"pyxattr>=0.8.1",
"orjson>=3.10.12",
"latch-persistence>=0.1.1",
"latch-persistence>=0.1.2",
]
classifiers = [
"Development Status :: 4 - Beta",
Expand Down
27 changes: 14 additions & 13 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0921aee

Please sign in to comment.