Skip to content

Commit 6e43028

Browse files
Bump typing-inspection from 0.4.0 to 0.4.1 (#10925)
Bumps [typing-inspection](https://github.com/pydantic/typing-inspection) from 0.4.0 to 0.4.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pydantic/typing-inspection/blob/main/HISTORY.md">typing-inspection's changelog</a>.</em></p> <blockquote> <h2>v0.4.1 (2025-05-21)</h2> <ul> <li>Use <code>list</code> as a type hint for <code>InspectedAnnotation.metadata</code> by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/typing-inspection/pull/43">#43</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pydantic/typing-inspection/commit/3bc3f963f17eb674fa4fbf94cb262dfc4b9033ee"><code>3bc3f96</code></a> Prepare release 0.4.1 (<a href="https://redirect.github.com/pydantic/typing-inspection/issues/44">#44</a>)</li> <li><a href="https://github.com/pydantic/typing-inspection/commit/17b939c7bbe33834e57efe445a1be525db52a078"><code>17b939c</code></a> Bump development dependencies (<a href="https://redirect.github.com/pydantic/typing-inspection/issues/46">#46</a>)</li> <li><a href="https://github.com/pydantic/typing-inspection/commit/dcdd318de330db1c2ded8da91e9d288ee5356c64"><code>dcdd318</code></a> Add proper reference to <code>dataclasses.IniVar</code> in <code>AnnotationSource.DATACLASS</code> ...</li> <li><a href="https://github.com/pydantic/typing-inspection/commit/5f86b149b02518566ec7ec17c1749059c6906b60"><code>5f86b14</code></a> Use <code>list</code> as a type hint for <code>InspectedAnnotation.metadata</code> (<a href="https://redirect.github.com/pydantic/typing-inspection/issues/43">#43</a>)</li> <li><a href="https://github.com/pydantic/typing-inspection/commit/b7378550328f395eac9e9d8b30f5e64469543028"><code>b737855</code></a> Add SPDX license identifier (<a href="https://redirect.github.com/pydantic/typing-inspection/issues/42">#42</a>)</li> <li><a href="https://github.com/pydantic/typing-inspection/commit/61c25e5197df56a77eca460d6c5362d76882b242"><code>61c25e5</code></a> Improve test coverage (<a href="https://redirect.github.com/pydantic/typing-inspection/issues/41">#41</a>)</li> <li><a href="https://github.com/pydantic/typing-inspection/commit/a56b8c3a3e7fc54bc84c5816503ee564735bff47"><code>a56b8c3</code></a> Fix implementation of <code>is_union_origin()</code> (<a href="https://redirect.github.com/pydantic/typing-inspection/issues/40">#40</a>)</li> <li><a href="https://github.com/pydantic/typing-inspection/commit/e20451f3290a1e8833098749c766cb167ab83a40"><code>e20451f</code></a> Add <code>typing_objects.is_forwardref()</code> (<a href="https://redirect.github.com/pydantic/typing-inspection/issues/38">#38</a>)</li> <li><a href="https://github.com/pydantic/typing-inspection/commit/eb7654bbe2b311c54b822e38243c61021132b0ea"><code>eb7654b</code></a> Fix some typos (<a href="https://redirect.github.com/pydantic/typing-inspection/issues/36">#36</a>)</li> <li><a href="https://github.com/pydantic/typing-inspection/commit/5cb72572c4c474254a2016ff72a3dc1ec6fbeb63"><code>5cb7257</code></a> Fix compatibility with latest Python 3.14 release (<a href="https://redirect.github.com/pydantic/typing-inspection/issues/37">#37</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pydantic/typing-inspection/compare/v0.4.0...v0.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typing-inspection&package-manager=pip&previous-version=0.4.0&new-version=0.4.1)](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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 19643c9 commit 6e43028

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ typing-extensions==4.13.2
269269
# python-on-whales
270270
# rich
271271
# typing-inspection
272-
typing-inspection==0.4.0
272+
typing-inspection==0.4.1
273273
# via pydantic
274274
uritemplate==4.1.1
275275
# via gidgethub

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ typing-extensions==4.13.2
260260
# python-on-whales
261261
# rich
262262
# typing-inspection
263-
typing-inspection==0.4.0
263+
typing-inspection==0.4.1
264264
# via pydantic
265265
uritemplate==4.1.1
266266
# via gidgethub

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ typing-extensions==4.13.2
108108
# python-on-whales
109109
# rich
110110
# typing-inspection
111-
typing-inspection==0.4.0
111+
typing-inspection==0.4.1
112112
# via pydantic
113113
uvloop==0.21.0 ; platform_system != "Windows"
114114
# via -r requirements/lint.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ typing-extensions==4.13.2
129129
# python-on-whales
130130
# rich
131131
# typing-inspection
132-
typing-inspection==0.4.0
132+
typing-inspection==0.4.1
133133
# via pydantic
134134
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
135135
# via -r requirements/base.in

0 commit comments

Comments
 (0)