-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P0Issues that should be fixed in short orderIssues that should be fixed in short orderbugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn'tserveRay Serve Related IssueRay Serve Related Issue
Description
What happened + What you expected to happen
the new version of pydantic causes an issue that crashes ray cluster creation. Has something to do with dashboard creation.
Versions / Dependencies
ray 2.8
pydantic 2.5
python 3.9 3.10
Reproduction script
import pydantic
import ray
ray.init()
ray.shutdown()
Issue Severity
Medium: It is a significant difficulty but I can work around it.
Metadata
Metadata
Assignees
Labels
P0Issues that should be fixed in short orderIssues that should be fixed in short orderbugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn'tserveRay Serve Related IssueRay Serve Related Issue