From d3f950d3a8ee8ddba02b283f2bc840d9716fdfa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:43:25 +0000 Subject: [PATCH] chore(deps): bump exa-py from 1.14.0 to 2.13.2 in /sdk Bumps [exa-py](https://github.com/exa-labs/exa-py) from 1.14.0 to 2.13.2. - [Commits](https://github.com/exa-labs/exa-py/commits) --- updated-dependencies: - dependency-name: exa-py dependency-version: 2.13.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index cdb5459b9..89b3d28d9 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ dependencies = [ "aiofiles>=24.1.0", "elasticsearch==8.17.2", - "exa_py==1.14.0", + "exa_py==2.13.2", "httpx[socks]>=0.28.1", "numpy>=1.26.4", "openai>=1.69.0",