From 9f4187e1d4e8e28caabb611c2deeac044c746087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 19:50:15 +0000 Subject: [PATCH] build(deps): update python-dotenv requirement 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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8214826..299d553 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] dependencies = [ "openai>=1.0,<3.0", - "python-dotenv>=1.0,<2.0", + "python-dotenv>=1.2.2,<2.0", "pydantic>=2.0,<3.0", "PyYAML>=6.0,<7.0", "sqlglot>=27.0,<29.0", diff --git a/requirements.txt b/requirements.txt index 2d63f8d..ac871cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ openai>=1.0,<3.0 -python-dotenv>=1.0,<2.0 +python-dotenv>=1.2.2,<2.0 pydantic>=2.0,<3.0 PyYAML>=6.0,<7.0 sqlglot>=27.0,<29.0