Skip to content

Commit e1eb72e

Browse files
committed
update dependencies and pypi version to 0.0.8
1 parent 72df7e8 commit e1eb72e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "llama-prompt-ops"
7-
version = "0.0.7"
7+
version = "0.0.8"
88
description = "A tool for migrating and optimizing prompts"
99
readme = "README.md"
1010
authors = []
@@ -30,6 +30,7 @@ dependencies = [
3030
"litellm>=1.63.0",
3131
"huggingface-hub>=0.29.0",
3232
"datasets>=2.21.0",
33+
"propcache==0.3.1"
3334
]
3435

3536
[project.optional-dependencies]

0 commit comments

Comments
 (0)