From 95b32e076c6cee2f17b59fe06ffbda363f084365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 21:12:38 +0000 Subject: [PATCH] Update python-dotenv requirement from >=1.0 to >=1.2.2 Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/requirements.txt b/examples/requirements.txt index 22e25a3..13e9f2c 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -1,6 +1,6 @@ fastapi>=0.115 uvicorn[standard]>=0.32 -python-dotenv>=1.0 +python-dotenv>=1.2.2 jinja2>=3.1 # The SDK itself — installed in editable mode from the repo root. # Install with: pip install -e ..