Skip to content

Commit

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

# Latch SDK Changelog

## 2.50.2 - 2024-08-07

### Dependencies

* lytekit `0.15.10` -> `0.15.11` which parallelizes file downloads from Latch Data

## 2.50.1 - 2024-08-05

### 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.50.1",
version="v2.50.2",
author_email="[email protected]",
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.10",
"lytekit==0.15.11",
"lytekitplugins-pods==0.6.2",
"typing-extensions==4.7.1",
"apscheduler==3.9.1",
Expand Down

0 comments on commit 9900235

Please sign in to comment.