Skip to content

Commit 37c72bc

Browse files
chore: bump starlette from 0.46.2 to 0.47.2 (#101)
Bumps [starlette](https://github.com/Kludex/starlette) from 0.46.2 to 0.47.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Kludex/starlette/releases">starlette's releases</a>.</em></p> <blockquote> <h2>0.47.2</h2> <h2>Fixed</h2> <ul> <li>Make <code>UploadFile</code> check for future rollover <a href="https://redirect.github.com/encode/starlette/pull/2962">#2962</a>.</li> </ul> <hr /> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/HonakerM"><code>@​HonakerM</code></a> made their first contribution in <a href="https://redirect.github.com/encode/starlette/pull/2962">encode/starlette#2962</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.47.1...0.47.2">https://github.com/encode/starlette/compare/0.47.1...0.47.2</a></p> <h2>Version 0.47.1</h2> <h2>Fixed</h2> <ul> <li>Use <code>Self</code> in <code>TestClient.__enter__</code> <a href="https://redirect.github.com/encode/starlette/pull/2951">#2951</a></li> <li>Allow async exception handlers to type-check <a href="https://redirect.github.com/encode/starlette/pull/2949">#2949</a></li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.47.0...0.47.1">https://github.com/encode/starlette/compare/0.47.0...0.47.1</a></p> <h2>Version 0.47.0</h2> <h2>Added</h2> <ul> <li>Add support for ASGI <code>pathsend</code> extension <a href="https://redirect.github.com/encode/starlette/pull/2671">#2671</a>.</li> <li>Add <code>partitioned</code> attribute to <code>Response.set_cookie</code> <a href="https://redirect.github.com/encode/starlette/pull/2501">#2501</a>.</li> </ul> <h2>Changed</h2> <ul> <li>Change <code>methods</code> parameter type from <code>list[str]</code> to <code>Collection[str]</code> <a href="https://redirect.github.com/encode/starlette/pull/2903">#2903</a>.</li> <li>Replace <code>import typing</code> by <code>from typing import ...</code> in the whole codebase <a href="https://redirect.github.com/encode/starlette/pull/2867">#2867</a>.</li> </ul> <h2>Fixed</h2> <ul> <li>Mark <code>ExceptionMiddleware.http_exception</code> as async to prevent thread creation <a href="https://redirect.github.com/encode/starlette/pull/2922">#2922</a>.</li> </ul> <hr /> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/danlapid"><code>@​danlapid</code></a> made their first contribution in <a href="https://redirect.github.com/encode/starlette/pull/2922">encode/starlette#2922</a></li> <li><a href="https://github.com/Flecart"><code>@​Flecart</code></a> made their first contribution in <a href="https://redirect.github.com/encode/starlette/pull/2501">encode/starlette#2501</a></li> <li><a href="https://github.com/AllenSH12"><code>@​AllenSH12</code></a> made their first contribution in <a href="https://redirect.github.com/encode/starlette/pull/2936">encode/starlette#2936</a></li> <li><a href="https://github.com/waketzheng"><code>@​waketzheng</code></a> made their first contribution in <a href="https://redirect.github.com/encode/starlette/pull/2867">encode/starlette#2867</a></li> <li><a href="https://github.com/jonathanberthias"><code>@​jonathanberthias</code></a> made their first contribution in <a href="https://redirect.github.com/encode/starlette/pull/2903">encode/starlette#2903</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.46.2...0.47.0">https://github.com/encode/starlette/compare/0.46.2...0.47.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Kludex/starlette/blob/main/docs/release-notes.md">starlette's changelog</a>.</em></p> <blockquote> <h2>0.47.2 (July 20, 2025)</h2> <h4>Fixed</h4> <ul> <li>Make <code>UploadFile</code> check for future rollover <a href="https://redirect.github.com/Kludex/starlette/pull/2962">#2962</a>.</li> </ul> <h2>0.47.1 (June 21, 2025)</h2> <h4>Fixed</h4> <ul> <li>Use <code>Self</code> in <code>TestClient.__enter__</code> <a href="https://redirect.github.com/Kludex/starlette/pull/2951">#2951</a>.</li> <li>Allow async exception handlers to type-check <a href="https://redirect.github.com/Kludex/starlette/pull/2949">#2949</a>.</li> </ul> <h2>0.47.0 (May 29, 2025)</h2> <h4>Added</h4> <ul> <li>Add support for ASGI <code>pathsend</code> extension <a href="https://redirect.github.com/Kludex/starlette/pull/2671">#2671</a>.</li> <li>Add <code>partitioned</code> attribute to <code>Response.set_cookie</code> <a href="https://redirect.github.com/Kludex/starlette/pull/2501">#2501</a>.</li> </ul> <h4>Changed</h4> <ul> <li>Change <code>methods</code> parameter type from <code>list[str]</code> to <code>Collection[str]</code> <a href="https://redirect.github.com/Kludex/starlette/pull/2903">#2903</a>.</li> <li>Replace <code>import typing</code> by <code>from typing import ...</code> in the whole codebase <a href="https://redirect.github.com/Kludex/starlette/pull/2867">#2867</a>.</li> </ul> <h4>Fixed</h4> <ul> <li>Mark <code>ExceptionMiddleware.http_exception</code> as async to prevent thread creation <a href="https://redirect.github.com/Kludex/starlette/pull/2922">#2922</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Kludex/starlette/commit/6ee94f2cac955eeae68d2898a8dec8cf17b48736"><code>6ee94f2</code></a> Version 0.47.2 (<a href="https://redirect.github.com/Kludex/starlette/issues/2965">#2965</a>)</li> <li><a href="https://github.com/Kludex/starlette/commit/9f7ec2eb512fcc3fe90b43cb9dd9e1d08696bec1"><code>9f7ec2e</code></a> Make UploadFile check for future rollover (<a href="https://redirect.github.com/Kludex/starlette/issues/2962">#2962</a>)</li> <li><a href="https://github.com/Kludex/starlette/commit/540ff5f076468eb69f827e76cb020e21fb39b3ca"><code>540ff5f</code></a> Bump the python-packages group with 7 updates (<a href="https://redirect.github.com/Kludex/starlette/issues/2957">#2957</a>)</li> <li><a href="https://github.com/Kludex/starlette/commit/d4dd545a406f11c5fe94e29583138cb1887288c6"><code>d4dd545</code></a> docs: add Google Analytics (<a href="https://redirect.github.com/Kludex/starlette/issues/2963">#2963</a>)</li> <li><a href="https://github.com/Kludex/starlette/commit/fa5355442753f794965ae1af0f87f9fec1b9a3de"><code>fa53554</code></a> Version 0.47.1 (<a href="https://redirect.github.com/Kludex/starlette/issues/2952">#2952</a>)</li> <li><a href="https://github.com/Kludex/starlette/commit/e741635e5452ba8013d926bddf2be3a292910dca"><code>e741635</code></a> Use <code>Self</code> in <code>TestClient.__enter__</code> (<a href="https://redirect.github.com/Kludex/starlette/issues/2951">#2951</a>)</li> <li><a href="https://github.com/Kludex/starlette/commit/739ea4928b11d4b4cb2b366ccad11405ef3034c4"><code>739ea49</code></a> Allow async exception handlers to type-check (<a href="https://redirect.github.com/Kludex/starlette/issues/2949">#2949</a>)</li> <li><a href="https://github.com/Kludex/starlette/commit/78da9b9e218ab289117df7d62aee200ed4c59617"><code>78da9b9</code></a> Bump the python-packages group with 6 updates (<a href="https://redirect.github.com/Kludex/starlette/issues/2948">#2948</a>)</li> <li><a href="https://github.com/Kludex/starlette/commit/739321d719db5b6e3fff9ccca9a2ccc7c2e07f18"><code>739321d</code></a> Version 0.47.0 (<a href="https://redirect.github.com/Kludex/starlette/issues/2947">#2947</a>)</li> <li><a href="https://github.com/Kludex/starlette/commit/af1c709a7d1b92dee2921cceef7ef8d1df65ad25"><code>af1c709</code></a> Add support for ASGI <code>pathsend</code> extension (<a href="https://redirect.github.com/Kludex/starlette/issues/2671">#2671</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Kludex/starlette/compare/0.46.2...0.47.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=starlette&package-manager=pip&previous-version=0.46.2&new-version=0.47.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/stackitcloud/rag-template/network/alerts). </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andreas Klos <[email protected]>
1 parent 307ac8c commit 37c72bc

File tree

11 files changed

+31
-23
lines changed

11 files changed

+31
-23
lines changed

libs/admin-api-lib/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/admin-api-lib/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ langfuse = "3.2.1"
108108
redis = "^6.0.0"
109109
pyyaml = "^6.0.2"
110110
python-multipart = "^0.0.20"
111+
starlette = ">=0.47.2,<0.49.0"
111112

112113
[tool.pytest.ini_options]
113114
log_cli = 1

libs/extractor-api-lib/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/extractor-api-lib/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ camelot-py = {extras = ["cv"], version = "^1.0.0"}
102102
fake-useragent = "^2.2.0"
103103
pypdfium2 = "4.30.0"
104104
pypandoc-binary = "^1.15"
105+
starlette = ">=0.47.2,<0.49.0"
105106

106107
[tool.poetry.group.dev.dependencies]
107108
pytest = "^8.3.5"

libs/rag-core-api/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/rag-core-api/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ langchain-community = "0.3.27"
3232
fastembed = "^0.7.0"
3333
langdetect = "^1.0.9"
3434
langfuse = "3.2.1"
35+
starlette = ">=0.47.2,<0.49.0"
3536

3637

3738
[tool.poetry.group.dev.dependencies]

services/admin-backend/poetry.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/document-extractor/poetry.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/mcp-server/poetry.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/mcp-server/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ pydantic-settings = "^2.9.1"
1313
dependency-injector = "^4.46.0"
1414
python-dateutil = "^2.9.0.post0"
1515
jinja2 = "^3.1.6"
16+
starlette = ">=0.47.2,<0.49.0"
1617

1718
[tool.poetry.group.dev.dependencies]
1819
debugpy = "^1.8.1"

0 commit comments

Comments
 (0)