File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ Types of changes
16
16
17
17
# Latch SDK Changelog
18
18
19
+ ## 2.19.2 - 2023-04-24
20
+
21
+ ### Dependencies
22
+
23
+ * Upgrades lytekit to ` 0.14.10 `
24
+
19
25
## 2.19.1 - 2023-04-21
20
26
21
27
### Changed
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ paramiko>=2.11.0
9
9
scp>=0.14.0
10
10
boto3>=1.24.22
11
11
tqdm>=4.63.0
12
- lytekit==0.14.9
12
+ lytekit==0.14.10
13
13
lytekitplugins-pods==0.4.0
14
14
typing-extensions==4.5.0
15
15
apscheduler==3.9.1
Original file line number Diff line number Diff line change 1
1
#
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 :
4
4
#
5
5
# pip-compile requirements.in
6
6
#
@@ -137,7 +137,7 @@ kubernetes==24.2.0
137
137
# lytekitplugins-pods
138
138
lyteidl == 0.2.0a0
139
139
# via lytekit
140
- lytekit == 0.14.9
140
+ lytekit == 0.14.10
141
141
# via
142
142
# -r requirements.in
143
143
# lytekitplugins-pods
Original file line number Diff line number Diff line change 14
14
15
15
setup (
16
16
name = "latch" ,
17
- version = "v2.19.1 " ,
17
+ version = "v2.19.2 " ,
18
18
19
19
description = "The Latchbio SDK" ,
20
20
packages = find_packages (),
38
38
"scp>=0.14.0" ,
39
39
"boto3>=1.24.22" ,
40
40
"tqdm>=4.63.0" ,
41
- "lytekit==0.14.9 " ,
41
+ "lytekit==0.14.10 " ,
42
42
"lytekitplugins-pods==0.4.0" ,
43
43
"typing-extensions==4.5.0" ,
44
44
"apscheduler==3.9.1" ,
You can’t perform that action at this time.
0 commit comments