Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add full type to validation error #1276

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

derlih
Copy link

@derlih derlih commented Apr 19, 2024

Add full type to validation error

Full type name added to the validation error.

Related issue number

fix #7911

Checklist

  • Unit tests for the changes exist
  • Documentation reflects the changes where applicable
  • Pydantic tests pass with this pydantic-core (except for expected changes)
  • My PR is ready to review, please add a comment including the phrase "please review" to assign reviewers

Selected Reviewer: @adriangb

Copy link

codecov bot commented Apr 19, 2024

Codecov Report

Attention: Patch coverage is 58.33333% with 5 lines in your changes are missing coverage. Please review.

Files Patch % Lines
src/tools.rs 54.54% 5 Missing ⚠️

📢 Thoughts on this report? Let us know!

Copy link

codspeed-hq bot commented Apr 19, 2024

CodSpeed Performance Report

Merging #1276 will not alter performance

Comparing derlih:7911-validation-error-full-type (2ead444) with main (91c3541)

Summary

✅ 155 untouched benchmarks

@derlih derlih force-pushed the 7911-validation-error-full-type branch from 0abd226 to 2ead444 Compare April 20, 2024 05:25
@derlih
Copy link
Author

derlih commented Apr 20, 2024

please review

@davidhewitt
Copy link
Contributor

Thanks for this! I think we have a related feature discussion in PyO3/pyo3#4056 - so I might just see what the outcome of that PR is before merging this one.

renovate bot added a commit to spiraldb/ziggy-pydust that referenced this pull request Apr 23, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pydantic](https://togithub.com/pydantic/pydantic)
([changelog](https://docs.pydantic.dev/latest/changelog/)) | `2.7.0` ->
`2.7.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pydantic/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pydantic/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pydantic/2.7.0/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pydantic/2.7.0/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pydantic/pydantic (pydantic)</summary>

###
[`v2.7.1`](https://togithub.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v271-2024-04-23)

[Compare
Source](https://togithub.com/pydantic/pydantic/compare/v2.7.0...v2.7.1)

[GitHub
release](https://togithub.com/pydantic/pydantic/releases/tag/v2.7.1)

##### What's Changed

##### Packaging

- Bump `pydantic-core` to `v2.18.2` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9307](https://togithub.com/pydantic/pydantic/pull/9307)

##### New Features

- Ftp and Websocket connection strings support by
[@&#8203;CherrySuryp](https://togithub.com/CherrySuryp) in
[#&#8203;9205](https://togithub.com/pydantic/pydantic/pull/9205)

##### Changes

- Use field description for RootModel schema description when there is
`…` by [@&#8203;LouisGobert](https://togithub.com/LouisGobert) in
[#&#8203;9214](https://togithub.com/pydantic/pydantic/pull/9214)

##### Fixes

- Fix `validation_alias` behavior with `model_construct` for
`AliasChoices` and `AliasPath` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9223](https://togithub.com/pydantic/pydantic/pull/9223)
- Revert `typing.Literal` and import it outside the TYPE_CHECKING block
by [@&#8203;frost-nzcr4](https://togithub.com/frost-nzcr4) in
[#&#8203;9232](https://togithub.com/pydantic/pydantic/pull/9232)
- Fix `Secret` serialization schema, applicable for unions by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9240](https://togithub.com/pydantic/pydantic/pull/9240)
- Fix `strict` application to `function-after` with `use_enum_values` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9279](https://togithub.com/pydantic/pydantic/pull/9279)
- Address case where `model_construct` on a class which defines
`model_post_init` fails with `AttributeError` by
[@&#8203;babygrimes](https://togithub.com/babygrimes) in
[#&#8203;9168](https://togithub.com/pydantic/pydantic/pull/9168)
- Fix `model_json_schema` with config types by
[@&#8203;NeevCohen](https://togithub.com/NeevCohen) in
[#&#8203;9287](https://togithub.com/pydantic/pydantic/pull/9287)
- Support multiple zeros as an `int` by
[@&#8203;samuelcolvin](https://togithub.com/samuelcolvin) in
[pydantic/pydantic-core#1269](https://togithub.com/pydantic/pydantic-core/pull/1269)
- Fix validation of `int`s with leading unary plus by
[@&#8203;cknv](https://togithub.com/cknv) in
[pydantic/pydantic-core#1272](https://togithub.com/pydantic/pydantic-core/pull/1272)
- Fix interaction between `extra != 'ignore'` and `from_attributes=True`
by [@&#8203;davidhewitt](https://togithub.com/davidhewitt) in
[pydantic/pydantic-core#1276](https://togithub.com/pydantic/pydantic-core/pull/1276)
- Handle error from `Enum`'s `missing` function as `ValidationError` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[pydantic/pydantic-core#1274](https://togithub.com/pydantic/pydantic-core/pull/1754)
- Fix memory leak with `Iterable` validation by
[@&#8203;davidhewitt](https://togithub.com/davidhewitt) in
[pydantic/pydantic-core#1271](https://togithub.com/pydantic/pydantic-core/pull/1751)

##### New Contributors

- [@&#8203;zzstoatzz](https://togithub.com/zzstoatzz) made their first
contribution in
[#&#8203;9219](https://togithub.com/pydantic/pydantic/pull/9219)
- [@&#8203;frost-nzcr4](https://togithub.com/frost-nzcr4) made their
first contribution in
[#&#8203;9232](https://togithub.com/pydantic/pydantic/pull/9232)
- [@&#8203;CherrySuryp](https://togithub.com/CherrySuryp) made their
first contribution in
[#&#8203;9205](https://togithub.com/pydantic/pydantic/pull/9205)
- [@&#8203;vagenas](https://togithub.com/vagenas) made their first
contribution in
[#&#8203;9268](https://togithub.com/pydantic/pydantic/pull/9268)
- [@&#8203;ollz272](https://togithub.com/ollz272) made their first
contribution in
[#&#8203;9262](https://togithub.com/pydantic/pydantic/pull/9262)
- [@&#8203;babygrimes](https://togithub.com/babygrimes) made their first
contribution in
[#&#8203;9168](https://togithub.com/pydantic/pydantic/pull/9168)
- [@&#8203;swelborn](https://togithub.com/swelborn) made their first
contribution in
[#&#8203;9296](https://togithub.com/pydantic/pydantic/pull/9296)
- [@&#8203;kf-novi](https://togithub.com/kf-novi) made their first
contribution in
[#&#8203;9236](https://togithub.com/pydantic/pydantic/pull/9236)
- [@&#8203;lgeiger](https://togithub.com/lgeiger) made their first
contribution in
[#&#8203;9288](https://togithub.com/pydantic/pydantic/pull/9288)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/fulcrum-so/ziggy-pydust).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to allenporter/pyrainbird that referenced this pull request Apr 24, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pydantic](https://togithub.com/pydantic/pydantic)
([changelog](https://docs.pydantic.dev/latest/changelog/)) | `==2.7.0`
-> `==2.7.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pydantic/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pydantic/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pydantic/2.7.0/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pydantic/2.7.0/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pydantic/pydantic (pydantic)</summary>

###
[`v2.7.1`](https://togithub.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v271-2024-04-23)

[Compare
Source](https://togithub.com/pydantic/pydantic/compare/v2.7.0...v2.7.1)

[GitHub
release](https://togithub.com/pydantic/pydantic/releases/tag/v2.7.1)

##### What's Changed

##### Packaging

- Bump `pydantic-core` to `v2.18.2` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9307](https://togithub.com/pydantic/pydantic/pull/9307)

##### New Features

- Ftp and Websocket connection strings support by
[@&#8203;CherrySuryp](https://togithub.com/CherrySuryp) in
[#&#8203;9205](https://togithub.com/pydantic/pydantic/pull/9205)

##### Changes

- Use field description for RootModel schema description when there is
`…` by [@&#8203;LouisGobert](https://togithub.com/LouisGobert) in
[#&#8203;9214](https://togithub.com/pydantic/pydantic/pull/9214)

##### Fixes

- Fix `validation_alias` behavior with `model_construct` for
`AliasChoices` and `AliasPath` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9223](https://togithub.com/pydantic/pydantic/pull/9223)
- Revert `typing.Literal` and import it outside the TYPE_CHECKING block
by [@&#8203;frost-nzcr4](https://togithub.com/frost-nzcr4) in
[#&#8203;9232](https://togithub.com/pydantic/pydantic/pull/9232)
- Fix `Secret` serialization schema, applicable for unions by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9240](https://togithub.com/pydantic/pydantic/pull/9240)
- Fix `strict` application to `function-after` with `use_enum_values` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9279](https://togithub.com/pydantic/pydantic/pull/9279)
- Address case where `model_construct` on a class which defines
`model_post_init` fails with `AttributeError` by
[@&#8203;babygrimes](https://togithub.com/babygrimes) in
[#&#8203;9168](https://togithub.com/pydantic/pydantic/pull/9168)
- Fix `model_json_schema` with config types by
[@&#8203;NeevCohen](https://togithub.com/NeevCohen) in
[#&#8203;9287](https://togithub.com/pydantic/pydantic/pull/9287)
- Support multiple zeros as an `int` by
[@&#8203;samuelcolvin](https://togithub.com/samuelcolvin) in
[pydantic/pydantic-core#1269](https://togithub.com/pydantic/pydantic-core/pull/1269)
- Fix validation of `int`s with leading unary plus by
[@&#8203;cknv](https://togithub.com/cknv) in
[pydantic/pydantic-core#1272](https://togithub.com/pydantic/pydantic-core/pull/1272)
- Fix interaction between `extra != 'ignore'` and `from_attributes=True`
by [@&#8203;davidhewitt](https://togithub.com/davidhewitt) in
[pydantic/pydantic-core#1276](https://togithub.com/pydantic/pydantic-core/pull/1276)
- Handle error from `Enum`'s `missing` function as `ValidationError` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[pydantic/pydantic-core#1274](https://togithub.com/pydantic/pydantic-core/pull/1754)
- Fix memory leak with `Iterable` validation by
[@&#8203;davidhewitt](https://togithub.com/davidhewitt) in
[pydantic/pydantic-core#1271](https://togithub.com/pydantic/pydantic-core/pull/1751)

##### New Contributors

- [@&#8203;zzstoatzz](https://togithub.com/zzstoatzz) made their first
contribution in
[#&#8203;9219](https://togithub.com/pydantic/pydantic/pull/9219)
- [@&#8203;frost-nzcr4](https://togithub.com/frost-nzcr4) made their
first contribution in
[#&#8203;9232](https://togithub.com/pydantic/pydantic/pull/9232)
- [@&#8203;CherrySuryp](https://togithub.com/CherrySuryp) made their
first contribution in
[#&#8203;9205](https://togithub.com/pydantic/pydantic/pull/9205)
- [@&#8203;vagenas](https://togithub.com/vagenas) made their first
contribution in
[#&#8203;9268](https://togithub.com/pydantic/pydantic/pull/9268)
- [@&#8203;ollz272](https://togithub.com/ollz272) made their first
contribution in
[#&#8203;9262](https://togithub.com/pydantic/pydantic/pull/9262)
- [@&#8203;babygrimes](https://togithub.com/babygrimes) made their first
contribution in
[#&#8203;9168](https://togithub.com/pydantic/pydantic/pull/9168)
- [@&#8203;swelborn](https://togithub.com/swelborn) made their first
contribution in
[#&#8203;9296](https://togithub.com/pydantic/pydantic/pull/9296)
- [@&#8203;kf-novi](https://togithub.com/kf-novi) made their first
contribution in
[#&#8203;9236](https://togithub.com/pydantic/pydantic/pull/9236)
- [@&#8203;lgeiger](https://togithub.com/lgeiger) made their first
contribution in
[#&#8203;9288](https://togithub.com/pydantic/pydantic/pull/9288)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/allenporter/pyrainbird).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
RobertCraigie pushed a commit to RobertCraigie/prisma-client-py that referenced this pull request Apr 28, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pydantic](https://togithub.com/pydantic/pydantic)
([changelog](https://docs.pydantic.dev/latest/changelog/)) | `==2.5.3`
-> `==2.7.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pydantic/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pydantic/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pydantic/2.5.3/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pydantic/2.5.3/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pydantic/pydantic (pydantic)</summary>

###
[`v2.7.1`](https://togithub.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v271-2024-04-23)

[Compare
Source](https://togithub.com/pydantic/pydantic/compare/v2.7.0...v2.7.1)

[GitHub
release](https://togithub.com/pydantic/pydantic/releases/tag/v2.7.1)

##### What's Changed

##### Packaging

- Bump `pydantic-core` to `v2.18.2` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9307](https://togithub.com/pydantic/pydantic/pull/9307)

##### New Features

- Ftp and Websocket connection strings support by
[@&#8203;CherrySuryp](https://togithub.com/CherrySuryp) in
[#&#8203;9205](https://togithub.com/pydantic/pydantic/pull/9205)

##### Changes

- Use field description for RootModel schema description when there is
`…` by [@&#8203;LouisGobert](https://togithub.com/LouisGobert) in
[#&#8203;9214](https://togithub.com/pydantic/pydantic/pull/9214)

##### Fixes

- Fix `validation_alias` behavior with `model_construct` for
`AliasChoices` and `AliasPath` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9223](https://togithub.com/pydantic/pydantic/pull/9223)
- Revert `typing.Literal` and import it outside the TYPE_CHECKING block
by [@&#8203;frost-nzcr4](https://togithub.com/frost-nzcr4) in
[#&#8203;9232](https://togithub.com/pydantic/pydantic/pull/9232)
- Fix `Secret` serialization schema, applicable for unions by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9240](https://togithub.com/pydantic/pydantic/pull/9240)
- Fix `strict` application to `function-after` with `use_enum_values` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9279](https://togithub.com/pydantic/pydantic/pull/9279)
- Address case where `model_construct` on a class which defines
`model_post_init` fails with `AttributeError` by
[@&#8203;babygrimes](https://togithub.com/babygrimes) in
[#&#8203;9168](https://togithub.com/pydantic/pydantic/pull/9168)
- Fix `model_json_schema` with config types by
[@&#8203;NeevCohen](https://togithub.com/NeevCohen) in
[#&#8203;9287](https://togithub.com/pydantic/pydantic/pull/9287)
- Support multiple zeros as an `int` by
[@&#8203;samuelcolvin](https://togithub.com/samuelcolvin) in
[pydantic/pydantic-core#1269](https://togithub.com/pydantic/pydantic-core/pull/1269)
- Fix validation of `int`s with leading unary plus by
[@&#8203;cknv](https://togithub.com/cknv) in
[pydantic/pydantic-core#1272](https://togithub.com/pydantic/pydantic-core/pull/1272)
- Fix interaction between `extra != 'ignore'` and `from_attributes=True`
by [@&#8203;davidhewitt](https://togithub.com/davidhewitt) in
[pydantic/pydantic-core#1276](https://togithub.com/pydantic/pydantic-core/pull/1276)
- Handle error from `Enum`'s `missing` function as `ValidationError` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[pydantic/pydantic-core#1274](https://togithub.com/pydantic/pydantic-core/pull/1754)
- Fix memory leak with `Iterable` validation by
[@&#8203;davidhewitt](https://togithub.com/davidhewitt) in
[pydantic/pydantic-core#1271](https://togithub.com/pydantic/pydantic-core/pull/1751)

##### New Contributors

- [@&#8203;zzstoatzz](https://togithub.com/zzstoatzz) made their first
contribution in
[#&#8203;9219](https://togithub.com/pydantic/pydantic/pull/9219)
- [@&#8203;frost-nzcr4](https://togithub.com/frost-nzcr4) made their
first contribution in
[#&#8203;9232](https://togithub.com/pydantic/pydantic/pull/9232)
- [@&#8203;CherrySuryp](https://togithub.com/CherrySuryp) made their
first contribution in
[#&#8203;9205](https://togithub.com/pydantic/pydantic/pull/9205)
- [@&#8203;vagenas](https://togithub.com/vagenas) made their first
contribution in
[#&#8203;9268](https://togithub.com/pydantic/pydantic/pull/9268)
- [@&#8203;ollz272](https://togithub.com/ollz272) made their first
contribution in
[#&#8203;9262](https://togithub.com/pydantic/pydantic/pull/9262)
- [@&#8203;babygrimes](https://togithub.com/babygrimes) made their first
contribution in
[#&#8203;9168](https://togithub.com/pydantic/pydantic/pull/9168)
- [@&#8203;swelborn](https://togithub.com/swelborn) made their first
contribution in
[#&#8203;9296](https://togithub.com/pydantic/pydantic/pull/9296)
- [@&#8203;kf-novi](https://togithub.com/kf-novi) made their first
contribution in
[#&#8203;9236](https://togithub.com/pydantic/pydantic/pull/9236)
- [@&#8203;lgeiger](https://togithub.com/lgeiger) made their first
contribution in
[#&#8203;9288](https://togithub.com/pydantic/pydantic/pull/9288)

###
[`v2.7.0`](https://togithub.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v270-2024-04-11)

[Compare
Source](https://togithub.com/pydantic/pydantic/compare/v2.6.4...v2.7.0)

[GitHub
release](https://togithub.com/pydantic/pydantic/releases/tag/v2.7.0)

The code released in v2.7.0 is practically identical to that of
v2.7.0b1.

##### What's Changed

##### Packaging

- Reorganize `pyproject.toml` sections by
[@&#8203;Viicos](https://togithub.com/Viicos) in
[#&#8203;8899](https://togithub.com/pydantic/pydantic/pull/8899)
- Bump `pydantic-core` to `v2.18.1` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9211](https://togithub.com/pydantic/pydantic/pull/9211)
- Adopt `jiter` `v0.2.0` by
[@&#8203;samuelcolvin](https://togithub.com/samuelcolvin) in
[pydantic/pydantic-core#1250](https://togithub.com/pydantic/pydantic-core/pull/1250)

##### New Features

- Extract attribute docstrings from `FieldInfo.description` by
[@&#8203;Viicos](https://togithub.com/Viicos) in
[#&#8203;6563](https://togithub.com/pydantic/pydantic/pull/6563)
- Add a `with_config` decorator to comply with typing spec by
[@&#8203;Viicos](https://togithub.com/Viicos) in
[#&#8203;8611](https://togithub.com/pydantic/pydantic/pull/8611)
- Allow an optional separator splitting the value and unit of the result
of `ByteSize.human_readable` by
[@&#8203;jks15satoshi](https://togithub.com/jks15satoshi) in
[#&#8203;8706](https://togithub.com/pydantic/pydantic/pull/8706)
- Add generic `Secret` base type by
[@&#8203;conradogarciaberrotaran](https://togithub.com/conradogarciaberrotaran)
in [#&#8203;8519](https://togithub.com/pydantic/pydantic/pull/8519)
- Make use of `Sphinx` inventories for cross references in docs by
[@&#8203;Viicos](https://togithub.com/Viicos) in
[#&#8203;8682](https://togithub.com/pydantic/pydantic/pull/8682)
- Add environment variable to disable plugins by
[@&#8203;geospackle](https://togithub.com/geospackle) in
[#&#8203;8767](https://togithub.com/pydantic/pydantic/pull/8767)
- Add support for `deprecated` fields by
[@&#8203;Viicos](https://togithub.com/Viicos) in
[#&#8203;8237](https://togithub.com/pydantic/pydantic/pull/8237)
- Allow `field_serializer('*')` by
[@&#8203;ornariece](https://togithub.com/ornariece) in
[#&#8203;9001](https://togithub.com/pydantic/pydantic/pull/9001)
- Handle a case when `model_config` is defined as a model property by
[@&#8203;alexeyt101](https://togithub.com/alexeyt101) in
[#&#8203;9004](https://togithub.com/pydantic/pydantic/pull/9004)
- Update `create_model()` to support `typing.Annotated` as input by
[@&#8203;wannieman98](https://togithub.com/wannieman98) in
[#&#8203;8947](https://togithub.com/pydantic/pydantic/pull/8947)
- Add `ClickhouseDsn` support by
[@&#8203;solidguy7](https://togithub.com/solidguy7) in
[#&#8203;9062](https://togithub.com/pydantic/pydantic/pull/9062)
- Add support for `re.Pattern[str]` to `pattern` field by
[@&#8203;jag-k](https://togithub.com/jag-k) in
[#&#8203;9053](https://togithub.com/pydantic/pydantic/pull/9053)
- Support for `serialize_as_any` runtime setting by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8830](https://togithub.com/pydantic/pydantic/pull/8830)
- Add support for `typing.Self` by
[@&#8203;Youssefares](https://togithub.com/Youssefares) in
[#&#8203;9023](https://togithub.com/pydantic/pydantic/pull/9023)
- Ability to pass `context` to serialization by
[@&#8203;ornariece](https://togithub.com/ornariece) in
[#&#8203;8965](https://togithub.com/pydantic/pydantic/pull/8965)
- Add feedback widget to docs with flarelytics integration by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9129](https://togithub.com/pydantic/pydantic/pull/9129)
- Support for parsing partial JSON strings in Python by
[@&#8203;samuelcolvin](https://togithub.com/samuelcolvin) in
[pydantic/jiter#66](https://togithub.com/pydantic/jiter/pull/66)

**Finalized in v2.7.0, rather than v2.7.0b1:**

- Add support for field level number to str coercion option by
[@&#8203;NeevCohen](https://togithub.com/NeevCohen) in
[#&#8203;9137](https://togithub.com/pydantic/pydantic/pull/9137)
- Update `warnings` parameter for serialization utilities to allow
raising a warning by
[@&#8203;Lance-Drane](https://togithub.com/Lance-Drane) in
[#&#8203;9166](https://togithub.com/pydantic/pydantic/pull/9166)

##### Changes

- Correct docs, logic for `model_construct` behavior with `extra` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8807](https://togithub.com/pydantic/pydantic/pull/8807)
- Improve error message for improper `RootModel` subclasses by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8857](https://togithub.com/pydantic/pydantic/pull/8857)
- Use `PEP570` syntax by [@&#8203;Viicos](https://togithub.com/Viicos)
in [#&#8203;8940](https://togithub.com/pydantic/pydantic/pull/8940)
- Add `enum` and `type` to the JSON schema for single item literals by
[@&#8203;dmontagu](https://togithub.com/dmontagu) in
[#&#8203;8944](https://togithub.com/pydantic/pydantic/pull/8944)
- Deprecate `update_json_schema` internal function by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9125](https://togithub.com/pydantic/pydantic/pull/9125)
- Serialize duration to hour minute second, instead of just seconds by
[@&#8203;kakilangit](https://togithub.com/kakilangit) in
[pydantic/speedate#50](https://togithub.com/pydantic/speedate/pull/50)
- Trimming str before parsing to int and float by
[@&#8203;hungtsetse](https://togithub.com/hungtsetse) in
[pydantic/pydantic-core#1203](https://togithub.com/pydantic/pydantic-core/pull/1203)

##### Performance

- `enum` validator improvements by
[@&#8203;samuelcolvin](https://togithub.com/samuelcolvin) in
[#&#8203;9045](https://togithub.com/pydantic/pydantic/pull/9045)
- Move `enum` validation and serialization to Rust by
[@&#8203;samuelcolvin](https://togithub.com/samuelcolvin) in
[#&#8203;9064](https://togithub.com/pydantic/pydantic/pull/9064)
- Improve schema generation for nested dataclasses by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9114](https://togithub.com/pydantic/pydantic/pull/9114)
- Fast path for ASCII python string creation in JSON by
[@&#8203;samuelcolvin](https://togithub.com/samuelcolvin) in in
[pydantic/jiter#72](https://togithub.com/pydantic/jiter/pull/72)
- SIMD integer and string JSON parsing on `aarch64`(**Note:** SIMD on
x86 will be implemented in a future release) by
[@&#8203;samuelcolvin](https://togithub.com/samuelcolvin) in in
[pydantic/jiter#65](https://togithub.com/pydantic/jiter/pull/65)
- Support JSON `Cow<str>` from `jiter` by
[@&#8203;davidhewitt](https://togithub.com/davidhewitt) in
[pydantic/pydantic-core#1231](https://togithub.com/pydantic/pydantic-core/pull/1231)
- MAJOR performance improvement: update to PyO3 0.21 final by
[@&#8203;davidhewitt](https://togithub.com/davidhewitt) in
[pydantic/pydantic-core#1248](https://togithub.com/pydantic/pydantic-core/pull/1248)
- cache Python strings by
[@&#8203;samuelcolvin](https://togithub.com/samuelcolvin) in
[pydantic/pydantic-core#1240](https://togithub.com/pydantic/pydantic-core/pull/1240)

##### Fixes

- Fix strict parsing for some `Sequence`s by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8614](https://togithub.com/pydantic/pydantic/pull/8614)
- Add a check on the existence of `__qualname__` by
[@&#8203;anci3ntr0ck](https://togithub.com/anci3ntr0ck) in
[#&#8203;8642](https://togithub.com/pydantic/pydantic/pull/8642)
- Handle `__pydantic_extra__` annotation being a string or inherited by
[@&#8203;alexmojaki](https://togithub.com/alexmojaki) in
[#&#8203;8659](https://togithub.com/pydantic/pydantic/pull/8659)
- Fix json validation for `NameEmail` by
[@&#8203;Holi0317](https://togithub.com/Holi0317) in
[#&#8203;8650](https://togithub.com/pydantic/pydantic/pull/8650)
- Fix type-safety of attribute access in `BaseModel` by
[@&#8203;bluenote10](https://togithub.com/bluenote10) in
[#&#8203;8651](https://togithub.com/pydantic/pydantic/pull/8651)
- Fix bug with `mypy` plugin and `no_strict_optional = True` by
[@&#8203;dmontagu](https://togithub.com/dmontagu) in
[#&#8203;8666](https://togithub.com/pydantic/pydantic/pull/8666)
- Fix `ByteSize` error `type` change by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8681](https://togithub.com/pydantic/pydantic/pull/8681)
- Fix inheriting annotations in dataclasses by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8679](https://togithub.com/pydantic/pydantic/pull/8679)
- Fix regression in core schema generation for indirect definition
references by [@&#8203;dmontagu](https://togithub.com/dmontagu) in
[#&#8203;8702](https://togithub.com/pydantic/pydantic/pull/8702)
- Fix unsupported types bug with plain validator by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8710](https://togithub.com/pydantic/pydantic/pull/8710)
- Reverting problematic fix from 2.6 release, fixing schema building bug
by [@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8718](https://togithub.com/pydantic/pydantic/pull/8718)
- fixes `__pydantic_config__` ignored for TypeDict by
[@&#8203;13sin](https://togithub.com/13sin) in
[#&#8203;8734](https://togithub.com/pydantic/pydantic/pull/8734)
- Fix test failures with `pytest v8.0.0` due to `pytest.warns()`
starting to work inside `pytest.raises()` by
[@&#8203;mgorny](https://togithub.com/mgorny) in
[#&#8203;8678](https://togithub.com/pydantic/pydantic/pull/8678)
- Use `is_valid_field` from 1.x for `mypy` plugin by
[@&#8203;DanielNoord](https://togithub.com/DanielNoord) in
[#&#8203;8738](https://togithub.com/pydantic/pydantic/pull/8738)
- Better-support `mypy` strict equality flag by
[@&#8203;dmontagu](https://togithub.com/dmontagu) in
[#&#8203;8799](https://togithub.com/pydantic/pydantic/pull/8799)
- model_json_schema export with Annotated types misses 'required'
parameters by [@&#8203;LouisGobert](https://togithub.com/LouisGobert) in
[#&#8203;8793](https://togithub.com/pydantic/pydantic/pull/8793)
- Fix default inclusion in `FieldInfo.__repr_args__` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8801](https://togithub.com/pydantic/pydantic/pull/8801)
- Fix resolution of forward refs in dataclass base classes that are not
present in the subclass module namespace by
[@&#8203;matsjoyce-refeyn](https://togithub.com/matsjoyce-refeyn) in
[#&#8203;8751](https://togithub.com/pydantic/pydantic/pull/8751)
- Fix `BaseModel` type annotations to be resolvable by
`typing.get_type_hints` by
[@&#8203;devmonkey22](https://togithub.com/devmonkey22) in
[#&#8203;7680](https://togithub.com/pydantic/pydantic/pull/7680)
- Fix: allow empty string aliases with `AliasGenerator` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8810](https://togithub.com/pydantic/pydantic/pull/8810)
- Fix test along with `date` -> `datetime` timezone assumption fix by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8823](https://togithub.com/pydantic/pydantic/pull/8823)
- Fix deprecation warning with usage of `ast.Str` by
[@&#8203;Viicos](https://togithub.com/Viicos) in
[#&#8203;8837](https://togithub.com/pydantic/pydantic/pull/8837)
- Add missing `deprecated` decorators by
[@&#8203;Viicos](https://togithub.com/Viicos) in
[#&#8203;8877](https://togithub.com/pydantic/pydantic/pull/8877)
- Fix serialization of `NameEmail` if name includes an email address by
[@&#8203;NeevCohen](https://togithub.com/NeevCohen) in
[#&#8203;8860](https://togithub.com/pydantic/pydantic/pull/8860)
- Add information about class in error message of schema generation by
[@&#8203;Czaki](https://togithub.com/Czaki) in
[#&#8203;8917](https://togithub.com/pydantic/pydantic/pull/8917)
- Make `TypeAdapter`'s typing compatible with special forms by
[@&#8203;adriangb](https://togithub.com/adriangb) in
[#&#8203;8923](https://togithub.com/pydantic/pydantic/pull/8923)
- Fix issue with config behavior being baked into the ref schema for
`enum`s by [@&#8203;dmontagu](https://togithub.com/dmontagu) in
[#&#8203;8920](https://togithub.com/pydantic/pydantic/pull/8920)
- More helpful error re wrong `model_json_schema` usage by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8928](https://togithub.com/pydantic/pydantic/pull/8928)
- Fix nested discriminated union schema gen, pt 2 by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8932](https://togithub.com/pydantic/pydantic/pull/8932)
- Fix schema build for nested dataclasses / TypedDicts with
discriminators by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8950](https://togithub.com/pydantic/pydantic/pull/8950)
- Remove unnecessary logic for definitions schema gen with discriminated
unions by [@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8951](https://togithub.com/pydantic/pydantic/pull/8951)
- Fix handling of optionals in `mypy` plugin by
[@&#8203;dmontagu](https://togithub.com/dmontagu) in
[#&#8203;9008](https://togithub.com/pydantic/pydantic/pull/9008)
- Fix `PlainSerializer` usage with std type constructor by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9031](https://togithub.com/pydantic/pydantic/pull/9031)
- Remove unnecessary warning for config in plugin by
[@&#8203;dmontagu](https://togithub.com/dmontagu) in
[#&#8203;9039](https://togithub.com/pydantic/pydantic/pull/9039)
- Fix default value serializing by
[@&#8203;NeevCohen](https://togithub.com/NeevCohen) in
[#&#8203;9066](https://togithub.com/pydantic/pydantic/pull/9066)
- Fix extra fields check in `Model.__getattr__()` by
[@&#8203;NeevCohen](https://togithub.com/NeevCohen) in
[#&#8203;9082](https://togithub.com/pydantic/pydantic/pull/9082)
- Fix `ClassVar` forward ref inherited from parent class by
[@&#8203;alexmojaki](https://togithub.com/alexmojaki) in
[#&#8203;9097](https://togithub.com/pydantic/pydantic/pull/9097)
- fix sequence like validator with strict `True` by
[@&#8203;andresliszt](https://togithub.com/andresliszt) in
[#&#8203;8977](https://togithub.com/pydantic/pydantic/pull/8977)
- Improve warning message when a field name shadows a field in a parent
model by [@&#8203;chan-vince](https://togithub.com/chan-vince) in
[#&#8203;9105](https://togithub.com/pydantic/pydantic/pull/9105)
- Do not warn about shadowed fields if they are not redefined in a child
class by [@&#8203;chan-vince](https://togithub.com/chan-vince) in
[#&#8203;9111](https://togithub.com/pydantic/pydantic/pull/9111)
- Fix discriminated union bug with unsubstituted type var by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9124](https://togithub.com/pydantic/pydantic/pull/9124)
- Support serialization of `deque` when passed to `Sequence[blah blah
blah]` by [@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9128](https://togithub.com/pydantic/pydantic/pull/9128)
- Init private attributes from super-types in `model_post_init` by
[@&#8203;Viicos](https://togithub.com/Viicos) in
[#&#8203;9134](https://togithub.com/pydantic/pydantic/pull/9134)
- fix `model_construct` with `validation_alias` by
[@&#8203;ornariece](https://togithub.com/ornariece) in
[#&#8203;9144](https://togithub.com/pydantic/pydantic/pull/9144)
- Ensure json-schema generator handles `Literal` `null` types by
[@&#8203;bruno-f-cruz](https://togithub.com/bruno-f-cruz) in
[#&#8203;9135](https://togithub.com/pydantic/pydantic/pull/9135)
- **Fixed in v2.7.0**: Fix allow extra generic by
[@&#8203;dmontagu](https://togithub.com/dmontagu) in
[#&#8203;9193](https://togithub.com/pydantic/pydantic/pull/9193)

##### New Contributors

- [@&#8203;hungtsetse](https://togithub.com/hungtsetse) made their first
contribution in
[#&#8203;8546](https://togithub.com/pydantic/pydantic/pull/8546)
- [@&#8203;StrawHatDrag0n](https://togithub.com/StrawHatDrag0n) made
their first contribution in
[#&#8203;8583](https://togithub.com/pydantic/pydantic/pull/8583)
- [@&#8203;anci3ntr0ck](https://togithub.com/anci3ntr0ck) made their
first contribution in
[#&#8203;8642](https://togithub.com/pydantic/pydantic/pull/8642)
- [@&#8203;Holi0317](https://togithub.com/Holi0317) made their first
contribution in
[#&#8203;8650](https://togithub.com/pydantic/pydantic/pull/8650)
- [@&#8203;bluenote10](https://togithub.com/bluenote10) made their first
contribution in
[#&#8203;8651](https://togithub.com/pydantic/pydantic/pull/8651)
- [@&#8203;ADSteele916](https://togithub.com/ADSteele916) made their
first contribution in
[#&#8203;8703](https://togithub.com/pydantic/pydantic/pull/8703)
- [@&#8203;musicinmybrain](https://togithub.com/musicinmybrain) made
their first contribution in
[#&#8203;8731](https://togithub.com/pydantic/pydantic/pull/8731)
- [@&#8203;jks15satoshi](https://togithub.com/jks15satoshi) made their
first contribution in
[#&#8203;8706](https://togithub.com/pydantic/pydantic/pull/8706)
- [@&#8203;13sin](https://togithub.com/13sin) made their first
contribution in
[#&#8203;8734](https://togithub.com/pydantic/pydantic/pull/8734)
- [@&#8203;DanielNoord](https://togithub.com/DanielNoord) made their
first contribution in
[#&#8203;8738](https://togithub.com/pydantic/pydantic/pull/8738)
-
[@&#8203;conradogarciaberrotaran](https://togithub.com/conradogarciaberrotaran)
made their first contribution in
[#&#8203;8519](https://togithub.com/pydantic/pydantic/pull/8519)
- [@&#8203;chris-griffin](https://togithub.com/chris-griffin) made their
first contribution in
[#&#8203;8775](https://togithub.com/pydantic/pydantic/pull/8775)
- [@&#8203;LouisGobert](https://togithub.com/LouisGobert) made their
first contribution in
[#&#8203;8793](https://togithub.com/pydantic/pydantic/pull/8793)
- [@&#8203;matsjoyce-refeyn](https://togithub.com/matsjoyce-refeyn) made
their first contribution in
[#&#8203;8751](https://togithub.com/pydantic/pydantic/pull/8751)
- [@&#8203;devmonkey22](https://togithub.com/devmonkey22) made their
first contribution in
[#&#8203;7680](https://togithub.com/pydantic/pydantic/pull/7680)
- [@&#8203;adamency](https://togithub.com/adamency) made their first
contribution in
[#&#8203;8847](https://togithub.com/pydantic/pydantic/pull/8847)
- [@&#8203;MamfTheKramf](https://togithub.com/MamfTheKramf) made their
first contribution in
[#&#8203;8851](https://togithub.com/pydantic/pydantic/pull/8851)
- [@&#8203;ornariece](https://togithub.com/ornariece) made their first
contribution in
[#&#8203;9001](https://togithub.com/pydantic/pydantic/pull/9001)
- [@&#8203;alexeyt101](https://togithub.com/alexeyt101) made their first
contribution in
[#&#8203;9004](https://togithub.com/pydantic/pydantic/pull/9004)
- [@&#8203;wannieman98](https://togithub.com/wannieman98) made their
first contribution in
[#&#8203;8947](https://togithub.com/pydantic/pydantic/pull/8947)
- [@&#8203;solidguy7](https://togithub.com/solidguy7) made their first
contribution in
[#&#8203;9062](https://togithub.com/pydantic/pydantic/pull/9062)
- [@&#8203;kloczek](https://togithub.com/kloczek) made their first
contribution in
[#&#8203;9047](https://togithub.com/pydantic/pydantic/pull/9047)
- [@&#8203;jag-k](https://togithub.com/jag-k) made their first
contribution in
[#&#8203;9053](https://togithub.com/pydantic/pydantic/pull/9053)
- [@&#8203;priya-gitTest](https://togithub.com/priya-gitTest) made their
first contribution in
[#&#8203;9088](https://togithub.com/pydantic/pydantic/pull/9088)
- [@&#8203;Youssefares](https://togithub.com/Youssefares) made their
first contribution in
[#&#8203;9023](https://togithub.com/pydantic/pydantic/pull/9023)
- [@&#8203;chan-vince](https://togithub.com/chan-vince) made their first
contribution in
[#&#8203;9105](https://togithub.com/pydantic/pydantic/pull/9105)
- [@&#8203;bruno-f-cruz](https://togithub.com/bruno-f-cruz) made their
first contribution in
[#&#8203;9135](https://togithub.com/pydantic/pydantic/pull/9135)
- [@&#8203;Lance-Drane](https://togithub.com/Lance-Drane) made their
first contribution in
[#&#8203;9166](https://togithub.com/pydantic/pydantic/pull/9166)

###
[`v2.6.4`](https://togithub.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v264-2024-03-12)

[Compare
Source](https://togithub.com/pydantic/pydantic/compare/v2.6.3...v2.6.4)

[GitHub
release](https://togithub.com/pydantic/pydantic/releases/tag/v2.6.4)

##### What's Changed

##### Fixes

- Fix usage of `AliasGenerator` with `computed_field` decorator by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8806](https://togithub.com/pydantic/pydantic/pull/8806)
- Fix nested discriminated union schema gen, pt 2 by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8932](https://togithub.com/pydantic/pydantic/pull/8932)
- Fix bug with no_strict_optional=True caused by API deferral by
[@&#8203;dmontagu](https://togithub.com/dmontagu) in
[#&#8203;8826](https://togithub.com/pydantic/pydantic/pull/8826)

###
[`v2.6.3`](https://togithub.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v263-2024-02-27)

[Compare
Source](https://togithub.com/pydantic/pydantic/compare/v2.6.2...v2.6.3)

[GitHub
release](https://togithub.com/pydantic/pydantic/releases/tag/v2.6.3)

##### What's Changed

##### Packaging

- Update `pydantic-settings` version in the docs by
[@&#8203;hramezani](https://togithub.com/hramezani) in
[#&#8203;8906](https://togithub.com/pydantic/pydantic/pull/8906)

##### Fixes

- Fix discriminated union schema gen bug by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8904](https://togithub.com/pydantic/pydantic/pull/8904)

###
[`v2.6.2`](https://togithub.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v262-2024-02-23)

[Compare
Source](https://togithub.com/pydantic/pydantic/compare/v2.6.1...v2.6.2)

[GitHub
release](https://togithub.com/pydantic/pydantic/releases/tag/v2.6.2)

##### What's Changed

##### Packaging

- Upgrade to `pydantic-core` 2.16.3 by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8879](https://togithub.com/pydantic/pydantic/pull/8879)

##### Fixes

- 'YYYY-MM-DD' date string coerced to datetime shouldn't infer timezone
by [@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[pydantic/pydantic-core#1193](https://togithub.com/pydantic/pydantic-core/pull/1193)

###
[`v2.6.1`](https://togithub.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v261-2024-02-05)

[Compare
Source](https://togithub.com/pydantic/pydantic/compare/v2.6.0...v2.6.1)

[GitHub
release](https://togithub.com/pydantic/pydantic/releases/tag/v2.6.1)

##### What's Changed

##### Packaging

- Upgrade to `pydantic-core` 2.16.2 by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8717](https://togithub.com/pydantic/pydantic/pull/8717)

##### Fixes

- Fix bug with `mypy` plugin and `no_strict_optional = True` by
[@&#8203;dmontagu](https://togithub.com/dmontagu) in
[#&#8203;8666](https://togithub.com/pydantic/pydantic/pull/8666)
- Fix `ByteSize` error `type` change by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8681](https://togithub.com/pydantic/pydantic/pull/8681)
- Fix inheriting `Field` annotations in dataclasses by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8679](https://togithub.com/pydantic/pydantic/pull/8679)
- Fix regression in core schema generation for indirect definition
references by [@&#8203;dmontagu](https://togithub.com/dmontagu) in
[#&#8203;8702](https://togithub.com/pydantic/pydantic/pull/8702)
- Fix unsupported types bug with `PlainValidator` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8710](https://togithub.com/pydantic/pydantic/pull/8710)
- Reverting problematic fix from 2.6 release, fixing schema building bug
by [@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8718](https://togithub.com/pydantic/pydantic/pull/8718)
- Fix warning for tuple of wrong size in `Union` by
[@&#8203;davidhewitt](https://togithub.com/davidhewitt) in
[pydantic/pydantic-core#1174](https://togithub.com/pydantic/pydantic-core/pull/1174)
- Fix `computed_field` JSON serializer `exclude_none` behavior by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[pydantic/pydantic-core#1187](https://togithub.com/pydantic/pydantic-core/pull/1187)

###
[`v2.6.0`](https://togithub.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v260-2024-01-23)

[Compare
Source](https://togithub.com/pydantic/pydantic/compare/v2.5.3...v2.6.0)

[GitHub
release](https://togithub.com/pydantic/pydantic/releases/tag/v2.6.0)

The code released in v2.6.0 is practically identical to that of
v2.6.0b1.

##### What's Changed

##### Packaging

- Check for `email-validator` version >= 2.0 by
[@&#8203;commonism](https://togithub.com/commonism) in
[#&#8203;6033](https://togithub.com/pydantic/pydantic/pull/6033)
- Upgrade \`ruff\`\` target version to Python 3.8 by
[@&#8203;Elkiwa](https://togithub.com/Elkiwa) in
[#&#8203;8341](https://togithub.com/pydantic/pydantic/pull/8341)
- Update to `pydantic-extra-types==2.4.1` by
[@&#8203;yezz123](https://togithub.com/yezz123) in
[#&#8203;8478](https://togithub.com/pydantic/pydantic/pull/8478)
- Update to `pyright==1.1.345` by
[@&#8203;Viicos](https://togithub.com/Viicos) in
[#&#8203;8453](https://togithub.com/pydantic/pydantic/pull/8453)
- Update pydantic-core from 2.14.6 to 2.16.1, significant changes from
these updates are described below, full changelog
[here](https://togithub.com/pydantic/pydantic-core/compare/v2.14.6...v2.16.1)

##### New Features

- Add `NatsDsn` by [@&#8203;ekeew](https://togithub.com/ekeew) in
[#&#8203;6874](https://togithub.com/pydantic/pydantic/pull/6874)
- Add `ConfigDict.ser_json_inf_nan` by
[@&#8203;davidhewitt](https://togithub.com/davidhewitt) in
[#&#8203;8159](https://togithub.com/pydantic/pydantic/pull/8159)
- Add `types.OnErrorOmit` by
[@&#8203;adriangb](https://togithub.com/adriangb) in
[#&#8203;8222](https://togithub.com/pydantic/pydantic/pull/8222)
- Support `AliasGenerator` usage by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8282](https://togithub.com/pydantic/pydantic/pull/8282)
- Add Pydantic People Page to docs by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8345](https://togithub.com/pydantic/pydantic/pull/8345)
- Support `yyyy-MM-DD` datetime parsing by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8404](https://togithub.com/pydantic/pydantic/pull/8404)
- Added bits conversions to the `ByteSize` class
[#&#8203;8415](https://togithub.com/pydantic/pydantic/issues/8415) by
[@&#8203;luca-matei](https://togithub.com/luca-matei) in
[#&#8203;8507](https://togithub.com/pydantic/pydantic/pull/8507)
- Enable json schema creation with type `ByteSize` by
[@&#8203;geospackle](https://togithub.com/geospackle) in
[#&#8203;8537](https://togithub.com/pydantic/pydantic/pull/8537)
- Add `eval_type_backport` to handle union operator and builtin generic
subscripting in older Pythons by
[@&#8203;alexmojaki](https://togithub.com/alexmojaki) in
[#&#8203;8209](https://togithub.com/pydantic/pydantic/pull/8209)
- Add support for `dataclass` fields `init` by
[@&#8203;dmontagu](https://togithub.com/dmontagu) in
[#&#8203;8552](https://togithub.com/pydantic/pydantic/pull/8552)
- Implement pickling for `ValidationError` by
[@&#8203;davidhewitt](https://togithub.com/davidhewitt) in
[pydantic/pydantic-core#1119](https://togithub.com/pydantic/pydantic-core/pull/1119)
- Add unified tuple validator that can handle "variadic" tuples via
PEP-646 by [@&#8203;dmontagu](https://togithub.com/dmontagu) in
[pydantic/pydantic-core#865](https://togithub.com/pydantic/pydantic-core/pull/865)

##### Changes

- Drop Python3.7 support by
[@&#8203;hramezani](https://togithub.com/hramezani) in
[#&#8203;7188](https://togithub.com/pydantic/pydantic/pull/7188)
- Drop Python 3.7, and PyPy 3.7 and 3.8 by
[@&#8203;davidhewitt](https://togithub.com/davidhewitt) in
[pydantic/pydantic-core#1129](https://togithub.com/pydantic/pydantic-core/pull/1129)
- Use positional-only `self` in `BaseModel` constructor, so no field
name can ever conflict with it by
[@&#8203;ariebovenberg](https://togithub.com/ariebovenberg) in
[#&#8203;8072](https://togithub.com/pydantic/pydantic/pull/8072)
- Make `@validate_call` return a function instead of a custom descriptor
- fixes binding issue with inheritance and adds `self/cls` argument to
validation errors by
[@&#8203;alexmojaki](https://togithub.com/alexmojaki) in
[#&#8203;8268](https://togithub.com/pydantic/pydantic/pull/8268)
- Exclude `BaseModel` docstring from JSON schema description by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8352](https://togithub.com/pydantic/pydantic/pull/8352)
- Introducing `classproperty` decorator for `model_computed_fields` by
[@&#8203;Jocelyn-Gas](https://togithub.com/Jocelyn-Gas) in
[#&#8203;8437](https://togithub.com/pydantic/pydantic/pull/8437)
- Explicitly raise an error if field names clashes with types by
[@&#8203;Viicos](https://togithub.com/Viicos) in
[#&#8203;8243](https://togithub.com/pydantic/pydantic/pull/8243)
- Use stricter serializer for unions of simple types by
[@&#8203;alexdrydew](https://togithub.com/alexdrydew)
[pydantic/pydantic-core#1132](https://togithub.com/pydantic/pydantic-core/pull/1132)

##### Performance

- Add Codspeed profiling Actions workflow by
[@&#8203;lambertsbennett](https://togithub.com/lambertsbennett) in
[#&#8203;8054](https://togithub.com/pydantic/pydantic/pull/8054)
- Improve `int` extraction by
[@&#8203;samuelcolvin](https://togithub.com/samuelcolvin) in
[pydantic/pydantic-core#1155](https://togithub.com/pydantic/pydantic-core/pull/1155)
- Improve performance of recursion guard by
[@&#8203;samuelcolvin](https://togithub.com/samuelcolvin) in
[pydantic/pydantic-core#1156](https://togithub.com/pydantic/pydantic-core/pull/1156)
- `dataclass` serialization speedups by
[@&#8203;samuelcolvin](https://togithub.com/samuelcolvin) in
[pydantic/pydantic-core#1162](https://togithub.com/pydantic/pydantic-core/pull/1162)
- Avoid `HashMap` creation when looking up small JSON objects in
`LazyIndexMaps` by
[@&#8203;samuelcolvin](https://togithub.com/samuelcolvin) in
[pydantic/jiter#55](https://togithub.com/pydantic/jiter/pull/55)
- use hashbrown to speedup python string caching by
[@&#8203;davidhewitt](https://togithub.com/davidhewitt) in
[pydantic/jiter#51](https://togithub.com/pydantic/jiter/pull/51)
- Replace `Peak` with more efficient `Peek` by
[@&#8203;davidhewitt](https://togithub.com/davidhewitt) in
[pydantic/jiter#48](https://togithub.com/pydantic/jiter/pull/48)

##### Fixes

- Move `getattr` warning in deprecated `BaseConfig` by
[@&#8203;tlambert03](https://togithub.com/tlambert03) in
[#&#8203;7183](https://togithub.com/pydantic/pydantic/pull/7183)
- Only hash `model_fields`, not whole `__dict__` by
[@&#8203;alexmojaki](https://togithub.com/alexmojaki) in
[#&#8203;7786](https://togithub.com/pydantic/pydantic/pull/7786)
- Fix mishandling of unions while freezing types in the `mypy` plugin by
[@&#8203;dmontagu](https://togithub.com/dmontagu) in
[#&#8203;7411](https://togithub.com/pydantic/pydantic/pull/7411)
- Fix `mypy` error on untyped `ClassVar` by
[@&#8203;vincent-hachin-wmx](https://togithub.com/vincent-hachin-wmx) in
[#&#8203;8138](https://togithub.com/pydantic/pydantic/pull/8138)
- Only compare pydantic fields in `BaseModel.__eq__` instead of whole
`__dict__` by
[@&#8203;QuentinSoubeyranAqemia](https://togithub.com/QuentinSoubeyranAqemia)
in [#&#8203;7825](https://togithub.com/pydantic/pydantic/pull/7825)
- Update `strict` docstring in `model_validate` method. by
[@&#8203;LukeTonin](https://togithub.com/LukeTonin) in
[#&#8203;8223](https://togithub.com/pydantic/pydantic/pull/8223)
- Fix overload position of `computed_field` by
[@&#8203;Viicos](https://togithub.com/Viicos) in
[#&#8203;8227](https://togithub.com/pydantic/pydantic/pull/8227)
- Fix custom type type casting used in multiple attributes by
[@&#8203;ianhfc](https://togithub.com/ianhfc) in
[#&#8203;8066](https://togithub.com/pydantic/pydantic/pull/8066)
- Fix issue not allowing `validate_call` decorator to be dynamically
assigned to a class method by
[@&#8203;jusexton](https://togithub.com/jusexton) in
[#&#8203;8249](https://togithub.com/pydantic/pydantic/pull/8249)
- Fix issue `unittest.mock` deprecation warnings by
[@&#8203;ibleedicare](https://togithub.com/ibleedicare) in
[#&#8203;8262](https://togithub.com/pydantic/pydantic/pull/8262)
- Added tests for the case `JsonValue` contains subclassed primitive
values by [@&#8203;jusexton](https://togithub.com/jusexton) in
[#&#8203;8286](https://togithub.com/pydantic/pydantic/pull/8286)
- Fix `mypy` error on free before validator (classmethod) by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8285](https://togithub.com/pydantic/pydantic/pull/8285)
- Fix `to_snake` conversion by
[@&#8203;jevins09](https://togithub.com/jevins09) in
[#&#8203;8316](https://togithub.com/pydantic/pydantic/pull/8316)
- Fix type annotation of `ModelMetaclass.__prepare__` by
[@&#8203;slanzmich](https://togithub.com/slanzmich) in
[#&#8203;8305](https://togithub.com/pydantic/pydantic/pull/8305)
- Disallow `config` specification when initializing a `TypeAdapter` when
the annotated type has config already by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8365](https://togithub.com/pydantic/pydantic/pull/8365)
- Fix a naming issue with JSON schema for generics parametrized by
recursive type aliases by
[@&#8203;dmontagu](https://togithub.com/dmontagu) in
[#&#8203;8389](https://togithub.com/pydantic/pydantic/pull/8389)
- Fix type annotation in pydantic people script by
[@&#8203;shenxiangzhuang](https://togithub.com/shenxiangzhuang) in
[#&#8203;8402](https://togithub.com/pydantic/pydantic/pull/8402)
- Add support for field `alias` in `dataclass` signature by
[@&#8203;NeevCohen](https://togithub.com/NeevCohen) in
[#&#8203;8387](https://togithub.com/pydantic/pydantic/pull/8387)
- Fix bug with schema generation with `Field(...)` in a forward ref by
[@&#8203;dmontagu](https://togithub.com/dmontagu) in
[#&#8203;8494](https://togithub.com/pydantic/pydantic/pull/8494)
- Fix ordering of keys in `__dict__` with `model_construct` call by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8500](https://togithub.com/pydantic/pydantic/pull/8500)
- Fix module `path_type` creation when globals does not contain
`__name__` by [@&#8203;hramezani](https://togithub.com/hramezani) in
[#&#8203;8470](https://togithub.com/pydantic/pydantic/pull/8470)
- Fix for namespace issue with dataclasses with `from __future__ import
annotations` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8513](https://togithub.com/pydantic/pydantic/pull/8513)
- Fix: make function validator types positional-only by
[@&#8203;pmmmwh](https://togithub.com/pmmmwh) in
[#&#8203;8479](https://togithub.com/pydantic/pydantic/pull/8479)
- Fix usage of `@deprecated` by
[@&#8203;Viicos](https://togithub.com/Viicos) in
[#&#8203;8294](https://togithub.com/pydantic/pydantic/pull/8294)
- Add more support for private attributes in `model_construct` call by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8525](https://togithub.com/pydantic/pydantic/pull/8525)
- Use a stack for the types namespace by
[@&#8203;dmontagu](https://togithub.com/dmontagu) in
[#&#8203;8378](https://togithub.com/pydantic/pydantic/pull/8378)
- Fix schema-building bug with `TypeAliasType` for types with refs by
[@&#8203;dmontagu](https://togithub.com/dmontagu) in
[#&#8203;8526](https://togithub.com/pydantic/pydantic/pull/8526)
- Support `pydantic.Field(repr=False)` in dataclasses by
[@&#8203;tigeryy2](https://togithub.com/tigeryy2) in
[#&#8203;8511](https://togithub.com/pydantic/pydantic/pull/8511)
- Override `dataclass_transform` behavior for `RootModel` by
[@&#8203;Viicos](https://togithub.com/Viicos) in
[#&#8203;8163](https://togithub.com/pydantic/pydantic/pull/8163)
- Refactor signature generation for simplicity by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;8572](https://togithub.com/pydantic/pydantic/pull/8572)
- Fix ordering bug of PlainValidator annotation by
[@&#8203;Anvil](https://togithub.com/Anvil) in
[#&#8203;8567](https://togithub.com/pydantic/pydantic/pull/8567)
- Fix `exclude_none` for json serialization of `computed_field`s by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[pydantic/pydantic-core#1098](https://togithub.com/pydantic/pydantic-core/pull/1098)
- Support yyyy-MM-DD string for datetimes by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[pydantic/pydantic-core#1124](https://togithub.com/pydantic/pydantic-core/pull/1124)
- Tweak ordering of definitions in generated schemas by
[@&#8203;StrawHatDrag0n](https://togithub.com/StrawHatDrag0n) in
[#&#8203;8583](https://togithub.com/pydantic/pydantic/pull/8583)

##### New Contributors

##### `pydantic`

- [@&#8203;ekeew](https://togithub.com/ekeew) made their first
contribution in
[#&#8203;6874](https://togithub.com/pydantic/pydantic/pull/6874)
- [@&#8203;lambertsbennett](https://togithub.com/lambertsbennett) made
their first contribution in
[#&#8203;8054](https://togithub.com/pydantic/pydantic/pull/8054)
- [@&#8203;vincent-hachin-wmx](https://togithub.com/vincent-hachin-wmx)
made their first contribution in
[#&#8203;8138](https://togithub.com/pydantic/pydantic/pull/8138)
-
[@&#8203;QuentinSoubeyranAqemia](https://togithub.com/QuentinSoubeyranAqemia)
made their first contribution in
[#&#8203;7825](https://togithub.com/pydantic/pydantic/pull/7825)
- [@&#8203;ariebovenberg](https://togithub.com/ariebovenberg) made their
first contribution in
[#&#8203;8072](https://togithub.com/pydantic/pydantic/pull/8072)
- [@&#8203;LukeTonin](https://togithub.com/LukeTonin) made their first
contribution in
[#&#8203;8223](https://togithub.com/pydantic/pydantic/pull/8223)
- [@&#8203;denisart](https://togithub.com/denisart) made their first
contribution in
[#&#8203;8231](https://togithub.com/pydantic/pydantic/pull/8231)
- [@&#8203;ianhfc](https://togithub.com/ianhfc) made their first
contribution in
[#&#8203;8066](https://togithub.com/pydantic/pydantic/pull/8066)
- [@&#8203;eonu](https://togithub.com/eonu) made their first
contribution in
[#&#8203;8255](https://togithub.com/pydantic/pydantic/pull/8255)
- [@&#8203;amandahla](https://togithub.com/amandahla) made their first
contribution in
[#&#8203;8263](https://togithub.com/pydantic/pydantic/pull/8263)
- [@&#8203;ibleedicare](https://togithub.com/ibleedicare) made their
first contribution in
[#&#8203;8262](https://togithub.com/pydantic/pydantic/pull/8262)
- [@&#8203;jevins09](https://togithub.com/jevins09) made their first
contribution in
[#&#8203;8316](https://togithub.com/pydantic/pydantic/pull/8316)
- [@&#8203;cuu508](https://togithub.com/cuu508) made their first
contribution in
[#&#8203;8322](https://togithub.com/pydantic/pydantic/pull/8322)
- [@&#8203;slanzmich](https://togithub.com/slanzmich) made their first
contribution in
[#&#8203;8305](https://togithub.com/pydantic/pydantic/pull/8305)
- [@&#8203;jensenbox](https://togithub.com/jensenbox) made their first
contribution in
[#&#8203;8331](https://togithub.com/pydantic/pydantic/pull/8331)
- [@&#8203;szepeviktor](https://togithub.com/szepeviktor) made their
first contribution in
[#&#8203;8356](https://togithub.com/pydantic/pydantic/pull/8356)
- [@&#8203;Elkiwa](https://togithub.com/Elkiwa) made their first
contribution in
[#&#8203;8341](https://togithub.com/pydantic/pydantic/pull/8341)
- [@&#8203;parhamfh](https://togithub.com/parhamfh) made their first
contribution in
[#&#8203;8395](https://togithub.com/pydantic/pydantic/pull/8395)
- [@&#8203;shenxiangzhuang](https://togithub.com/shenxiangzhuang) made
their first contribution in
[#&#8203;8402](https://togithub.com/pydantic/pydantic/pull/8402)
- [@&#8203;NeevCohen](https://togithub.com/NeevCohen) made their first
contribution in
[#&#8203;8387](https://togithub.com/pydantic/pydantic/pull/8387)
- [@&#8203;zby](https://togithub.com/zby) made their first contribution
in [#&#8203;8497](https://togithub.com/pydantic/pydantic/pull/8497)
- [@&#8203;patelnets](https://togithub.com/patelnets) made their first
contribution in
[#&#8203;8491](https://togithub.com/pydantic/pydantic/pull/8491)
- [@&#8203;edwardwli](https://togithub.com/edwardwli) made their first
contribution in
[#&#8203;8503](https://togithub.com/pydantic/pydantic/pull/8503)
- [@&#8203;luca-matei](https://togithub.com/luca-matei) made their first
contribution in
[#&#8203;8507](https://togithub.com/pydantic/pydantic/pull/8507)
- [@&#8203;Jocelyn-Gas](https://togithub.com/Jocelyn-Gas) made their
first contribution in
[#&#8203;8437](https://togithub.com/pydantic/pydantic/pull/8437)
- [@&#8203;bL34cHig0](https://togithub.com/bL34cHig0) made their first
contribution in
[#&#8203;8501](https://togithub.com/pydantic/pydantic/pull/8501)
- [@&#8203;tigeryy2](https://togithub.com/tigeryy2) made their first
contribution in
[#&#8203;8511](https://togithub.com/pydantic/pydantic/pull/8511)
- [@&#8203;geospackle](https://togithub.com/geospackle) made their first
contribution in
[#&#8203;8537](https://togithub.com/pydantic/pydantic/pull/8537)
- [@&#8203;Anvil](https://togithub.com/Anvil) made their first
contribution in
[#&#8203;8567](https://togithub.com/pydantic/pydantic/pull/8567)
- [@&#8203;hungtsetse](https://togithub.com/hungtsetse) made their first
contribution in
[#&#8203;8546](https://togithub.com/pydantic/pydantic/pull/8546)
- [@&#8203;StrawHatDrag0n](https://togithub.com/StrawHatDrag0n) made
their first contribution in
[#&#8203;8583](https://togithub.com/pydantic/pydantic/pull/8583)

##### `pydantic-core`

- [@&#8203;mariuswinger](https://togithub.com/mariuswinger) made their
first contribution in
[pydantic/pydantic-core#1087](https://togithub.com/pydantic/pydantic-core/pull/1087)
- [@&#8203;adamchainz](https://togithub.com/adamchainz) made their first
contribution in
[pydantic/pydantic-core#1090](https://togithub.com/pydantic/pydantic-core/pull/1090)
- [@&#8203;akx](https://togithub.com/akx) made their first contribution
in
[pydantic/pydantic-core#1123](https://togithub.com/pydantic/pydantic-core/pull/1123)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/RobertCraigie/prisma-client-py).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
nicolewhite pushed a commit to autoblocksai/autoblocks-examples that referenced this pull request Apr 29, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react))
| [`18.2.79` ->
`18.3.1`](https://renovatebot.com/diffs/npm/@types%2freact/18.2.79/18.3.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/18.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/18.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/18.2.79/18.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/18.2.79/18.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/react-dom](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom))
| [`18.2.25` ->
`18.3.0`](https://renovatebot.com/diffs/npm/@types%2freact-dom/18.2.25/18.3.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact-dom/18.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact-dom/18.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact-dom/18.2.25/18.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact-dom/18.2.25/18.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [ai](https://sdk.vercel.ai/docs)
([source](https://togithub.com/vercel/ai)) | [`3.0.24` ->
`3.0.35`](https://renovatebot.com/diffs/npm/ai/3.0.24/3.0.35) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/ai/3.0.35?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ai/3.0.35?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ai/3.0.24/3.0.35?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ai/3.0.24/3.0.35?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config)
([source](https://togithub.com/vercel/next.js/tree/HEAD/packages/eslint-config-next))
| [`14.2.2` ->
`14.2.3`](https://renovatebot.com/diffs/npm/eslint-config-next/14.2.2/14.2.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-next/14.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-config-next/14.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-config-next/14.2.2/14.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-next/14.2.2/14.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [mypy](https://www.mypy-lang.org/)
([source](https://togithub.com/python/mypy),
[changelog](https://mypy-lang.blogspot.com/)) | `1.9.0` -> `1.10.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/mypy/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/mypy/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/mypy/1.9.0/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mypy/1.9.0/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [next](https://nextjs.org)
([source](https://togithub.com/vercel/next.js)) | [`14.2.2` ->
`14.2.3`](https://renovatebot.com/diffs/npm/next/14.2.2/14.2.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/next/14.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next/14.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next/14.2.2/14.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/14.2.2/14.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [openai](https://togithub.com/openai/openai-python) | `1.23.2` ->
`1.23.6` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/openai/1.23.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/openai/1.23.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/openai/1.23.2/1.23.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/openai/1.23.2/1.23.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [openai](https://togithub.com/openai/openai-node) | [`4.38.2` ->
`4.38.5`](https://renovatebot.com/diffs/npm/openai/4.38.2/4.38.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/openai/4.38.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/openai/4.38.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/openai/4.38.2/4.38.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/openai/4.38.2/4.38.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pydantic](https://togithub.com/pydantic/pydantic)
([changelog](https://docs.pydantic.dev/latest/changelog/)) | `2.7.0` ->
`2.7.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pydantic/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pydantic/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pydantic/2.7.0/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pydantic/2.7.0/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [react](https://reactjs.org/)
([source](https://togithub.com/facebook/react/tree/HEAD/packages/react))
| [`18.2.0` ->
`18.3.1`](https://renovatebot.com/diffs/npm/react/18.2.0/18.3.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/react/18.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react/18.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react/18.2.0/18.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react/18.2.0/18.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [react-dom](https://reactjs.org/)
([source](https://togithub.com/facebook/react/tree/HEAD/packages/react-dom))
| [`18.2.0` ->
`18.3.1`](https://renovatebot.com/diffs/npm/react-dom/18.2.0/18.3.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-dom/18.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-dom/18.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-dom/18.2.0/18.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-dom/18.2.0/18.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [tsx](https://togithub.com/privatenumber/tsx) | [`4.7.2` ->
`4.7.3`](https://renovatebot.com/diffs/npm/tsx/4.7.2/4.7.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/tsx/4.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tsx/4.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tsx/4.7.2/4.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tsx/4.7.2/4.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [zod](https://zod.dev) ([source](https://togithub.com/colinhacks/zod))
| [`3.23.0` ->
`3.23.4`](https://renovatebot.com/diffs/npm/zod/3.23.0/3.23.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/zod/3.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/zod/3.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/zod/3.23.0/3.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/zod/3.23.0/3.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/ai (ai)</summary>

### [`v3.0.35`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.35)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.0.34...ai@3.0.35)

##### Patch Changes

- [`41d5736`](https://togithub.com/vercel/ai/commit/41d5736): ai/core:
re-expose language model types.
- [`b4c68ec`](https://togithub.com/vercel/ai/commit/b4c68ec): ai/rsc:
ReadableStream as provider for createStreamableValue; add .append()
method
- Updated dependencies
\[[`41d5736`](https://togithub.com/vercel/ai/commit/41d5736)]
-
[@&#8203;ai-sdk/provider](https://togithub.com/ai-sdk/provider)[@&#8203;0](https://togithub.com/0).0.3
-
[@&#8203;ai-sdk/provider-utils](https://togithub.com/ai-sdk/provider-utils)[@&#8203;0](https://togithub.com/0).0.5

### [`v3.0.34`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.34)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.0.33...ai@3.0.34)

##### Patch Changes

- [`b9a831e`](https://togithub.com/vercel/ai/commit/b9a831e): ai/rsc:
add experimental_streamUI()

### [`v3.0.33`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.33)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.0.32...ai@3.0.33)

##### Patch Changes

- [`56ef84a`](https://togithub.com/vercel/ai/commit/56ef84a): ai/core:
fix abort handling in transformation stream
- Updated dependencies
\[[`56ef84a`](https://togithub.com/vercel/ai/commit/56ef84a)]
-
[@&#8203;ai-sdk/provider-utils](https://togithub.com/ai-sdk/provider-utils)[@&#8203;0](https://togithub.com/0).0.4

### [`v3.0.32`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.32)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.0.31...ai@3.0.32)

##### Patch Changes

- [`0e0d2af`](https://togithub.com/vercel/ai/commit/0e0d2af): ai/core:
add pipeTextStreamToResponse helper to streamText.

### [`v3.0.31`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.31)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.0.30...ai@3.0.31)

##### Patch Changes

- [`74c63b1`](https://togithub.com/vercel/ai/commit/74c63b1): ai/core:
add toAIStreamResponse() helper to streamText.

### [`v3.0.30`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.30)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.0.29...ai@3.0.30)

##### Patch Changes

- [`e7e5898`](https://togithub.com/vercel/ai/commit/e7e5898):
use-assistant: fix missing message content

### [`v3.0.29`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.29)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.0.28...ai@3.0.29)

##### Patch Changes

- [`22a737e`](https://togithub.com/vercel/ai/commit/22a737e): Fix: mark
useAssistant as in progress for append/submitMessage.

### [`v3.0.28`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.28)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.0.27...ai@3.0.28)

##### Patch Changes

- [`d6431ae`](https://togithub.com/vercel/ai/commit/d6431ae): ai/core:
add logprobs support (thanks
[@&#8203;SamStenner](https://togithub.com/SamStenner) for the
contribution)
- [`25f3350`](https://togithub.com/vercel/ai/commit/25f3350): ai/core:
add support for getting raw response headers.
- Updated dependencies
\[[`d6431ae`](https://togithub.com/vercel/ai/commit/d6431ae)]
- Updated dependencies
\[[`25f3350`](https://togithub.com/vercel/ai/commit/25f3350)]
-
[@&#8203;ai-sdk/provider](https://togithub.com/ai-sdk/provider)[@&#8203;0](https://togithub.com/0).0.2
-
[@&#8203;ai-sdk/provider-utils](https://togithub.com/ai-sdk/provider-utils)[@&#8203;0](https://togithub.com/0).0.3

### [`v3.0.27`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.27)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.0.26...ai@3.0.27)

##### Patch Changes

- [`eb150a6`](https://togithub.com/vercel/ai/commit/eb150a6): ai/core:
remove scaling of setting values (breaking change). If you were using
the temperature, frequency penalty, or presence penalty settings, you
need to update the providers and adjust the setting values.
- Updated dependencies
\[[`eb150a6`](https://togithub.com/vercel/ai/commit/eb150a6)]
-
[@&#8203;ai-sdk/provider-utils](https://togithub.com/ai-sdk/provider-utils)[@&#8203;0](https://togithub.com/0).0.2
-
[@&#8203;ai-sdk/provider](https://togithub.com/ai-sdk/provider)[@&#8203;0](https://togithub.com/0).0.1

### [`v3.0.26`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.26)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.0.25...ai@3.0.26)

##### Patch Changes

- [`f90f6a1`](https://togithub.com/vercel/ai/commit/f90f6a1): ai/core:
add pipeAIStreamToResponse() to streamText result.

### [`v3.0.25`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.25)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.0.24...ai@3.0.25)

##### Patch Changes

- [`1e84d6d`](https://togithub.com/vercel/ai/commit/1e84d6d): Fix:
remove mistral lib type dependency.
- [`9c2a049`](https://togithub.com/vercel/ai/commit/9c2a049): Add
append() helper to useAssistant.

</details>

<details>
<summary>vercel/next.js (eslint-config-next)</summary>

###
[`v14.2.3`](https://togithub.com/vercel/next.js/compare/v14.2.2...v14.2.3)

[Compare
Source](https://togithub.com/vercel/next.js/compare/v14.2.2...v14.2.3)

</details>

<details>
<summary>python/mypy (mypy)</summary>

###
[`v1.10.0`](https://togithub.com/python/mypy/compare/1.9.0...v1.10.0)

[Compare
Source](https://togithub.com/python/mypy/compare/1.9.0...v1.10.0)

</details>

<details>
<summary>vercel/next.js (next)</summary>

###
[`v14.2.3`](https://togithub.com/vercel/next.js/compare/v14.2.2...v14.2.3)

[Compare
Source](https://togithub.com/vercel/next.js/compare/v14.2.2...v14.2.3)

</details>

<details>
<summary>openai/openai-python (openai)</summary>

###
[`v1.23.6`](https://togithub.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1236-2024-04-25)

[Compare
Source](https://togithub.com/openai/openai-python/compare/v1.23.5...v1.23.6)

Full Changelog:
[v1.23.5...v1.23.6](https://togithub.com/openai/openai-python/compare/v1.23.5...v1.23.6)

##### Chores

- **internal:** update test helper function
([#&#8203;1371](https://togithub.com/openai/openai-python/issues/1371))
([6607c4a](https://togithub.com/openai/openai-python/commit/6607c4a491fd1912f9222d6fe464ccef6e865eac))

###
[`v1.23.5`](https://togithub.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1235-2024-04-24)

[Compare
Source](https://togithub.com/openai/openai-python/compare/v1.23.4...v1.23.5)

Full Changelog:
[v1.23.4...v1.23.5](https://togithub.com/openai/openai-python/compare/v1.23.4...v1.23.5)

##### Chores

- **internal:** use actions/checkout@v4 for codeflow
([#&#8203;1368](https://togithub.com/openai/openai-python/issues/1368))
([d1edf8b](https://togithub.com/openai/openai-python/commit/d1edf8beb806ebaefdcc2cb6e39f99e1811a2668))

###
[`v1.23.4`](https://togithub.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1234-2024-04-24)

[Compare
Source](https://togithub.com/openai/openai-python/compare/v1.23.3...v1.23.4)

Full Changelog:
[v1.23.3...v1.23.4](https://togithub.com/openai/openai-python/compare/v1.23.3...v1.23.4)

##### Bug Fixes

- **api:** change timestamps to unix integers
([#&#8203;1367](https://togithub.com/openai/openai-python/issues/1367))
([fbc0e15](https://togithub.com/openai/openai-python/commit/fbc0e15f422971bd15499d4ea5f42a1c885c7004))
- **docs:** doc improvements
([#&#8203;1364](https://togithub.com/openai/openai-python/issues/1364))
([8c3a005](https://togithub.com/openai/openai-python/commit/8c3a005247ea045b9a95e7459eba2a90067daf71))

##### Chores

- **tests:** rename test file
([#&#8203;1366](https://togithub.com/openai/openai-python/issues/1366))
([4204e63](https://togithub.com/openai/openai-python/commit/4204e63e27584c68ad27825261225603d7a87008))

###
[`v1.23.3`](https://togithub.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1233-2024-04-23)

[Compare
Source](https://togithub.com/openai/openai-python/compare/v1.23.2...v1.23.3)

Full Changelog:
[v1.23.2...v1.23.3](https://togithub.com/openai/openai-python/compare/v1.23.2...v1.23.3)

##### Chores

- **internal:** restructure imports
([#&#8203;1359](https://togithub.com/openai/openai-python/issues/1359))
([4e5eb37](https://togithub.com/openai/openai-python/commit/4e5eb374ea0545a6117db657bb05f6417bc62d18))

</details>

<details>
<summary>openai/openai-node (openai)</summary>

###
[`v4.38.5`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4385-2024-04-24)

[Compare
Source](https://togithub.com/openai/openai-node/compare/v4.38.4...v4.38.5)

Full Changelog:
[v4.38.4...v4.38.5](https://togithub.com/openai/openai-node/compare/v4.38.4...v4.38.5)

##### Chores

- **internal:** use actions/checkout@v4 for codeflow
([#&#8203;799](https://togithub.com/openai/openai-node/issues/799))
([5ab7780](https://togithub.com/openai/openai-node/commit/5ab7780ea8889818f403a9a89ab19585a7e8972e))

###
[`v4.38.4`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4384-2024-04-24)

[Compare
Source](https://togithub.com/openai/openai-node/compare/v4.38.3...v4.38.4)

Full Changelog:
[v4.38.3...v4.38.4](https://togithub.com/openai/openai-node/compare/v4.38.3...v4.38.4)

##### Bug Fixes

- **api:** change timestamps to unix integers
([#&#8203;798](https://togithub.com/openai/openai-node/issues/798))
([7271a6c](https://togithub.com/openai/openai-node/commit/7271a6cdc7d37151d2cae18fdd20b87d97624a84))
- **docs:** doc improvements
([#&#8203;796](https://togithub.com/openai/openai-node/issues/796))
([49fcc86](https://togithub.com/openai/openai-node/commit/49fcc86b44958795a6f5e0901f369653dfbcc637))

###
[`v4.38.3`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4383-2024-04-22)

[Compare
Source](https://togithub.com/openai/openai-node/compare/v4.38.2...v4.38.3)

Full Changelog:
[v4.38.2...v4.38.3](https://togithub.com/openai/openai-node/compare/v4.38.2...v4.38.3)

##### Chores

- **internal:** use [@&#8203;swc/jest](https://togithub.com/swc/jest)
for running tests
([#&#8203;793](https://togithub.com/openai/openai-node/issues/793))
([8947f19](https://togithub.com/openai/openai-node/commit/8947f195b2dfab7ceebe1e0bb5c886e229cd541f))

</details>

<details>
<summary>pydantic/pydantic (pydantic)</summary>

###
[`v2.7.1`](https://togithub.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v271-2024-04-23)

[Compare
Source](https://togithub.com/pydantic/pydantic/compare/v2.7.0...v2.7.1)

[GitHub
release](https://togithub.com/pydantic/pydantic/releases/tag/v2.7.1)

##### What's Changed

##### Packaging

- Bump `pydantic-core` to `v2.18.2` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9307](https://togithub.com/pydantic/pydantic/pull/9307)

##### New Features

- Ftp and Websocket connection strings support by
[@&#8203;CherrySuryp](https://togithub.com/CherrySuryp) in
[#&#8203;9205](https://togithub.com/pydantic/pydantic/pull/9205)

##### Changes

- Use field description for RootModel schema description when there is
`…` by [@&#8203;LouisGobert](https://togithub.com/LouisGobert) in
[#&#8203;9214](https://togithub.com/pydantic/pydantic/pull/9214)

##### Fixes

- Fix `validation_alias` behavior with `model_construct` for
`AliasChoices` and `AliasPath` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9223](https://togithub.com/pydantic/pydantic/pull/9223)
- Revert `typing.Literal` and import it outside the TYPE_CHECKING block
by [@&#8203;frost-nzcr4](https://togithub.com/frost-nzcr4) in
[#&#8203;9232](https://togithub.com/pydantic/pydantic/pull/9232)
- Fix `Secret` serialization schema, applicable for unions by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9240](https://togithub.com/pydantic/pydantic/pull/9240)
- Fix `strict` application to `function-after` with `use_enum_values` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9279](https://togithub.com/pydantic/pydantic/pull/9279)
- Address case where `model_construct` on a class which defines
`model_post_init` fails with `AttributeError` by
[@&#8203;babygrimes](https://togithub.com/babygrimes) in
[#&#8203;9168](https://togithub.com/pydantic/pydantic/pull/9168)
- Fix `model_json_schema` with config types by
[@&#8203;NeevCohen](https://togithub.com/NeevCohen) in
[#&#8203;9287](https://togithub.com/pydantic/pydantic/pull/9287)
- Support multiple zeros as an `int` by
[@&#8203;samuelcolvin](https://togithub.com/samuelcolvin) in
[pydantic/pydantic-core#1269](https://togithub.com/pydantic/pydantic-core/pull/1269)
- Fix validation of `int`s with leading unary plus by
[@&#8203;cknv](https://togithub.com/cknv) in
[pydantic/pydantic-core#1272](https://togithub.com/pydantic/pydantic-core/pull/1272)
- Fix interaction between `extra != 'ignore'` and `from_attributes=True`
by [@&#8203;davidhewitt](https://togithub.com/davidhewitt) in
[pydantic/pydantic-core#1276](https://togithub.com/pydantic/pydantic-core/pull/1276)
- Handle error from `Enum`'s `missing` function as `ValidationError` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[pydantic/pydantic-core#1274](https://togithub.com/pydantic/pydantic-core/pull/1754)
- Fix memory leak with `Iterable` validation by
[@&#8203;davidhewitt](https://togithub.com/davidhewitt) in
[pydantic/pydantic-core#1271](https://togithub.com/pydantic/pydantic-core/pull/1751)

##### New Contributors

- [@&#8203;zzstoatzz](https://togithub.com/zzstoatzz) made their first
contribution in
[#&#8203;9219](https://togithub.com/pydantic/pydantic/pull/9219)
- [@&#8203;frost-nzcr4](https://togithub.com/frost-nzcr4) made their
first contribution in
[#&#8203;9232](https://togithub.com/pydantic/pydantic/pull/9232)
- [@&#8203;CherrySuryp](https://togithub.com/CherrySuryp) made their
first contribution in
[#&#8203;9205](https://togithub.com/pydantic/pydantic/pull/9205)
- [@&#8203;vagenas](https://togithub.com/vagenas) made their first
contribution in
[#&#8203;9268](https://togithub.com/pydantic/pydantic/pull/9268)
- [@&#8203;ollz272](https://togithub.com/ollz272) made their first
contribution in
[#&#8203;9262](https://togithub.com/pydantic/pydantic/pull/9262)
- [@&#8203;babygrimes](https://togithub.com/babygrimes) made their first
contribution in
[#&#8203;9168](https://togithub.com/pydantic/pydantic/pull/9168)
- [@&#8203;swelborn](https://togithub.com/swelborn) made their first
contribution in
[#&#8203;9296](https://togithub.com/pydantic/pydantic/pull/9296)
- [@&#8203;kf-novi](https://togithub.com/kf-novi) made their first
contribution in
[#&#8203;9236](https://togithub.com/pydantic/pydantic/pull/9236)
- [@&#8203;lgeiger](https://togithub.com/lgeiger) made their first
contribution in
[#&#8203;9288](https://togithub.com/pydantic/pydantic/pull/9288)

</details>

<details>
<summary>facebook/react (react)</summary>

###
[`v18.3.1`](https://togithub.com/facebook/react/compare/a87edf62d7d69705ddbcec9a24f0780b3db7535f...a87edf62d7d69705ddbcec9a24f0780b3db7535f)

[Compare
Source](https://togithub.com/facebook/react/compare/v18.3.0...v18.3.1)

###
[`v18.3.0`](https://togithub.com/facebook/react/compare/v18.2.0...a87edf62d7d69705ddbcec9a24f0780b3db7535f)

[Compare
Source](https://togithub.com/facebook/react/compare/v18.2.0...v18.3.0)

</details>

<details>
<summary>facebook/react (react-dom)</summary>

###
[`v18.3.1`](https://togithub.com/facebook/react/compare/a87edf62d7d69705ddbcec9a24f0780b3db7535f...a87edf62d7d69705ddbcec9a24f0780b3db7535f)

[Compare
Source](https://togithub.com/facebook/react/compare/v18.3.0...v18.3.1)

###
[`v18.3.0`](https://togithub.com/facebook/react/compare/v18.2.0...a87edf62d7d69705ddbcec9a24f0780b3db7535f)

[Compare
Source](https://togithub.com/facebook/react/compare/v18.2.0...v18.3.0)

</details>

<details>
<summary>privatenumber/tsx (tsx)</summary>

###
[`v4.7.3`](https://togithub.com/privatenumber/tsx/releases/tag/v4.7.3)

[Compare
Source](https://togithub.com/privatenumber/tsx/compare/v4.7.2...v4.7.3)

##### Bug Fixes

- support TS resolution in JS files when `allowJs` is set
([#&#8203;535](https://togithub.com/privatenumber/tsx/issues/535))
([081853e](https://togithub.com/privatenumber/tsx/commit/081853ec56c9cf96f0430e6d889fc77b8b0cf9d8))

***

This release is also available on:

- [npm package (@&#8203;latest
dist-tag)](https://www.npmjs.com/package/tsx/v/4.7.3)

</details>

<details>
<summary>colinhacks/zod (zod)</summary>

###
[`v3.23.4`](https://togithub.com/colinhacks/zod/releases/tag/v3.23.4)

[Compare
Source](https://togithub.com/colinhacks/zod/compare/v3.23.3...v3.23.4)

#### Commits:

-
[`157b18d`](https://togithub.com/colinhacks/zod/commit/157b18d742c86d85b26a8421af46ad6d6d6b6ea7)
Add 3.23 announcement
-
[`aedf93f`](https://togithub.com/colinhacks/zod/commit/aedf93f1435a29463d915c3be45b4dcbeefa8cc1)
Revert change to default Input
-
[`45107f7`](https://togithub.com/colinhacks/zod/commit/45107f7a7230fe48ee24dc37e621422c9dc64ec4)
v3.23.4

###
[`v3.23.3`](https://togithub.com/colinhacks/zod/compare/v3.23.2...103d2436f85872ca0e0e6247652989cc93d46a39)

[Compare
Source](https://togithub.com/colinhacks/zod/compare/v3.23.2...v3.23.3)

###
[`v3.23.2`](https://togithub.com/colinhacks/zod/releases/tag/v3.23.2)

[Compare
Source](https://togithub.com/colinhacks/zod/compare/v3.23.1...v3.23.2)

#### Commits:

-
[`c340558`](https://togithub.com/colinhacks/zod/commit/c340558d14f5222a2ca177e0591463c06cc5edc3)
Update protocol
-
[`ef588d0`](https://togithub.com/colinhacks/zod/commit/ef588d036f3e98b832796e9a681dbaf097631ea0)
Fix t3env
-
[`9df70dd`](https://togithub.com/colinhacks/zod/commit/9df70dd71195df951c43f180fbe5e64ea1f835df)
3.23.2

###
[`v3.23.1`](https://togithub.com/colinhacks/zod/compare/v3.23.0...2ff5ceb428634de0ea4501495039c05a8e95b60a)

[Compare
Source](https://togithub.com/colinhacks/zod/compare/v3.23.0...v3.23.1)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone
America/Chicago, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/autoblocksai/autoblocks-examples).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
coilysiren pushed a commit to HHS/simpler-grants-gov that referenced this pull request Apr 29, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [boto3](https://togithub.com/boto/boto3) | `1.34.87` -> `1.34.93` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/boto3/1.34.93?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/boto3/1.34.93?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/boto3/1.34.87/1.34.93?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/boto3/1.34.87/1.34.93?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [botocore](https://togithub.com/boto/botocore) | `1.34.87` ->
`1.34.93` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/botocore/1.34.93?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/botocore/1.34.93?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/botocore/1.34.87/1.34.93?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/botocore/1.34.87/1.34.93?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [coverage](https://togithub.com/nedbat/coveragepy) | `7.4.4` ->
`7.5.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/coverage/7.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/coverage/7.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/coverage/7.4.4/7.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/coverage/7.4.4/7.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [mypy](https://www.mypy-lang.org/)
([source](https://togithub.com/python/mypy),
[changelog](https://mypy-lang.blogspot.com/)) | `1.9.0` -> `1.10.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/mypy/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/mypy/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/mypy/1.9.0/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mypy/1.9.0/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pydantic](https://togithub.com/pydantic/pydantic)
([changelog](https://docs.pydantic.dev/latest/changelog/)) | `2.7.0` ->
`2.7.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pydantic/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pydantic/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pydantic/2.7.0/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pydantic/2.7.0/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [ruff](https://docs.astral.sh/ruff)
([source](https://togithub.com/astral-sh/ruff),
[changelog](https://togithub.com/astral-sh/ruff/blob/main/CHANGELOG.md))
| `^0.3.5` -> `^0.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/ruff/0.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/ruff/0.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/ruff/0.3.7/0.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ruff/0.3.7/0.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>boto/boto3 (boto3)</summary>

###
[`v1.34.93`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13493)

[Compare
Source](https://togithub.com/boto/boto3/compare/1.34.92...1.34.93)

\=======

- api-change:`codepipeline`: \[`botocore`] Add ability to manually and
automatically roll back a pipeline stage to a previously successful
execution.
- api-change:`cognito-idp`: \[`botocore`] Add LimitExceededException to
SignUp errors
- api-change:`connectcampaigns`: \[`botocore`] This release adds support
for specifying if Answering Machine should wait for prompt sound.
- api-change:`marketplace-entitlement`: \[`botocore`] Releasing minor
endpoint updates.
- api-change:`oam`: \[`botocore`] This release introduces support for
Source Accounts to define which Metrics and Logs to share with the
Monitoring Account
- api-change:`rds`: \[`botocore`] SupportsLimitlessDatabase field added
to describe-db-engine-versions to indicate whether the DB engine version
supports Aurora Limitless Database.
- api-change:`support`: \[`botocore`] Releasing minor endpoint updates.

###
[`v1.34.92`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13492)

[Compare
Source](https://togithub.com/boto/boto3/compare/1.34.91...1.34.92)

\=======

- api-change:`appsync`: \[`botocore`] UpdateGraphQLAPI documentation
update and datasource introspection secret arn update
- api-change:`fms`: \[`botocore`] AWS Firewall Manager adds support for
network ACL policies to manage Amazon Virtual Private Cloud (VPC)
network access control lists (ACLs) for accounts in your organization.
- api-change:`ivs`: \[`botocore`] Bug Fix: IVS does not support arns
with the `svs` prefix
- api-change:`ivs-realtime`: \[`botocore`] Bug Fix: IVS Real Time does
not support ARNs using the `svs` prefix.
- api-change:`rds`: \[`botocore`] Updates Amazon RDS documentation for
setting local time zones for RDS for Db2 DB instances.
- api-change:`stepfunctions`: \[`botocore`] Add new
ValidateStateMachineDefinition operation, which performs syntax checking
on the definition of a Amazon States Language (ASL) state machine.

###
[`v1.34.91`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13491)

[Compare
Source](https://togithub.com/boto/boto3/compare/1.34.90...1.34.91)

\=======

- api-change:`datasync`: \[`botocore`] This change allows users to
disable and enable the schedules associated with their tasks.
- api-change:`ec2`: \[`botocore`] Launching capability for customers to
enable or disable automatic assignment of public IPv4 addresses to their
network interface
- api-change:`emr-containers`: \[`botocore`] EMRonEKS Service support
for SecurityConfiguration enforcement for Spark Jobs.
- api-change:`entityresolution`: \[`botocore`] Support Batch Unique IDs
Deletion.
- api-change:`gamelift`: \[`botocore`] Amazon GameLift releases
container fleets support for public preview. Deploy Linux-based
containerized game server software for hosting on Amazon GameLift.
- api-change:`ssm`: \[`botocore`] Add SSM DescribeInstanceProperties API
to public AWS SDK.

###
[`v1.34.90`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13490)

[Compare
Source](https://togithub.com/boto/boto3/compare/1.34.89...1.34.90)

\=======

- api-change:`bedrock`: \[`botocore`] This release introduces Model
Evaluation and Guardrails for Amazon Bedrock.
- api-change:`bedrock-agent`: \[`botocore`] Introducing the ability to
create multiple data sources per knowledge base, specify S3 buckets as
data sources from external accounts, and exposing levers to define the
deletion behavior of the underlying vector store data.
- api-change:`bedrock-agent-runtime`: \[`botocore`] This release
introduces zero-setup file upload support for the RetrieveAndGenerate
API. This allows you to chat with your data without setting up a
Knowledge Base.
- api-change:`bedrock-runtime`: \[`botocore`] This release introduces
Guardrails for Amazon Bedrock.
- api-change:`ce`: \[`botocore`] Added additional metadata that might be
applicable to your reservation recommendations.
- api-change:`ec2`: \[`botocore`] This release introduces EC2 AMI
Deregistration Protection, a new AMI property that can be enabled by
customers to protect an AMI against an unintended deregistration. This
release also enables the AMI owners to view the AMI 'LastLaunchedTime'
in DescribeImages API.
- api-change:`pi`: \[`botocore`] Clarifies how aggregation works for
GetResourceMetrics in the Performance Insights API.
- api-change:`rds`: \[`botocore`] Fix the example ARN for
ModifyActivityStreamRequest
- api-change:`workspaces-web`: \[`botocore`] Added InstanceType and
MaxConcurrentSessions parameters on CreatePortal and UpdatePortal
Operations as well as the ability to read Customer Managed Key &
Additional Encryption Context parameters on supported resources (Portal,
BrowserSettings, UserSettings, IPAccessSettings)

###
[`v1.34.89`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13489)

[Compare
Source](https://togithub.com/boto/boto3/compare/1.34.88...1.34.89)

\=======

- api-change:`bedrock-agent`: \[`botocore`] Releasing the support for
simplified configuration and return of control
- api-change:`bedrock-agent-runtime`: \[`botocore`] Releasing the
support for simplified configuration and return of control
- api-change:`payment-cryptography`: \[`botocore`] Adding support to
TR-31/TR-34 exports for optional headers, allowing customers to add
additional metadata (such as key version and KSN) when exporting keys
from the service.
- api-change:`redshift-serverless`: \[`botocore`] Updates description of
schedule field for scheduled actions.
- api-change:`route53profiles`: \[`botocore`] Route 53 Profiles allows
you to apply a central DNS configuration across many VPCs regardless of
account.
- api-change:`sagemaker`: \[`botocore`] This release adds support for
Real-Time Collaboration and Shared Space for JupyterLab App on SageMaker
Studio.
- api-change:`servicediscovery`: \[`botocore`] This release adds
examples to several Cloud Map actions.
- api-change:`transfer`: \[`botocore`] Adding new API to support remote
directory listing using SFTP connector

###
[`v1.34.88`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13488)

[Compare
Source](https://togithub.com/boto/boto3/compare/1.34.87...1.34.88)

\=======

- api-change:`glue`: \[`botocore`] Adding RowFilter in the response for
GetUnfilteredTableMetadata API
- api-change:`internetmonitor`: \[`botocore`] This update introduces the
GetInternetEvent and ListInternetEvents APIs, which provide access to
internet events displayed on the Amazon CloudWatch Internet Weather Map.
- api-change:`personalize`: \[`botocore`] This releases auto training
capability while creating a solution and automatically syncing latest
solution versions when creating/updating a campaign

</details>

<details>
<summary>boto/botocore (botocore)</summary>

###
[`v1.34.93`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13493)

[Compare
Source](https://togithub.com/boto/botocore/compare/1.34.92...1.34.93)

\=======

- api-change:`codepipeline`: Add ability to manually and automatically
roll back a pipeline stage to a previously successful execution.
- api-change:`cognito-idp`: Add LimitExceededException to SignUp errors
- api-change:`connectcampaigns`: This release adds support for
specifying if Answering Machine should wait for prompt sound.
- api-change:`marketplace-entitlement`: Releasing minor endpoint
updates.
- api-change:`oam`: This release introduces support for Source Accounts
to define which Metrics and Logs to share with the Monitoring Account
- api-change:`rds`: SupportsLimitlessDatabase field added to
describe-db-engine-versions to indicate whether the DB engine version
supports Aurora Limitless Database.
-   api-change:`support`: Releasing minor endpoint updates.

###
[`v1.34.92`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13492)

[Compare
Source](https://togithub.com/boto/botocore/compare/1.34.91...1.34.92)

\=======

- api-change:`appsync`: UpdateGraphQLAPI documentation update and
datasource introspection secret arn update
- api-change:`fms`: AWS Firewall Manager adds support for network ACL
policies to manage Amazon Virtual Private Cloud (VPC) network access
control lists (ACLs) for accounts in your organization.
- api-change:`ivs`: Bug Fix: IVS does not support arns with the `svs`
prefix
- api-change:`ivs-realtime`: Bug Fix: IVS Real Time does not support
ARNs using the `svs` prefix.
- api-change:`rds`: Updates Amazon RDS documentation for setting local
time zones for RDS for Db2 DB instances.
- api-change:`stepfunctions`: Add new ValidateStateMachineDefinition
operation, which performs syntax checking on the definition of a Amazon
States Language (ASL) state machine.

###
[`v1.34.91`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13491)

[Compare
Source](https://togithub.com/boto/botocore/compare/1.34.90...1.34.91)

\=======

- api-change:`datasync`: This change allows users to disable and enable
the schedules associated with their tasks.
- api-change:`ec2`: Launching capability for customers to enable or
disable automatic assignment of public IPv4 addresses to their network
interface
- api-change:`emr-containers`: EMRonEKS Service support for
SecurityConfiguration enforcement for Spark Jobs.
-   api-change:`entityresolution`: Support Batch Unique IDs Deletion.
- api-change:`gamelift`: Amazon GameLift releases container fleets
support for public preview. Deploy Linux-based containerized game server
software for hosting on Amazon GameLift.
- api-change:`ssm`: Add SSM DescribeInstanceProperties API to public AWS
SDK.

###
[`v1.34.90`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13490)

[Compare
Source](https://togithub.com/boto/botocore/compare/1.34.89...1.34.90)

\=======

- api-change:`bedrock`: This release introduces Model Evaluation and
Guardrails for Amazon Bedrock.
- api-change:`bedrock-agent`: Introducing the ability to create multiple
data sources per knowledge base, specify S3 buckets as data sources from
external accounts, and exposing levers to define the deletion behavior
of the underlying vector store data.
- api-change:`bedrock-agent-runtime`: This release introduces zero-setup
file upload support for the RetrieveAndGenerate API. This allows you to
chat with your data without setting up a Knowledge Base.
- api-change:`bedrock-runtime`: This release introduces Guardrails for
Amazon Bedrock.
- api-change:`ce`: Added additional metadata that might be applicable to
your reservation recommendations.
- api-change:`ec2`: This release introduces EC2 AMI Deregistration
Protection, a new AMI property that can be enabled by customers to
protect an AMI against an unintended deregistration. This release also
enables the AMI owners to view the AMI 'LastLaunchedTime' in
DescribeImages API.
- api-change:`pi`: Clarifies how aggregation works for
GetResourceMetrics in the Performance Insights API.
- api-change:`rds`: Fix the example ARN for ModifyActivityStreamRequest
- api-change:`workspaces-web`: Added InstanceType and
MaxConcurrentSessions parameters on CreatePortal and UpdatePortal
Operations as well as the ability to read Customer Managed Key &
Additional Encryption Context parameters on supported resources (Portal,
BrowserSettings, UserSettings, IPAccessSettings)

###
[`v1.34.89`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13489)

[Compare
Source](https://togithub.com/boto/botocore/compare/1.34.88...1.34.89)

\=======

- api-change:`bedrock-agent`: Releasing the support for simplified
configuration and return of control
- api-change:`bedrock-agent-runtime`: Releasing the support for
simplified configuration and return of control
- api-change:`payment-cryptography`: Adding support to TR-31/TR-34
exports for optional headers, allowing customers to add additional
metadata (such as key version and KSN) when exporting keys from the
service.
- api-change:`redshift-serverless`: Updates description of schedule
field for scheduled actions.
- api-change:`route53profiles`: Route 53 Profiles allows you to apply a
central DNS configuration across many VPCs regardless of account.
- api-change:`sagemaker`: This release adds support for Real-Time
Collaboration and Shared Space for JupyterLab App on SageMaker Studio.
- api-change:`servicediscovery`: This release adds examples to several
Cloud Map actions.
- api-change:`transfer`: Adding new API to support remote directory
listing using SFTP connector

###
[`v1.34.88`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13488)

[Compare
Source](https://togithub.com/boto/botocore/compare/1.34.87...1.34.88)

\=======

- api-change:`glue`: Adding RowFilter in the response for
GetUnfilteredTableMetadata API
- api-change:`internetmonitor`: This update introduces the
GetInternetEvent and ListInternetEvents APIs, which provide access to
internet events displayed on the Amazon CloudWatch Internet Weather Map.
- api-change:`personalize`: This releases auto training capability while
creating a solution and automatically syncing latest solution versions
when creating/updating a campaign

</details>

<details>
<summary>nedbat/coveragepy (coverage)</summary>

###
[`v7.5.0`](https://togithub.com/nedbat/coveragepy/blob/HEAD/CHANGES.rst#Version-750--2024-04-23)

[Compare
Source](https://togithub.com/nedbat/coveragepy/compare/7.4.4...7.5.0)

- Added initial support for function and class reporting in the HTML
report.
There are now three index pages which link to each other: files,
functions,
and classes. Other reports don't yet have this information, but it will
be
    added in the future where it makes sense.  Feedback gladly accepted!

-   Other HTML report improvements:

- There is now a "hide covered" checkbox to filter out 100% files,
finishing
        `issue 1384`\_.

- The index page is always sorted by one of its columns, with clearer
        indications of the sorting.

- The "previous file" shortcut key didn't work on the index page, but
now it
        does, fixing `issue 1765`\_.

- The debug output showing which configuration files were tried now
shows
absolute paths to help diagnose problems where settings aren't taking
effect,
    and is renamed from "attempted_config_files" to the more logical
    "config_files_attempted."

-   Python 3.13.0a6 is supported.

.. \_issue
1384:[nedbat/coveragepy#1384
.. \_issue
1765[nedbat/coveragepy#1765

.. \_changes\_7-4-4:

</details>

<details>
<summary>python/mypy (mypy)</summary>

###
[`v1.10.0`](https://togithub.com/python/mypy/compare/1.9.0...v1.10.0)

[Compare
Source](https://togithub.com/python/mypy/compare/1.9.0...v1.10.0)

</details>

<details>
<summary>pydantic/pydantic (pydantic)</summary>

###
[`v2.7.1`](https://togithub.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v271-2024-04-23)

[Compare
Source](https://togithub.com/pydantic/pydantic/compare/v2.7.0...v2.7.1)

[GitHub
release](https://togithub.com/pydantic/pydantic/releases/tag/v2.7.1)

##### What's Changed

##### Packaging

- Bump `pydantic-core` to `v2.18.2` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9307](https://togithub.com/pydantic/pydantic/pull/9307)

##### New Features

- Ftp and Websocket connection strings support by
[@&#8203;CherrySuryp](https://togithub.com/CherrySuryp) in
[#&#8203;9205](https://togithub.com/pydantic/pydantic/pull/9205)

##### Changes

- Use field description for RootModel schema description when there is
`…` by [@&#8203;LouisGobert](https://togithub.com/LouisGobert) in
[#&#8203;9214](https://togithub.com/pydantic/pydantic/pull/9214)

##### Fixes

- Fix `validation_alias` behavior with `model_construct` for
`AliasChoices` and `AliasPath` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9223](https://togithub.com/pydantic/pydantic/pull/9223)
- Revert `typing.Literal` and import it outside the TYPE_CHECKING block
by [@&#8203;frost-nzcr4](https://togithub.com/frost-nzcr4) in
[#&#8203;9232](https://togithub.com/pydantic/pydantic/pull/9232)
- Fix `Secret` serialization schema, applicable for unions by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9240](https://togithub.com/pydantic/pydantic/pull/9240)
- Fix `strict` application to `function-after` with `use_enum_values` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9279](https://togithub.com/pydantic/pydantic/pull/9279)
- Address case where `model_construct` on a class which defines
`model_post_init` fails with `AttributeError` by
[@&#8203;babygrimes](https://togithub.com/babygrimes) in
[#&#8203;9168](https://togithub.com/pydantic/pydantic/pull/9168)
- Fix `model_json_schema` with config types by
[@&#8203;NeevCohen](https://togithub.com/NeevCohen) in
[#&#8203;9287](https://togithub.com/pydantic/pydantic/pull/9287)
- Support multiple zeros as an `int` by
[@&#8203;samuelcolvin](https://togithub.com/samuelcolvin) in
[pydantic/pydantic-core#1269](https://togithub.com/pydantic/pydantic-core/pull/1269)
- Fix validation of `int`s with leading unary plus by
[@&#8203;cknv](https://togithub.com/cknv) in
[pydantic/pydantic-core#1272](https://togithub.com/pydantic/pydantic-core/pull/1272)
- Fix interaction between `extra != 'ignore'` and `from_attributes=True`
by [@&#8203;davidhewitt](https://togithub.com/davidhewitt) in
[pydantic/pydantic-core#1276](https://togithub.com/pydantic/pydantic-core/pull/1276)
- Handle error from `Enum`'s `missing` function as `ValidationError` by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[pydantic/pydantic-core#1274](https://togithub.com/pydantic/pydantic-core/pull/1754)
- Fix memory leak with `Iterable` validation by
[@&#8203;davidhewitt](https://togithub.com/davidhewitt) in
[pydantic/pydantic-core#1271](https://togithub.com/pydantic/pydantic-core/pull/1751)

##### New Contributors

- [@&#8203;zzstoatzz](https://togithub.com/zzstoatzz) made their first
contribution in
[#&#8203;9219](https://togithub.com/pydantic/pydantic/pull/9219)
- [@&#8203;frost-nzcr4](https://togithub.com/frost-nzcr4) made their
first contribution in
[#&#8203;9232](https://togithub.com/pydantic/pydantic/pull/9232)
- [@&#8203;CherrySuryp](https://togithub.com/CherrySuryp) made their
first contribution in
[#&#8203;9205](https://togithub.com/pydantic/pydantic/pull/9205)
- [@&#8203;vagenas](https://togithub.com/vagenas) made their first
contribution in
[#&#8203;9268](https://togithub.com/pydantic/pydantic/pull/9268)
- [@&#8203;ollz272](https://togithub.com/ollz272) made their first
contribution in
[#&#8203;9262](https://togithub.com/pydantic/pydantic/pull/9262)
- [@&#8203;babygrimes](https://togithub.com/babygrimes) made their first
contribution in
[#&#8203;9168](https://togithub.com/pydantic/pydantic/pull/9168)
- [@&#8203;swelborn](https://togithub.com/swelborn) made their first
contribution in
[#&#8203;9296](https://togithub.com/pydantic/pydantic/pull/9296)
- [@&#8203;kf-novi](https://togithub.com/kf-novi) made their first
contribution in
[#&#8203;9236](https://togithub.com/pydantic/pydantic/pull/9236)
- [@&#8203;lgeiger](https://togithub.com/lgeiger) made their first
contribution in
[#&#8203;9288](https://togithub.com/pydantic/pydantic/pull/9288)

</details>

<details>
<summary>astral-sh/ruff (ruff)</summary>

###
[`v0.4.2`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#042)

[Compare
Source](https://togithub.com/astral-sh/ruff/compare/v0.4.1...v0.4.2)

##### Rule changes

- \[`flake8-pyi`] Allow for overloaded `__exit__` and `__aexit__`
definitions (`PYI036`)
([#&#8203;11057](https://togithub.com/astral-sh/ruff/pull/11057))
- \[`pyupgrade`] Catch usages of `"%s" % var` and provide an unsafe fix
(`UP031`)
([#&#8203;11019](https://togithub.com/astral-sh/ruff/pull/11019))
- \[`refurb`] Implement new rule that suggests min/max over `sorted()`
(`FURB192`)
([#&#8203;10868](https://togithub.com/astral-sh/ruff/pull/10868))

##### Server

- Fix an issue with missing diagnostics for Neovim and Helix
([#&#8203;11092](https://togithub.com/astral-sh/ruff/pull/11092))
- Implement hover documentation for `noqa` codes
([#&#8203;11096](https://togithub.com/astral-sh/ruff/pull/11096))
- Introduce common Ruff configuration options with new server settings
([#&#8203;11062](https://togithub.com/astral-sh/ruff/pull/11062))

##### Bug fixes

- Use `macos-12` for building release wheels to enable macOS 11
compatibility
([#&#8203;11146](https://togithub.com/astral-sh/ruff/pull/11146))
- \[`flake8-blind-expect`] Allow raise from in `BLE001`
([#&#8203;11131](https://togithub.com/astral-sh/ruff/pull/11131))
- \[`flake8-pyi`] Allow simple assignments to `None` in enum class
scopes (`PYI026`)
([#&#8203;11128](https://togithub.com/astral-sh/ruff/pull/11128))
- \[`flake8-simplify`] Avoid raising `SIM911` for non-`zip` attribute
calls ([#&#8203;11126](https://togithub.com/astral-sh/ruff/pull/11126))
- \[`refurb`] Avoid `operator.itemgetter` suggestion for single-item
tuple ([#&#8203;11095](https://togithub.com/astral-sh/ruff/pull/11095))
- \[`ruff`] Respect per-file-ignores for `RUF100` with no other
diagnostics
([#&#8203;11058](https://togithub.com/astral-sh/ruff/pull/11058))
- \[`ruff`] Fix async comprehension false positive (`RUF029`)
([#&#8203;11070](https://togithub.com/astral-sh/ruff/pull/11070))

##### Documentation

- \[`flake8-bugbear`] Document explicitly disabling strict zip (`B905`)
([#&#8203;11040](https://togithub.com/astral-sh/ruff/pull/11040))
- \[`flake8-type-checking`] Mention `lint.typing-modules` in `TCH001`,
`TCH002`, and `TCH003`
([#&#8203;11144](https://togithub.com/astral-sh/ruff/pull/11144))
- \[`isort`] Improve documentation around custom `isort` sections
([#&#8203;11050](https://togithub.com/astral-sh/ruff/pull/11050))
- \[`pylint`] Fix documentation oversight for `invalid-X-returns`
([#&#8203;11094](https://togithub.com/astral-sh/ruff/pull/11094))

##### Performance

- Use `matchit` to resolve per-file settings
([#&#8203;11111](https://togithub.com/astral-sh/ruff/pull/11111))

###
[`v0.4.1`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#041)

[Compare
Source](https://togithub.com/astral-sh/ruff/compare/v0.4.0...v0.4.1)

##### Preview features

- \[`pylint`] Implement `invalid-hash-returned` (`PLE0309`)
([#&#8203;10961](https://togithub.com/astral-sh/ruff/pull/10961))
- \[`pylint`] Implement `invalid-index-returned` (`PLE0305`)
([#&#8203;10962](https://togithub.com/astral-sh/ruff/pull/10962))

##### Bug fixes

- \[`pylint`] Allow `NoReturn`-like functions for `__str__`, `__len__`,
etc. (`PLE0307`)
([#&#8203;11017](https://togithub.com/astral-sh/ruff/pull/11017))
- Parser: Use empty range when there's "gap" in token source
([#&#8203;11032](https://togithub.com/astral-sh/ruff/pull/11032))
- \[`ruff`] Ignore stub functions in `unused-async` (`RUF029`)
([#&#8203;11026](https://togithub.com/astral-sh/ruff/pull/11026))
- Parser: Expect indented case block instead of match stmt
([#&#8203;11033](https://togithub.com/astral-sh/ruff/pull/11033))

###
[`v0.4.0`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#040)

[Compare
Source](https://togithub.com/astral-sh/ruff/compare/v0.3.7...v0.4.0)

##### A new, hand-written parser

Ruff's new parser is **>2x faster**, which translates to a **20-40%
speedup** for all linting and formatting invocations.
There's a lot to say about this exciting change, so check out the [blog
post](https://astral.sh/blog/ruff-v0.4.0) for more details!

See [#&#8203;10036](https://togithub.com/astral-sh/ruff/pull/10036) for
implementation details.

##### A new language server in Rust

With this release, we also want to highlight our new language server.
`ruff server` is a Rust-powered language
server that comes built-in with Ruff. It can be used with any editor
that supports the [Language Server
Protocol](https://microsoft.github.io/language-server-protocol/) (LSP).
It uses a multi-threaded, lock-free architecture inspired by
`rust-analyzer` and it will open the door for a lot
of exciting features. It’s also faster than our previous [Python-based
language server](https://togithub.com/astral-sh/ruff-lsp)
\-- but you probably guessed that already.

`ruff server` is only in alpha, but it has a lot of features that you
can try out today:

- Lints Python files automatically and shows quick-fixes when available
-   Formats Python files, with support for range formatting
- Comes with commands for quickly performing actions:
`ruff.applyAutofix`, `ruff.applyFormat`, and `ruff.applyOrganizeImports`
-   Supports `source.fixAll` and `source.organizeImports` source actions
-   Automatically reloads your project configuration when you change it

To setup `ruff server` with your editor, refer to the
[README.md](https://togithub.com/astral-sh/ruff/blob/main/crates/ruff_server/README.md).

##### Preview features

- \[`pycodestyle`] Do not trigger `E3` rules on `def`s following a
function/method with a dummy body
([#&#8203;10704](https://togithub.com/astral-sh/ruff/pull/10704))
- \[`pylint`] Implement `invalid-bytes-returned` (`E0308`)
([#&#8203;10959](https://togithub.com/astral-sh/ruff/pull/10959))
- \[`pylint`] Implement `invalid-length-returned` (`E0303`)
([#&#8203;10963](https://togithub.com/astral-sh/ruff/pull/10963))
- \[`pylint`] Implement `self-cls-assignment` (`W0642`)
([#&#8203;9267](https://togithub.com/astral-sh/ruff/pull/9267))
- \[`pylint`] Omit stubs from `invalid-bool` and
`invalid-str-return-type`
([#&#8203;11008](https://togithub.com/astral-sh/ruff/pull/11008))
- \[`ruff`] New rule `unused-async` (`RUF029`) to detect unneeded
`async` keywords on functions
([#&#8203;9966](https://togithub.com/astral-sh/ruff/pull/9966))

##### Rule changes

- \[`flake8-bandit`] Allow `urllib.request.urlopen` calls with static
`Request` argument (`S310`)
([#&#8203;10964](https://togithub.com/astral-sh/ruff/pull/10964))
- \[`flake8-bugbear`] Treat `raise NotImplemented`-only bodies as stub
functions (`B006`)
([#&#8203;10990](https://togithub.com/astral-sh/ruff/pull/10990))
- \[`flake8-slots`] Respect same-file `Enum` subclasses (`SLOT000`)
([#&#8203;11006](https://togithub.com/astral-sh/ruff/pull/11006))
- \[`pylint`] Support inverted comparisons (`PLR1730`)
([#&#8203;10920](https://togithub.com/astral-sh/ruff/pull/10920))

##### Linter

- Improve handling of builtin symbols in linter rules
([#&#8203;10919](https://togithub.com/astral-sh/ruff/pull/10919))
- Improve display of rules in `--show-settings`
([#&#8203;11003](https://togithub.com/astral-sh/ruff/pull/11003))
- Improve inference capabilities of the `BuiltinTypeChecker`
([#&#8203;10976](https://togithub.com/astral-sh/ruff/pull/10976))
- Resolve classes and functions relative to script name
([#&#8203;10965](https://togithub.com/astral-sh/ruff/pull/10965))
- Improve performance of `RuleTable::any_enabled`
([#&#8203;10971](https://togithub.com/astral-sh/ruff/pull/10971))

##### Server

*This section is devoted to updates for our new language server, written
in Rust.*

- Enable ruff-specific source actions
([#&#8203;10916](https://togithub.com/astral-sh/ruff/pull/10916))
- Refreshes diagnostics for open files when file configuration is
changed
([#&#8203;10988](https://togithub.com/astral-sh/ruff/pull/10988))
- Important errors are now shown as popups
([#&#8203;10951](https://togithub.com/astral-sh/ruff/pull/10951))
- Introduce settings for directly configuring the linter and formatter
([#&#8203;10984](https://togithub.com/astral-sh/ruff/pull/10984))
- Resolve configuration for each document individually
([#&#8203;10950](https://togithub.com/astral-sh/ruff/pull/10950))
- Write a setup guide for Neovim
([#&#8203;10987](https://togithub.com/astral-sh/ruff/pull/10987))

##### Configuration

- Add `RUFF_OUTPUT_FILE` environment variable support
([#&#8203;10992](https://togithub.com/astral-sh/ruff/pull/10992))

##### Bug fixes

- Avoid `non-augmented-assignment` for reversed, non-commutative
operators (`PLR6104`)
([#&#8203;10909](https://togithub.com/astral-sh/ruff/pull/10909))
- Limit commutative non-augmented-assignments to primitive data types
(`PLR6104`)
([#&#8203;10912](https://togithub.com/astral-sh/ruff/pull/10912))
- Respect `per-file-ignores` for `RUF100` on blanket `# noqa`
([#&#8203;10908](https://togithub.com/astral-sh/ruff/pull/10908))
- Consider `if` expression for parenthesized with items parsing
([#&#8203;11010](https://togithub.com/astral-sh/ruff/pull/11010))
- Consider binary expr for parenthesized with items parsing
([#&#8203;11012](https://togithub.com/astral-sh/ruff/pull/11012))
- Reset `FOR_TARGET` context for all kinds of parentheses
([#&#8203;11009](https://togithub.com/astral-sh/ruff/pull/11009))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on the 2nd and 4th day instance on
sunday after 9pm" in timezone America/New_York, Automerge - At any time
(no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/HHS/simpler-grants-gov).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validation error does not indicate type
3 participants