Skip to content

Commit f85e686

Browse files
authored
chore: update requires-python to >=3.11 in examples (#613)
1 parent 68bfda9 commit f85e686

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

examples/code_embedding/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "code-embedding"
33
version = "0.1.0"
44
description = "Simple example for cocoindex: build embedding index based on source code."
5-
requires-python = ">=3.10"
5+
requires-python = ">=3.11"
66
dependencies = ["cocoindex>=0.1.42", "python-dotenv>=1.0.1"]
77

88
[tool.setuptools]

examples/docs_to_knowledge_graph/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "manuals-to-kg"
33
version = "0.1.0"
44
description = "Simple example for cocoindex: extract triples from files and build knowledge graph."
5-
requires-python = ">=3.10"
5+
requires-python = ">=3.11"
66
dependencies = ["cocoindex>=0.1.42"]
77

88
[tool.setuptools]

examples/manuals_llm_extraction/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "manuals-llm-extraction"
33
version = "0.1.0"
44
description = "Simple example for cocoindex: extract structured information from a Markdown file using LLM."
5-
requires-python = ">=3.10"
5+
requires-python = ">=3.11"
66
dependencies = ["cocoindex>=0.1.42", "marker-pdf>=1.5.2"]
77

88
[tool.setuptools]

examples/pdf_embedding/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pdf-embedding"
33
version = "0.1.0"
44
description = "Simple example for cocoindex: build embedding index based on local PDF files."
5-
requires-python = ">=3.10"
5+
requires-python = ">=3.11"
66
dependencies = [
77
"cocoindex>=0.1.42",
88
"python-dotenv>=1.0.1",

examples/product_recommendation/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cocoindex-ecommerce-taxonomy"
33
version = "0.1.0"
44
description = "Simple example for CocoIndex: extract taxonomy from e-commerce products and build knowledge graph."
5-
requires-python = ">=3.10"
5+
requires-python = ">=3.11"
66
dependencies = ["cocoindex>=0.1.42", "jinja2>=3.1.6"]
77

88
[tool.setuptools]

examples/text_embedding/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "text-embedding"
33
version = "0.1.0"
44
description = "Simple example for cocoindex: build embedding index based on local text files."
5-
requires-python = ">=3.10"
5+
requires-python = ">=3.11"
66
dependencies = [
77
"cocoindex>=0.1.42",
88
"python-dotenv>=1.0.1",

examples/text_embedding_qdrant/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "text-embedding-qdrant"
33
version = "0.1.0"
44
description = "Simple example for cocoindex: build embedding index based on local text files."
5-
requires-python = ">=3.10"
5+
requires-python = ">=3.11"
66
dependencies = [
77
"cocoindex>=0.1.42",
88
"python-dotenv>=1.0.1",

0 commit comments

Comments
 (0)