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

Update dependency starlette to ^0.39.0 #203

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
starlette (changelog) ^0.37.0 -> ^0.39.0 age adoption passing confidence

Release Notes

encode/starlette (starlette)

v0.39.0: Version 0.39.0

Compare Source

Added

  • Add support for HTTP Range to FileResponse #​2697

Full Changelog: encode/starlette@0.38.6...0.39.0

v0.38.6: Version 0.38.6

Compare Source

Fixed

  • Close unclosed MemoryObjectReceiveStream in TestClient #​2693.

Full Changelog: encode/starlette@0.38.5...0.38.6

v0.38.5: Version 0.38.5

Compare Source

Fixed

  • Schedule BackgroundTasks from within BaseHTTPMiddleware #​2688.
    This behavior was removed in 0.38.3, and is now restored.

Full Changelog: encode/starlette@0.38.4...0.38.5

v0.38.4: Version 0.38.4

Compare Source

Fixed

  • Ensure accurate root_path removal in get_route_path function #​2600

Full Changelog: encode/starlette@0.38.3...0.38.4

v0.38.3: Version 0.38.3

Compare Source

Added
Fixed
  • Don't poll for disconnects in BaseHTTPMiddleware via StreamingResponse #​2620.

Full Changelog: encode/starlette@0.38.2...0.38.3

v0.38.2: Version 0.38.2

Compare Source

Fixed

  • Fix routing.get_name() not to assume all routines have __name__ #​2648

Full Changelog: encode/starlette@0.38.1...0.38.2

v0.38.1: Version 0.38.1

Compare Source

Removed
  • Revert "Add support for ASGI pathsend extension" #​2649.

Full Changelog: encode/starlette@0.38.0...0.38.1

v0.38.0: Version 0.38.0

Compare Source

Added

  • Allow use of memoryview in StreamingResponse and Response #​2576
    and #​2577.
  • Send 404 instead of 500 when filename requested is too long on StaticFiles #​2583.

Changed

  • Fail fast on invalid Jinja2Template instantiation parameters #​2568.
  • Check endpoint handler is async only once #​2536.

Fixed

  • Add proper synchronization to WebSocketTestSession #​2597.

Full Changelog: encode/starlette@0.37.2...0.38.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
648 625 96% 70% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 8bb21a6 by action🐍

@renovate renovate bot changed the title Update dependency starlette to ^0.38.0 Update dependency starlette to ^0.39.0 Sep 23, 2024
Copy link
Contributor Author

renovate bot commented Sep 23, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: server/poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv hwapi-Ollcxcl3-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

Because no versions of fastapi match >0.112.0,<0.112.1 || >0.112.1,<0.112.2 || >0.112.2,<0.112.3 || >0.112.3,<0.112.4 || >0.112.4,<0.113.0
 and fastapi (0.112.0) depends on starlette (>=0.37.2,<0.38.0), fastapi (>=0.112.0,<0.112.1 || >0.112.1,<0.112.2 || >0.112.2,<0.112.3 || >0.112.3,<0.112.4 || >0.112.4,<0.113.0) requires starlette (>=0.37.2,<0.38.0).
And because fastapi (0.112.1) depends on starlette (>=0.37.2,<0.39.0)
 and fastapi (0.112.3) depends on starlette (>=0.37.2,<0.39.0), fastapi (>=0.112.0,<0.112.2 || >0.112.2,<0.112.4 || >0.112.4,<0.113.0) requires starlette (>=0.37.2,<0.39.0).
And because fastapi (0.112.4) depends on starlette (>=0.37.2,<0.39.0)
 and fastapi (0.112.2) depends on starlette (>=0.37.2,<0.39.0), fastapi (>=0.112.0,<0.113.0) requires starlette (>=0.37.2,<0.39.0).
So, because hwapi depends on both fastapi (^0.112.0) and starlette (^0.39.0), version solving failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants