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] Pin the fastapi & starlette version to avoid breaking proxy #42740

Merged
merged 6 commits into from
Jan 29, 2024

Commits on Jan 26, 2024

  1. [Serve] Pin the fastapi & starlette version to avoid breaking proxy (r…

    …ay-project#42682)
    
    Pin the fastapi version to 0.108.0. The latest version of fastapi is breaking with starlette. (issue)
    Add starlette compact for supporting >= 0.35.0 version.
    
    ---------
    
    Signed-off-by: Sihan Wang <sihanwang41@gmail.com>
    Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    sihanwang41 and edoakes committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ccac159 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'releases/2.9.2' of https://github.com/ray-project/ray i…

    …nto cp-pin-pydantic
    edoakes committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3614d34 View commit details
    Browse the repository at this point in the history
  3. [serve] Fix starlette version check (ray-project#42747)

    `<= version.parse("0.34.0")` is incorrect because `"0.34.1"` or similar would evaluate to `False`.
    
    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8c0aa32 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. [serve] Also pin fastapi in requirements.txt (ray-project#42754)

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    af2cc31 View commit details
    Browse the repository at this point in the history
  2. Try minbuild change

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    e4a7383 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'releases/2.9.2' of https://github.com/ray-project/ray i…

    …nto cp-pin-pydantic
    edoakes committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    3be97f5 View commit details
    Browse the repository at this point in the history