From b478cda67d8fea103aae881079e445c55b65afd9 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 13 Nov 2024 19:02:29 -0800 Subject: [PATCH] Depend on llm>=0.18a0, refs #25 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 609d625..d3adb06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ classifiers = [ "License :: OSI Approved :: Apache Software License" ] dependencies = [ - "llm>=0.17", + "llm>=0.18a0", "anthropic>=0.39.0", ]