Skip to content

Commit

Permalink
bump lytekit
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldesai1 committed Aug 27, 2024
1 parent 17973b5 commit c5d9cab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ Types of changes

# Latch SDK Changelog

## 2.51.2 - 2024-08-27

### Fixed

* Bump lytekit version to fix download of empty files

## 2.51.1 - 2024-08-21

### Fixed

* Remove caching from `tinyrequests` module

## 2.51.0 - 2024-08-16

### Added
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="latch",
version="v2.51.1",
version="v2.51.2",
author_email="kenny@latch.bio",
description="The Latch SDK",
packages=find_packages(),
Expand All @@ -37,7 +37,7 @@
"scp>=0.14.0",
"boto3>=1.26.0",
"tqdm>=4.63.0",
"lytekit==0.15.11",
"lytekit==0.15.12",
"lytekitplugins-pods==0.6.2",
"typing-extensions==4.7.1",
"apscheduler==3.9.1",
Expand Down

0 comments on commit c5d9cab

Please sign in to comment.