Skip to content

Commit 1e1f190

Browse files
📦 build: bump pydantic from 2.11.4 to 2.11.5 (#50)
* [FEATURE]: improve logging module for overridable from child package (#49) * 🎨 format: reformat code on api component. * 🎯 feat: update api application. * 🧪 tests: update testcase for job execute api. * 🧪 tests: add dynamic assert context for foreach stage. * 📌 deps: upgrade typer version to 0.16.0. * 🎨 format: change way to setting log config. * 📦 build: bump pydantic from 2.11.4 to 2.11.5 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.4 to 2.11.5. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.4...v2.11.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Korawich Anuttra <korawich.anu@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 26db567 commit 1e1f190

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ requires-python = ">=3.9.13"
2727
dependencies = [
2828
"ddeutil[checksum]>=0.4.8",
2929
"ddeutil-io[yaml,toml]>=0.2.14",
30-
"pydantic==2.11.4",
30+
"pydantic==2.11.5",
3131
"pydantic-extra-types==2.10.4",
3232
"python-dotenv==1.1.0",
3333
"typer>=0.16.0",

0 commit comments

Comments
 (0)