Skip to content

Commit 05da902

Browse files
committed
ver + cl
Signed-off-by: Ayush Kamat <ayush@latch.bio>
1 parent c635223 commit 05da902

2 files changed

Lines changed: 7 additions & 1 deletion

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.70.2 - 2026-03-18
20+
21+
### Fixed
22+
23+
* Remove `from datetime import UTC` to preserve 3.9 compatibility
24+
1925
## 2.70.1 - 2026-03-17
2026

2127
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.1"
15+
version = "2.70.2"
1616
description = "The Latch SDK"
1717
authors = [{ name = "Kenny Workman", email = "kenny@latch.bio" }]
1818
maintainers = [{ name = "Ayush Kamat", email = "ayush@latch.bio" }]

0 commit comments

Comments
 (0)