Skip to content

Commit 5bf63f3

Browse files
authored
Bump versions of examples that need Python SDK change on standalone fns (#150)
1 parent b1ab6d2 commit 5bf63f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/code_embedding/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name = "code-embedding"
33
version = "0.1.0"
44
description = "Simple example for cocoindex: build embedding index based on source code."
55
requires-python = ">=3.10"
6-
dependencies = ["cocoindex>=0.1.10", "python-dotenv>=1.0.1"]
6+
dependencies = ["cocoindex>=0.1.11", "python-dotenv>=1.0.1"]

examples/manuals_llm_extraction/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "Simple example for cocoindex: extract structured information from a Markdown file using LLM."
55
requires-python = ">=3.10"
66
dependencies = [
7-
"cocoindex>=0.1.10",
7+
"cocoindex>=0.1.11",
88
"python-dotenv>=1.0.1",
99
"marker-pdf>=1.5.2",
1010
]

0 commit comments

Comments
 (0)