From 2b8570f2ac4e1b911f1ee7ef483785189b02adf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 23:34:08 +0000 Subject: [PATCH] chore(deps): update openai requirement from ~=1.38 to ~=1.50 Updates the requirements on [openai](https://github.com/openai/openai-python) to permit the latest version. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v1.38.0...v1.50.2) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9a03b4f..15c25cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ Shapely~=2.0 SQLAlchemy~=2.0 sqlglot~=25.8 sqlparse~=0.5 -openai~=1.38 +openai~=1.50 mapclassify~=2.8 duckdb~=1.1 typing-extensions~=4.12