Skip to content

Commit 7699f72

Browse files
authored
chore(deps): use dotpromptz version 0.1.3 from pypi (#3928)
1 parent 9dcde54 commit 7699f72

File tree

2 files changed

+170
-15
lines changed

2 files changed

+170
-15
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+
8686
genkit = { workspace = true }
8787
genkit-plugin-compat-oai = { workspace = true }
8888
genkit-plugin-dev-local-vectorstore = { workspace = true }

0 commit comments

Comments
 (0)