We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72df7e8 commit e1eb72eCopy full SHA for e1eb72e
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "llama-prompt-ops"
7
-version = "0.0.7"
+version = "0.0.8"
8
description = "A tool for migrating and optimizing prompts"
9
readme = "README.md"
10
authors = []
@@ -30,6 +30,7 @@ dependencies = [
30
"litellm>=1.63.0",
31
"huggingface-hub>=0.29.0",
32
"datasets>=2.21.0",
33
+ "propcache==0.3.1"
34
]
35
36
[project.optional-dependencies]
0 commit comments