From 762c885c7af453b4d838686b89eb41bf83df6579 Mon Sep 17 00:00:00 2001 From: Angela Date: Tue, 21 Jan 2025 10:33:09 -0800 Subject: [PATCH] pin sdk to commit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a00304..0c1ec5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ - "codex-sdk @ git+ssh://git@github.com/cleanlab/codex-python.git", # TODO: update this once we've published SDK + "codex-sdk @ git+ssh://git@github.com/cleanlab/codex-python.git@65e466e57f61cacd16af61a3c506a9907380d9fe", # TODO: update this once we've published SDK "pydantic>=1.9.0, <3", ]