Skip to content

Commit 632b83b

Browse files
author
AidanAbd
committed
fix: new lytekit
1 parent 10da9c7 commit 632b83b

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Types of changes
1616

1717
# Latch SDK Changelog
1818

19+
## 2.19.2 - 2023-04-24
20+
21+
### Dependencies
22+
23+
* Upgrades lytekit to `0.14.10`
24+
1925
## 2.19.1 - 2023-04-21
2026

2127
### Changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ paramiko>=2.11.0
99
scp>=0.14.0
1010
boto3>=1.24.22
1111
tqdm>=4.63.0
12-
lytekit==0.14.9
12+
lytekit==0.14.10
1313
lytekitplugins-pods==0.4.0
1414
typing-extensions==4.5.0
1515
apscheduler==3.9.1

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.10
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.10
3+
# by the following command:
44
#
55
# pip-compile requirements.in
66
#
@@ -137,7 +137,7 @@ kubernetes==24.2.0
137137
# lytekitplugins-pods
138138
lyteidl==0.2.0a0
139139
# via lytekit
140-
lytekit==0.14.9
140+
lytekit==0.14.10
141141
# via
142142
# -r requirements.in
143143
# lytekitplugins-pods

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name="latch",
17-
version="v2.19.1",
17+
version="v2.19.2",
1818
author_email="[email protected]",
1919
description="The Latchbio SDK",
2020
packages=find_packages(),
@@ -38,7 +38,7 @@
3838
"scp>=0.14.0",
3939
"boto3>=1.24.22",
4040
"tqdm>=4.63.0",
41-
"lytekit==0.14.9",
41+
"lytekit==0.14.10",
4242
"lytekitplugins-pods==0.4.0",
4343
"typing-extensions==4.5.0",
4444
"apscheduler==3.9.1",

0 commit comments

Comments
 (0)