From f3b9b9f7a833eb65ee339378e93aac11acfc2742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:06:31 +0000 Subject: [PATCH] build(deps): bump pydantic-core from 2.46.4 to 2.48.0 in /clients/py Bumps [pydantic-core](https://github.com/pydantic/pydantic) from 2.46.4 to 2.48.0. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/core-v2.46.4...core-v2.48.0) --- updated-dependencies: - dependency-name: pydantic-core dependency-version: 2.48.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- clients/py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/py/requirements.txt b/clients/py/requirements.txt index 2b60b8c1..eb64e7e1 100644 --- a/clients/py/requirements.txt +++ b/clients/py/requirements.txt @@ -12,7 +12,7 @@ hyperframe==6.1.0 idna==3.18 jsonalias==0.1.1 pydantic==2.13.4 -pydantic_core==2.46.4 +pydantic_core==2.48.0 solana==0.40.1 solders==0.27.1 truststore==0.10.4