cjber commited on
Commit
265f194
·
1 Parent(s): eec0aab

add azure python sdk

Browse files
Files changed (2) hide show
  1. pyproject.toml +1 -0
  2. uv.lock +25 -0
pyproject.toml CHANGED
@@ -30,6 +30,7 @@ dependencies = [
30
  # "langchain-chroma>=0.1.4",
31
  "pypdf>=5.1.0",
32
  "geopandas>=1.0.1",
 
33
  ]
34
 
35
  [tool.uv]
 
30
  # "langchain-chroma>=0.1.4",
31
  "pypdf>=5.1.0",
32
  "geopandas>=1.0.1",
33
+ "azure-ai-documentintelligence>=1.0.0",
34
  ]
35
 
36
  [tool.uv]
uv.lock CHANGED
@@ -108,6 +108,20 @@ wheels = [
108
  { url = "https://files.pythonhosted.org/packages/89/aa/ab0f7891a01eeb2d2e338ae8fecbe57fcebea1a24dbb64d45801bfab481d/attrs-24.3.0-py3-none-any.whl", hash = "sha256:ac96cd038792094f438ad1f6ff80837353805ac950cd2aa0e0625ef19850c308", size = 63397 },
109
  ]
110
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  [[package]]
112
  name = "azure-core"
113
  version = "1.32.0"
@@ -796,6 +810,15 @@ wheels = [
796
  { url = "https://files.pythonhosted.org/packages/04/60/d0feb6b6d9fe4ab89fe8fe5b47cbf6cd936bfd9f1e7ffa9d0015425aeed6/ipython-8.31.0-py3-none-any.whl", hash = "sha256:46ec58f8d3d076a61d128fe517a51eb730e3aaf0c184ea8c17d16e366660c6a6", size = 821583 },
797
  ]
798
 
 
 
 
 
 
 
 
 
 
799
  [[package]]
800
  name = "jedi"
801
  version = "0.19.2"
@@ -1654,6 +1677,7 @@ name = "planning-ai"
1654
  version = "0.1.0"
1655
  source = { virtual = "." }
1656
  dependencies = [
 
1657
  { name = "beautifulsoup4" },
1658
  { name = "chromadb" },
1659
  { name = "fastexcel" },
@@ -1688,6 +1712,7 @@ dev = [
1688
 
1689
  [package.metadata]
1690
  requires-dist = [
 
1691
  { name = "beautifulsoup4", specifier = ">=4.12.3" },
1692
  { name = "chromadb", specifier = ">=0.5.23" },
1693
  { name = "fastexcel", specifier = ">=0.11.6" },
 
108
  { url = "https://files.pythonhosted.org/packages/89/aa/ab0f7891a01eeb2d2e338ae8fecbe57fcebea1a24dbb64d45801bfab481d/attrs-24.3.0-py3-none-any.whl", hash = "sha256:ac96cd038792094f438ad1f6ff80837353805ac950cd2aa0e0625ef19850c308", size = 63397 },
109
  ]
110
 
111
+ [[package]]
112
+ name = "azure-ai-documentintelligence"
113
+ version = "1.0.0"
114
+ source = { registry = "https://pypi.org/simple" }
115
+ dependencies = [
116
+ { name = "azure-core" },
117
+ { name = "isodate" },
118
+ { name = "typing-extensions" },
119
+ ]
120
+ sdist = { url = "https://files.pythonhosted.org/packages/ca/fd/cd0d493e9dc93a5ce097db7508f1b2467a73dcc7022c235b409ce48b9679/azure_ai_documentintelligence-1.0.0.tar.gz", hash = "sha256:c8b6efc0fc7e65d7892c9585cfd256f7d8b3f2b46cecf92c75ab82e629eac253", size = 169420 }
121
+ wheels = [
122
+ { url = "https://files.pythonhosted.org/packages/84/a8/c9c66d4d04b8aee06ebdc9a6077736b222b9b2fe92364fed6f9a1c08ece0/azure_ai_documentintelligence-1.0.0-py3-none-any.whl", hash = "sha256:cdedb1a67c075f58f47a413ec5846bf8d532a83a71f0c51ec49ce9b5bfe2a519", size = 105454 },
123
+ ]
124
+
125
  [[package]]
126
  name = "azure-core"
127
  version = "1.32.0"
 
810
  { url = "https://files.pythonhosted.org/packages/04/60/d0feb6b6d9fe4ab89fe8fe5b47cbf6cd936bfd9f1e7ffa9d0015425aeed6/ipython-8.31.0-py3-none-any.whl", hash = "sha256:46ec58f8d3d076a61d128fe517a51eb730e3aaf0c184ea8c17d16e366660c6a6", size = 821583 },
811
  ]
812
 
813
+ [[package]]
814
+ name = "isodate"
815
+ version = "0.7.2"
816
+ source = { registry = "https://pypi.org/simple" }
817
+ sdist = { url = "https://files.pythonhosted.org/packages/54/4d/e940025e2ce31a8ce1202635910747e5a87cc3a6a6bb2d00973375014749/isodate-0.7.2.tar.gz", hash = "sha256:4cd1aa0f43ca76f4a6c6c0292a85f40b35ec2e43e315b59f06e6d32171a953e6", size = 29705 }
818
+ wheels = [
819
+ { url = "https://files.pythonhosted.org/packages/15/aa/0aca39a37d3c7eb941ba736ede56d689e7be91cab5d9ca846bde3999eba6/isodate-0.7.2-py3-none-any.whl", hash = "sha256:28009937d8031054830160fce6d409ed342816b543597cece116d966c6d99e15", size = 22320 },
820
+ ]
821
+
822
  [[package]]
823
  name = "jedi"
824
  version = "0.19.2"
 
1677
  version = "0.1.0"
1678
  source = { virtual = "." }
1679
  dependencies = [
1680
+ { name = "azure-ai-documentintelligence" },
1681
  { name = "beautifulsoup4" },
1682
  { name = "chromadb" },
1683
  { name = "fastexcel" },
 
1712
 
1713
  [package.metadata]
1714
  requires-dist = [
1715
+ { name = "azure-ai-documentintelligence", specifier = ">=1.0.0" },
1716
  { name = "beautifulsoup4", specifier = ">=4.12.3" },
1717
  { name = "chromadb", specifier = ">=0.5.23" },
1718
  { name = "fastexcel", specifier = ">=0.11.6" },