Skip to content

Commit bf7e54d

Browse files
tchatonthomas
andauthored
Bump Lightning Cloud to 0.5.56 (#19093)
Co-authored-by: thomas <[email protected]>
1 parent c339013 commit bf7e54d

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.52 # Must be pinned to ensure compatibility
1+
lightning-cloud == 0.5.56 # 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.51")
29+
_LIGHTNING_CLOUD_LATEST = RequirementCache("lightning-cloud>=0.5.56")
3030
_BOTO3_AVAILABLE = RequirementCache("boto3")
3131

3232
# DON'T CHANGE ORDER

0 commit comments

Comments
 (0)