Skip to content

Commit

Permalink
Update dependency pydantic-settings to v2.3.4 (#215)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [pydantic-settings](https://togithub.com/pydantic/pydantic-settings)
([changelog](https://togithub.com/pydantic/pydantic-settings/releases))
| project.dependencies | patch | `==2.3.3` -> `==2.3.4` |

---

### Release Notes

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

###
[`v2.3.4`](https://togithub.com/pydantic/pydantic-settings/releases/tag/v2.3.4)

[Compare
Source](https://togithub.com/pydantic/pydantic-settings/compare/v2.3.3...v2.3.4)

#### What's Changed

- add in-place reloading in docs by
[@&#8203;nrolin](https://togithub.com/nrolin) in
[https://github.com/pydantic/pydantic-settings/pull/316](https://togithub.com/pydantic/pydantic-settings/pull/316)
- Nested pydantic dataclasses and doc fixes. by
[@&#8203;kschwab](https://togithub.com/kschwab) in
[https://github.com/pydantic/pydantic-settings/pull/317](https://togithub.com/pydantic/pydantic-settings/pull/317)
- Remove leftover docstring causing warning on `pydantic` docs build by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[https://github.com/pydantic/pydantic-settings/pull/321](https://togithub.com/pydantic/pydantic-settings/pull/321)

#### New Contributors

- [@&#8203;nrolin](https://togithub.com/nrolin) made their first
contribution in
[https://github.com/pydantic/pydantic-settings/pull/316](https://togithub.com/pydantic/pydantic-settings/pull/316)
- [@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) made their
first contribution in
[https://github.com/pydantic/pydantic-settings/pull/321](https://togithub.com/pydantic/pydantic-settings/pull/321)

**Full Changelog**:
pydantic/pydantic-settings@v2.3.3...v2.3.4

</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 [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
RKIMetadataExchange authored Jul 12, 2024
1 parent 820f788 commit 9457fdb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"numpy==1.26.4",
"pandas==2.2.2",
"pyarrow==16.1.0",
"pydantic-settings==2.3.3",
"pydantic-settings==2.3.4",
"pydantic==2.7.4",
"requests==2.32.3",
]
Expand Down

0 comments on commit 9457fdb

Please sign in to comment.