Skip to content

Commit 514e232

Browse files
committed
pin proto
Signed-off-by: Ayush Kamat <ayush@latch.bio>
1 parent 93a5f9e commit 514e232

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

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.71.0 - 2026-04-02
20+
21+
### Dependencies
22+
23+
* Bump lytekit (which now pins `protobuf<=3.21.0`) to fix incompatibility errors arising from newer `protobuf` versions
24+
1925
## 2.70.4 - 2026-03-30
2026

2127
### Fixed

pyproject.toml

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

1313
[project]
1414
name = "latch"
15-
version = "2.70.4"
15+
version = "2.71.0"
1616
description = "The Latch SDK"
1717
authors = [{ name = "Kenny Workman", email = "kenny@latch.bio" }]
1818
maintainers = [{ name = "Ayush Kamat", email = "ayush@latch.bio" }]
@@ -31,7 +31,7 @@ dependencies = [
3131
"scp>=0.14.0",
3232
"boto3>=1.26.0",
3333
"tqdm>=4.63.0",
34-
"lytekit==0.15.33",
34+
"lytekit==0.15.34",
3535
"lytekitplugins-pods==0.7.4",
3636
"typing-extensions>=4.12.0",
3737
"apscheduler>=3.10.0",

0 commit comments

Comments
 (0)