Skip to content

Commit eea9fbd

Browse files
authored
Bump examples dep version from to v0.1.6 to pick bug fix #54 (#56)
1 parent 46aa004 commit eea9fbd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.4", "python-dotenv>=1.0.1"]
6+
dependencies = ["cocoindex>=0.1.6", "python-dotenv>=1.0.1"]

examples/manual_extraction/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name = "manual-extraction"
33
version = "0.1.0"
44
description = "Simple example for cocoindex: extract manual information from a Markdown."
55
requires-python = ">=3.10"
6-
dependencies = ["cocoindex>=0.1.4", "python-dotenv>=1.0.1", "marker-pdf>=1.5.2"]
6+
dependencies = ["cocoindex>=0.1.6", "python-dotenv>=1.0.1", "marker-pdf>=1.5.2"]

examples/pdf_embedding/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name = "pdf-embedding"
33
version = "0.1.0"
44
description = "Simple example for cocoindex: build embedding index based on local PDF files."
55
requires-python = ">=3.10"
6-
dependencies = ["cocoindex>=0.1.4", "python-dotenv>=1.0.1", "marker-pdf>=1.5.2"]
6+
dependencies = ["cocoindex>=0.1.6", "python-dotenv>=1.0.1", "marker-pdf>=1.5.2"]

examples/text_embedding/pyproject.toml

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

0 commit comments

Comments
 (0)