Skip to content

Commit 05f2a9d

Browse files
authored
Update Project.toml to 3.10 for databricks-ai-bridge and databricks-llama-index (#122)
1 parent 6a74aa1 commit 05f2a9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrations/llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
]
88
readme = "README.md"
99
license = { text="Apache-2.0" }
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.10"
1111
dependencies = [
1212
"databricks-vectorsearch>=0.40",
1313
"databricks-ai-bridge>=0.1.0",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
{ name="Databricks", email="[email protected]" },
77
]
88
readme = "README.md"
9-
requires-python = ">=3.9"
9+
requires-python = ">=3.10"
1010
dependencies = [
1111
"typing_extensions",
1212
"pydantic",

0 commit comments

Comments
 (0)