Depend on LLM >= 0.18

This commit is contained in:
Simon Willison
2024-11-17 12:53:42 -08:00
committed by GitHub
parent b1bab19a74
commit 480fe27dc0

View File

@@ -9,7 +9,7 @@ classifiers = [
"License :: OSI Approved :: Apache Software License"
]
dependencies = [
"llm>=0.18a0",
"llm>=0.18",
"anthropic>=0.39.0",
]