Skip to content

Commit 5064df7

Browse files
chore(py): update Python genkit to use the production release version
of dotprompt from pypi
1 parent ad8f46e commit 5064df7

File tree

2 files changed

+169
-14
lines changed

2 files changed

+169
-14
lines changed

py/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
dependencies = [
3-
"dotpromptz",
3+
"dotpromptz>=0.1.3",
44
"genkit",
55
"genkit-plugin-dev-local-vectorstore",
66
"genkit-plugin-compat-oai",
@@ -82,7 +82,7 @@ omit = [
8282
default-groups = ["dev", "lint"]
8383

8484
[tool.uv.sources]
85-
dotpromptz = { git = "https://github.com/google/dotprompt.git", subdirectory = "python/dotpromptz", rev = "main" }
85+
#dotpromptz = { git = "https://github.com/google/dotprompt.git", subdirectory = "python/dotpromptz", rev = "main" }
8686
genkit = { workspace = true }
8787
genkit-plugin-compat-oai = { workspace = true }
8888
genkit-plugin-dev-local-vectorstore = { workspace = true }

0 commit comments

Comments
 (0)