Skip to content

[Core] Pydantic 2.5 breaks Ray 2.8 installation #41095

@avnishn

Description

@avnishn

What happened + What you expected to happen

image

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

Labels

P0Issues that should be fixed in short orderbugSomething that is supposed to be working; but isn'tserveRay Serve Related Issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions