Skip to content

Commit

Permalink
fix: new lytekit
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanAbd committed Apr 24, 2023
1 parent 10da9c7 commit 632b83b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 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.19.2 - 2023-04-24

### Dependencies

* Upgrades lytekit to `0.14.10`

## 2.19.1 - 2023-04-21

### Changed
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ paramiko>=2.11.0
scp>=0.14.0
boto3>=1.24.22
tqdm>=4.63.0
lytekit==0.14.9
lytekit==0.14.10
lytekitplugins-pods==0.4.0
typing-extensions==4.5.0
apscheduler==3.9.1
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
#
Expand Down Expand Up @@ -137,7 +137,7 @@ kubernetes==24.2.0
# lytekitplugins-pods
lyteidl==0.2.0a0
# via lytekit
lytekit==0.14.9
lytekit==0.14.10
# via
# -r requirements.in
# lytekitplugins-pods
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="latch",
version="v2.19.1",
version="v2.19.2",
author_email="[email protected]",
description="The Latchbio SDK",
packages=find_packages(),
Expand All @@ -38,7 +38,7 @@
"scp>=0.14.0",
"boto3>=1.24.22",
"tqdm>=4.63.0",
"lytekit==0.14.9",
"lytekit==0.14.10",
"lytekitplugins-pods==0.4.0",
"typing-extensions==4.5.0",
"apscheduler==3.9.1",
Expand Down

0 comments on commit 632b83b

Please sign in to comment.