From 578374f8eb0a9164f5cc2fd9315f3af3e38c3365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 23:57:22 +0000 Subject: [PATCH] chore(deps): bump pydantic-settings in /python-mcp-servers/openbb Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.14.0 to 2.14.2. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.14.0...v2.14.2) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python-mcp-servers/openbb/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-mcp-servers/openbb/requirements.txt b/python-mcp-servers/openbb/requirements.txt index 9beae723..063ba44b 100644 --- a/python-mcp-servers/openbb/requirements.txt +++ b/python-mcp-servers/openbb/requirements.txt @@ -5,7 +5,7 @@ fastapi==0.136.1 uvicorn[standard]==0.46.0 pydantic==2.13.3 -pydantic-settings==2.14.0 +pydantic-settings==2.14.2 # Financial data yfinance==0.2.36