Skip to content

Commit 64779c5

Browse files
committed
cl + v
Signed-off-by: Ayush Kamat <[email protected]>
1 parent 5e0367a commit 64779c5

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Types of changes
1616

1717
# Latch SDK Changelog
1818

19+
## 2.56.5 - 2025-02-19
20+
21+
### Dependencies
22+
23+
* `lytekit` -> `0.15.26` and `lytekitplugins-pods` -> `0.7.3`
24+
1925
## 2.56.4 - 2025-02-14
2026

2127
### Dependencies

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include = ["src/**/*.py", "src/latch_cli/services/init/*"]
1212

1313
[project]
1414
name = "latch"
15-
version = "2.56.4"
15+
version = "2.56.5"
1616
description = "The Latch SDK"
1717
authors = [{ name = "Kenny Workman", email = "[email protected]" }]
1818
maintainers = [
@@ -34,8 +34,8 @@ dependencies = [
3434
"scp>=0.14.0",
3535
"boto3>=1.26.0",
3636
"tqdm>=4.63.0",
37-
"lytekit==0.15.25",
38-
"lytekitplugins-pods==0.7.1",
37+
"lytekit==0.15.26",
38+
"lytekitplugins-pods==0.7.3",
3939
"typing-extensions>=4.12.0",
4040
"apscheduler>=3.10.0",
4141
"gql==3.4.0",

0 commit comments

Comments
 (0)