From 14d28c34fdc34df0146e2c070fe3deafb31e3a52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 22:05:54 -0700 Subject: [PATCH] chore(deps-dev): update cx-oracle requirement from <8.1,>8.0.0 to >8.0.0,<8.4 (#39753) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 142fc4d4c1a..5afdf6983d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -171,7 +171,7 @@ ocient = [ "shapely", "geojson", ] -oracle = ["cx-Oracle>8.0.0, <8.1"] +oracle = ["cx-Oracle>8.0.0, <8.4"] parseable = ["sqlalchemy-parseable>=0.1.3,<0.2.0"] pinot = ["pinotdb>=5.0.0, <6.0.0"] playwright = ["playwright>=1.37.0, <2"]