From 9457fdb26e18cdc64668e48ae3054ded78ba6ba0 Mon Sep 17 00:00:00 2001 From: RKI | Metadata Exchange <121876825+RKIMetadataExchange@users.noreply.github.com> Date: Fri, 12 Jul 2024 17:46:24 +0200 Subject: [PATCH] Update dependency pydantic-settings to v2.3.4 (#215) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
pydantic/pydantic-settings (pydantic-settings) ### [`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 [@​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 [@​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 [@​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 - [@​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) - [@​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**: https://github.com/pydantic/pydantic-settings/compare/v2.3.3...v2.3.4
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- pdm.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pdm.lock b/pdm.lock index 54dd8173..8b54016b 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "dev"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.2" -content_hash = "sha256:d0ff5be3901b762a4d04624424aeeb4a2183465ac5ed5916f96783793b956e08" +content_hash = "sha256:884f514fbec54a3d58ff7ffbb81fefdf1d65ae3439f2536abed896fa07b01e70" [[package]] name = "alabaster" @@ -792,7 +792,7 @@ files = [ [[package]] name = "pydantic-settings" -version = "2.3.3" +version = "2.3.4" requires_python = ">=3.8" summary = "Settings management using Pydantic" groups = ["default"] @@ -801,8 +801,8 @@ dependencies = [ "python-dotenv>=0.21.0", ] files = [ - {file = "pydantic_settings-2.3.3-py3-none-any.whl", hash = "sha256:e4ed62ad851670975ec11285141db888fd24947f9440bd4380d7d8788d4965de"}, - {file = "pydantic_settings-2.3.3.tar.gz", hash = "sha256:87fda838b64b5039b970cd47c3e8a1ee460ce136278ff672980af21516f6e6ce"}, + {file = "pydantic_settings-2.3.4-py3-none-any.whl", hash = "sha256:11ad8bacb68a045f00e4f862c7a718c8a9ec766aa8fd4c32e39a0594b207b53a"}, + {file = "pydantic_settings-2.3.4.tar.gz", hash = "sha256:c5802e3d62b78e82522319bbc9b8f8ffb28ad1c988a99311d04f2a6051fca0a7"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index c6f88c9b..03924cae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]