You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tekumara opened this issue
Apr 22, 2025
· 2 comments
Assignees
Labels
bugSomething that is supposed to be working; but isn'tpythonPull requests that update Python coderegressionserveRay Serve Related IssuestabilitytriageNeeds triage (eg: priority, bug/not-bug, and owning component)
pydantic base model instance created inside a remote function is missing values, eg:
❯ python -m raydemo.foo
2025-04-22 20:12:42,548 INFO worker.py:1843 -- Started a local Ray instance. View the dashboard at http://127.0.0.1:8265
outside=Prediction(key='foo')
(f pid=99091) f: in_f=Prediction()
ray_get=Prediction()
outside is correct but in_f and ray_get shows an empty Prediction() object
The text was updated successfully, but these errors were encountered:
tekumara
added
bug
Something that is supposed to be working; but isn't
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Apr 22, 2025
bugSomething that is supposed to be working; but isn'tpythonPull requests that update Python coderegressionserveRay Serve Related IssuestabilitytriageNeeds triage (eg: priority, bug/not-bug, and owning component)
What happened + What you expected to happen
pydantic base model instance created inside a remote function is missing values, eg:
outside
is correct butin_f
andray_get
shows an emptyPrediction()
objectVersions / Dependencies
pydantic==2.11.3
pydantic-core==2.33.1
ray==2.44.1
Reproduction script
Issue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered: