Skip to content

Commit 6655c4d

Browse files
tchatonthomas
andauthored
Bump Lightning Cloud to 0.5.59 (#19301)
update Co-authored-by: thomas <[email protected]>
1 parent 6dfaeba commit 6655c4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/app/app.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
lightning-cloud == 0.5.58 # Must be pinned to ensure compatibility
1+
lightning-cloud == 0.5.59 # Must be pinned to ensure compatibility
22
packaging
33
typing-extensions >=4.4.0, <4.8.0
44
deepdiff >=5.7.0, <6.6.0

src/lightning/data/streaming/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# This is required for full pytree serialization / deserialization support
2727
_TORCH_GREATER_EQUAL_2_1_0 = RequirementCache("torch>=2.1.0")
2828
_VIZ_TRACKER_AVAILABLE = RequirementCache("viztracer")
29-
_LIGHTNING_CLOUD_LATEST = RequirementCache("lightning-cloud>=0.5.58")
29+
_LIGHTNING_CLOUD_LATEST = RequirementCache("lightning-cloud>=0.5.59")
3030
_BOTO3_AVAILABLE = RequirementCache("boto3")
3131

3232
# DON'T CHANGE ORDER

0 commit comments

Comments
 (0)