From 632b83b8e92601c6cda75fe2f2843a3527dd0c2b Mon Sep 17 00:00:00 2001 From: AidanAbd Date: Mon, 24 Apr 2023 14:40:53 -0700 Subject: [PATCH] fix: new lytekit --- CHANGELOG.md | 6 ++++++ requirements.in | 2 +- requirements.txt | 6 +++--- setup.py | 4 ++-- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35256c86..ee5a8240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/requirements.in b/requirements.in index 1b78cea3..a031c630 100644 --- a/requirements.in +++ b/requirements.in @@ -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 diff --git a/requirements.txt b/requirements.txt index 74eb9782..744ca357 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 # @@ -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 diff --git a/setup.py b/setup.py index ff3bbf75..c0855b62 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name="latch", - version="v2.19.1", + version="v2.19.2", author_email="kenny@latch.bio", description="The Latchbio SDK", packages=find_packages(), @@ -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",