Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Types of changes

# Latch SDK Changelog

## 2.67.23 - 2026-01-14

* Update dependencies

## 2.67.22 - 2026-01-14

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

[project]
name = "latch"
version = "2.67.22"
version = "2.67.23"
description = "The Latch SDK"
authors = [{ name = "Kenny Workman", email = "kenny@latch.bio" }]
maintainers = [{ name = "Ayush Kamat", email = "ayush@latch.bio" }]
Expand Down Expand Up @@ -44,7 +44,7 @@ dependencies = [
"aioconsole==0.6.1",
"asyncssh==2.13.2",
"websockets>=15.0.1",
"watchfiles==0.19.0",
"watchfiles==1.1.1",
# marshmallow_jsonschema depends on setuptools but doesn't specify it so we have to do it for them yay :D
"setuptools>=75.3.0",
"pyxattr>=0.8.1",
Expand Down
Loading