Skip to content

Commit c3aecf1

Browse files
committed
Update lock
1 parent 7f1b72c commit c3aecf1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

deploy_ai_search_indexes/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name = "deploy_ai_search_indexes"
33
version = "0.1.0"
44
description = "Helper functions to deploy Azure AI Search"
55
readme = "README.md"
6+
authors = [
7+
{ name = "Ben Constable", email = "benconstable@microsoft.com" }
8+
]
69
requires-python = ">=3.12"
710
dependencies = [
811
"azure-identity>=1.19.0",

image_processing/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[project]
22
name = "image_processing"
33
version = "0.1.0"
4-
description = "Add your description here"
4+
description = "Image processing for documents with Document Intelligence and OpenAI"
55
readme = "README.md"
6+
authors = [
7+
{ name = "Ben Constable", email = "benconstable@microsoft.com" }
8+
]
69
requires-python = ">=3.12"
710
dependencies = [
811
"azure-functions>=1.21.3",

text_2_sql/autogen/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name = "autogen_text_2_sql"
33
version = "0.1.0"
44
description = "AutoGen Based Implementation"
55
readme = "README.md"
6+
authors = [
7+
{ name = "Ben Constable", email = "benconstable@microsoft.com" }
8+
]
69
requires-python = ">=3.12"
710
dependencies = [
811
"aiostream>=0.6.4",
@@ -18,7 +21,6 @@ dependencies = [
1821

1922
[dependency-groups]
2023
dev = [
21-
"autogen-text-2-sql",
2224
"black>=24.10.0",
2325
"ipykernel>=6.29.5",
2426
"jupyter>=1.1.1",

0 commit comments

Comments
 (0)