Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[serve] Cherry-pick Serve enum to_proto fixes for Python 3.11 #37660

Merged
merged 2 commits into from
Jul 22, 2023

Commits on Jul 21, 2023

  1. [serve] Fix DeploymentStatus enum to_proto (ray-project#36954)

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    ddelange authored and edoakes committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    8f52ef2 View commit details
    Browse the repository at this point in the history
  2. Fix ApplicationStatusInfo.to_proto (ray-project#37258)

    Python 3.11 introduces a breaking change in f-string behaviour, should be caught when switching to cp311 CI
    
    Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    ddelange authored and edoakes committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b3cb8e3 View commit details
    Browse the repository at this point in the history