From 3a348580472ce77fabef41349d350c310191e8cd Mon Sep 17 00:00:00 2001 From: Hunter Lovell <40191806+hntrl@users.noreply.github.com> Date: Sun, 6 Sep 2026 03:08:20 +0000 Subject: [PATCH] fix(code): require released QuickJS version Require the QuickJS release that contains the current interpreter fixes. Co-authored-by: open-swe[bot] --- libs/code/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/code/pyproject.toml b/libs/code/pyproject.toml index b70ee69e15..73349b4f8a 100644 --- a/libs/code/pyproject.toml +++ b/libs/code/pyproject.toml @@ -62,7 +62,7 @@ dependencies = [ # Tools "tavily-python>=0.7.26,<1.0.0", - "langchain-quickjs>=0.3.4,<0.4.0", + "langchain-quickjs>=0.3.7,<0.4.0", # Cost estimation (bundled offline pricing data). # The local pricing overrides resolve through two *private* upstream names,