Commit 37c72bc
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 />
[](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- libs
- admin-api-lib
- extractor-api-lib
- rag-core-api
- services
- admin-backend
- document-extractor
- mcp-server
- rag-backend
11 files changed
+31
-23
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments