Commit a8abd8c
committed
Pin protobuf<6 for ray[serve]==2.55.0
ray[serve]==2.55.0's _proto_to_dict reads FieldDescriptor.label, which
protobuf>=6 removed, breaking beginner_source/serving_tutorial.py with
"'google._upb._message.FieldDescriptor' object has no attribute 'label'".
The fresh CI image (rebuilt by the torch bump) pulled protobuf 6. ray 2.55.0
declares protobuf>=3.20.3 with no upper bound, so this pin is compatible.
Unrelated to torch 2.13.
Co-authored-by: Claude1 parent 820a69c commit a8abd8c
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
0 commit comments