Bump starlette from 0.36.3 to 1.0.0#11
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Bumps [starlette](https://github.com/Kludex/starlette) from 0.36.3 to 1.0.0. - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@0.36.3...1.0.0) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
c38a240 to
460b798
Compare
There was a problem hiding this comment.
2 issues found across 3 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="requirements.txt">
<violation number="1" location="requirements.txt:2">
P1: `fastapi==0.110.0` is not compatible with `starlette==1.0.0`; this introduces an invalid dependency set.</violation>
</file>
<file name="pyproject.toml">
<violation number="1" location="pyproject.toml:33">
P1: `starlette>=1.0.0` is incompatible with part of the allowed FastAPI range (`fastapi>=0.110.0`). Raise the FastAPI minimum to a version that supports Starlette 1.0+ (at least 0.133.0) to avoid dependency resolution failures.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| @@ -1,4 +1,4 @@ | |||
| fastapi==0.110.0 | |||
| starlette==0.36.3 | |||
| starlette==1.0.0 | |||
There was a problem hiding this comment.
P1: fastapi==0.110.0 is not compatible with starlette==1.0.0; this introduces an invalid dependency set.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At requirements.txt, line 2:
<comment>`fastapi==0.110.0` is not compatible with `starlette==1.0.0`; this introduces an invalid dependency set.</comment>
<file context>
@@ -1,4 +1,4 @@
fastapi==0.110.0
-starlette==0.36.3
+starlette==1.0.0
firebase-functions==0.2.0
uvicorn==0.29.0
</file context>
| starlette==1.0.0 | |
| starlette==0.36.3 |
| dependencies = [ | ||
| "fastapi>=0.110.0", | ||
| "starlette>=0.36.3", | ||
| "starlette>=1.0.0", |
There was a problem hiding this comment.
P1: starlette>=1.0.0 is incompatible with part of the allowed FastAPI range (fastapi>=0.110.0). Raise the FastAPI minimum to a version that supports Starlette 1.0+ (at least 0.133.0) to avoid dependency resolution failures.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At pyproject.toml, line 33:
<comment>`starlette>=1.0.0` is incompatible with part of the allowed FastAPI range (`fastapi>=0.110.0`). Raise the FastAPI minimum to a version that supports Starlette 1.0+ (at least 0.133.0) to avoid dependency resolution failures.</comment>
<file context>
@@ -30,7 +30,7 @@ classifiers = [
dependencies = [
"fastapi>=0.110.0",
- "starlette>=0.36.3",
+ "starlette>=1.0.0",
"firebase-functions>=0.2.0",
"httpx>=0.27.0", # required by Starlette TestClient
</file context>
Bumps starlette from 0.36.3 to 1.0.0.
Release notes
Sourced from starlette's releases.
... (truncated)
Changelog
Sourced from starlette's changelog.
... (truncated)
Commits
0e88e92Version 1.0.0 (#3178)9ee9519Handle websocket denial responses in streaming and file responses (#3189)a0bcc26chore(deps-dev): bump black from 26.1.0 to 26.3.1 (#3183)79b3f26chore(deps-dev): bump the python-packages group with 7 updates (#3168)789b926Usebytearrayfor field accumulation inFormParser(#3179)a1fd9d8docs: fix typo in routing.md (#3176)c14d0f7Document session cookie security flags (#3169)c2e2878Move parser.finalize() inside try/except in MultiPartParser.parse() (#3153)89630a8chore(deps): bump the github-actions group with 3 updates (#3167)4647e53Track session access and modification inSessionMiddleware(#3166)