Skip to content

Commit d2f682f

Browse files
Bump typing-inspection from 0.4.0 to 0.4.1 (#10927)
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 2e51f40 commit d2f682f

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
@@ -272,7 +272,7 @@ typing-extensions==4.13.2
272272
# python-on-whales
273273
# rich
274274
# typing-inspection
275-
typing-inspection==0.4.0
275+
typing-inspection==0.4.1
276276
# via pydantic
277277
uritemplate==4.1.1
278278
# via gidgethub

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ typing-extensions==4.13.2
263263
# python-on-whales
264264
# rich
265265
# typing-inspection
266-
typing-inspection==0.4.0
266+
typing-inspection==0.4.1
267267
# via pydantic
268268
uritemplate==4.1.1
269269
# via gidgethub

requirements/lint.txt

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

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ typing-extensions==4.13.2
135135
# python-on-whales
136136
# rich
137137
# typing-inspection
138-
typing-inspection==0.4.0
138+
typing-inspection==0.4.1
139139
# via pydantic
140140
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
141141
# via -r requirements/base.in

0 commit comments

Comments
 (0)