Skip to content

Commit fc74720

Browse files
committed
Update project tomls
1 parent d36a664 commit fc74720

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

deploy_ai_search/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dependencies = [
1010
"azure-search-documents==11.6.0b8",
1111
"azure-storage-blob>=12.24.0",
1212
"python-dotenv>=1.0.1",
13+
"text_2_sql_core",
1314
]
1415

1516
[dependency-groups]
@@ -24,4 +25,4 @@ dev = [
2425
]
2526

2627
[tool.uv.sources]
27-
text-2-sql-core = { workspace = true }
28+
text_2_sql_core = { workspace = true }

text_2_sql/autogen/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"autogen-ext[azure,openai]==0.4.0.dev7",
1111
"grpcio>=1.68.1",
1212
"pyyaml>=6.0.2",
13-
"text-2-sql-core",
13+
"text_2_sql_core",
1414
]
1515

1616
[dependency-groups]
@@ -26,4 +26,4 @@ dev = [
2626
]
2727

2828
[tool.uv.sources]
29-
text-2-sql-core = { workspace = true }
29+
text_2_sql_core = { workspace = true }

text_2_sql/semantic_kernel/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ requires-python = ">=3.12"
77
dependencies = [
88
"grpcio>=1.68.1",
99
"semantic-kernel==1.9.0",
10+
"text_2_sql_core",
1011
]
1112

1213
[dependency-groups]
@@ -21,4 +22,4 @@ dev = [
2122
]
2223

2324
[tool.uv.sources]
24-
text_2_sql_core = { path = "text_2_sql/text_2_sql_core" }
25+
text_2_sql_core = { workspace = true }

text_2_sql/text_2_sql_core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "text-2-sql-core"
2+
name = "text_2_sql_core"
33
version = "0.1.0"
44
description = "Core Functionality for Text to SQL"
55
readme = "README.md"

0 commit comments

Comments
 (0)