Skip to content

Commit 5b965f6

Browse files
committed
Update
1 parent aab7b41 commit 5b965f6

File tree

6 files changed

+349
-6
lines changed

6 files changed

+349
-6
lines changed

deploy_ai_search_indexes/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
authors = [
77
{ name = "Ben Constable", email = "benconstable@microsoft.com" }
88
]
9-
requires-python = ">=3.12"
9+
requires-python = ">=3.11"
1010
dependencies = [
1111
"azure-identity>=1.19.0",
1212
"azure-mgmt-web>=7.3.1",

image_processing/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
authors = [
77
{ name = "Ben Constable", email = "benconstable@microsoft.com" }
88
]
9-
requires-python = ">=3.12"
9+
requires-python = ">=3.11"
1010
dependencies = [
1111
"azure-functions>=1.21.3",
1212
"azure-identity>=1.19.0",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "dstoolkit-text2sql-and-imageprocessing"
33
version = "0.1.0"
44
description = "This repo accelerates development of RAG applications with rich data sources including SQL Warehouses and documents analysed with Azure Document Intelligence."
55
readme = "README.md"
6-
requires-python = ">=3.12"
6+
requires-python = ">=3.11"
77
dependencies = [
88
"deploy_ai_search_indexes",
99
"image_processing",

text_2_sql/autogen/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
authors = [
77
{ name = "Ben Constable", email = "benconstable@microsoft.com" }
88
]
9-
requires-python = ">=3.12"
9+
requires-python = ">=3.11"
1010
dependencies = [
1111
"aiostream>=0.6.4",
1212
"autogen-agentchat==0.4.2",

text_2_sql/text_2_sql_core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
authors = [
77
{ name = "Ben Constable", email = "benconstable@microsoft.com" }
88
]
9-
requires-python = ">=3.12"
9+
requires-python = ">=3.11"
1010
dependencies = [
1111
"aiohttp>=3.11.11",
1212
"aioodbc>=0.5.0",

0 commit comments

Comments
 (0)