From cbda183d4337a7f39a5a6f27bca24a3bd4765370 Mon Sep 17 00:00:00 2001 From: Satchel Baldwin Date: Tue, 28 Oct 2025 13:03:06 -0500 Subject: [PATCH] bump local dependencies for archytas and adhoc-api to attempt to prevent pip backtracking --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 72c6cdcb..bb1f11f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,8 +22,8 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ - "archytas>=1.5.0", - "adhoc-api", + "archytas>=1.6.4", + "adhoc-api>=2.6.0", "jupyterlab~=4.0", "jupyterlab-server>=2.22.1,<3", "requests>=2.24,<3",