Skip to content

Commit aec83c4

Browse files
xiangyan99scbedd
andauthored
Conda 2025.03.01 (Azure#39795)
* init * Updates * remove some dependencies * update * update * fix retrieval of package urls from pypi * update * update * update * update * update --------- Co-authored-by: Scott Beddall <[email protected]>
1 parent 4aad830 commit aec83c4

File tree

57 files changed

+590
-106
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+590
-106
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{% set name = "azure-ai-documentintelligence" %}
2+
3+
package:
4+
name: "{{ name|lower }}"
5+
version: {{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
6+
7+
source:
8+
url: {{ environ.get('DOCUMENTINTELLIGENCE_SOURCE_DISTRIBUTION', '') }}
9+
10+
build:
11+
noarch: python
12+
number: 0
13+
script: "{{ PYTHON }} -m pip install . -vv"
14+
15+
requirements:
16+
host:
17+
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
18+
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
19+
- pip
20+
- python
21+
- requests-oauthlib >=0.5.0
22+
- aiohttp
23+
- isodate
24+
run:
25+
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
26+
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
27+
- python
28+
- requests-oauthlib >=0.5.0
29+
- aiohttp
30+
- isodate
31+
32+
test:
33+
imports:
34+
- azure.ai.documentintelligence
35+
- azure.ai.documentintelligence.aio
36+
37+
about:
38+
home: "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/documentintelligence/azure-ai-documentintelligence"
39+
license: MIT
40+
license_family: MIT
41+
license_file:
42+
summary: "Microsoft Azure AI Document Intelligence Client Library for Python"
43+
description: |
44+
Azure AI Document Intelligence (previously known as Form Recognizer) is a cloud service that uses machine learning to analyze text and structured data from your documents. It includes the following main features:
45+
46+
- Layout - Extract content and structure (ex. words, selection marks, tables) from documents.
47+
- Document - Analyze key-value pairs in addition to general layout from documents.
48+
- Read - Read page information from documents.
49+
- Prebuilt - Extract common field values from select document types (ex. receipts, invoices, business cards, ID documents, U.S. W-2 tax documents, among others) using prebuilt models.
50+
- Custom - Build custom models from your own data to extract tailored field values in addition to general layout from documents.
51+
- Classifiers - Build custom classification models that combine layout and language features to accurately detect and identify documents you process within your application.
52+
- Add-on capabilities - Extract barcodes/QR codes, formulas, font/style, etc. or enable high resolution mode for large documents with optional parameters.
53+
54+
Please see https://aka.ms/azsdk/conda/releases/documentintelligence for version details.
55+
doc_url:
56+
dev_url:
57+
58+
extra:
59+
recipe-maintainers:
60+
- xiangyan99

conda/conda-recipes/azure-ai-translation-document/meta.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,15 @@ requirements:
1616
host:
1717
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
1818
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
19-
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2019
- pip
2120
- python
22-
- six
2321
- requests-oauthlib >=0.5.0
2422
- aiohttp
2523
- isodate
2624
run:
2725
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2826
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
29-
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
3027
- python
31-
- six
3228
- requests-oauthlib >=0.5.0
3329
- aiohttp
3430
- isodate

conda/conda-recipes/azure-ai-vision/meta.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ requirements:
1717
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
1818
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
1919
- cryptography
20-
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2120
- pip
2221
- python
2322
- requests-oauthlib >=0.5.0
@@ -27,7 +26,6 @@ requirements:
2726
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2827
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2928
- cryptography
30-
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
3129
- python
3230
- requests-oauthlib >=0.5.0
3331
- aiohttp

conda/conda-recipes/azure-appconfiguration/meta.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ requirements:
1616
host:
1717
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
1818
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
19-
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2019
- pip
2120
- python
2221
- requests-oauthlib >=0.5.0
@@ -25,7 +24,6 @@ requirements:
2524
run:
2625
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2726
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
28-
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2927
- python
3028
- requests-oauthlib >=0.5.0
3129
- aiohttp

conda/conda-recipes/azure-cosmos/meta.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ requirements:
1818
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
1919
- pip
2020
- python
21-
- six
2221
- typing_extensions
2322
- requests-oauthlib >=0.5.0
2423
- aiohttp
2524
- isodate
2625
run:
2726
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2827
- python
29-
- six
3028
- typing_extensions
3129
- requests-oauthlib >=0.5.0
3230
- aiohttp

conda/conda-recipes/azure-data-tables/meta.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,21 @@ build:
1717
requirements:
1818
host:
1919
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
20-
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2120
- pip
2221
- python
23-
- six
2422
- typing_extensions
2523
- requests-oauthlib >=0.5.0
2624
- aiohttp
2725
- isodate
26+
- yarl
2827
run:
2928
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
30-
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
3129
- python
32-
- six
3330
- typing_extensions
3431
- requests-oauthlib >=0.5.0
3532
- aiohttp
3633
- isodate
34+
- yarl
3735

3836
test:
3937
imports:

conda/conda-recipes/azure-eventgrid/meta.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@ build:
1515
requirements:
1616
host:
1717
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
18-
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
1918
- pip
2019
- python
2120
- requests-oauthlib >=0.5.0
2221
- aiohttp
2322
- isodate
2423
run:
2524
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
26-
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2725
- python
2826
- requests-oauthlib >=0.5.0
2927
- aiohttp

conda/conda-recipes/azure-eventhub/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ requirements:
1616
host:
1717
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
1818
- cryptography
19-
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2019
- pip
2120
- python
2221
- requests-oauthlib >=0.5.0
2322
- aiohttp
23+
- isodate
2424
run:
2525
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2626
- cryptography
27-
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2827
- python
2928
- requests-oauthlib >=0.5.0
3029
- aiohttp
30+
- isodate
3131

3232
test:
3333
imports:

conda/conda-recipes/azure-identity/meta.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@ requirements:
2020
- msal-extensions >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2121
- pip
2222
- python
23-
- six
2423
- typing_extensions
2524
run:
2625
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2726
- cryptography
2827
- msal >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2928
- msal-extensions >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
3029
- python
31-
- six
3230
- typing_extensions
3331

3432
test:

conda/conda-recipes/azure-keyvault/meta.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ requirements:
1717
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
1818
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
1919
- cryptography
20-
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2120
- pip
2221
- python
2322
- requests-oauthlib >=0.5.0
@@ -27,7 +26,6 @@ requirements:
2726
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2827
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2928
- cryptography
30-
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
3129
- python
3230
- requests-oauthlib >=0.5.0
3331
- aiohttp

conda/conda-recipes/azure-mgmt/meta.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,11 @@ test:
189189
- azure.mgmt.computefleet.aio.operations
190190
- azure.mgmt.computefleet.models
191191
- azure.mgmt.computefleet.operations
192+
- azure.mgmt.computeschedule
193+
- azure.mgmt.computeschedule.aio
194+
- azure.mgmt.computeschedule.aio.operations
195+
- azure.mgmt.computeschedule.models
196+
- azure.mgmt.computeschedule.operations
192197
- azure.mgmt.confidentialledger
193198
- azure.mgmt.confidentialledger.aio
194199
- azure.mgmt.confidentialledger.aio.operations
@@ -481,6 +486,11 @@ test:
481486
- azure.mgmt.iotfirmwaredefense.aio.operations
482487
- azure.mgmt.iotfirmwaredefense.models
483488
- azure.mgmt.iotfirmwaredefense.operations
489+
- azure.mgmt.iotoperations
490+
- azure.mgmt.iotoperations.aio
491+
- azure.mgmt.iotoperations.aio.operations
492+
- azure.mgmt.iotoperations.models
493+
- azure.mgmt.iotoperations.operations
484494
- azure.mgmt.keyvault
485495
- azure.mgmt.keyvault.aio
486496
- azure.mgmt.keyvault.v2023_07_01
@@ -679,6 +689,11 @@ test:
679689
- azure.mgmt.peering.aio.operations
680690
- azure.mgmt.peering.models
681691
- azure.mgmt.peering.operations
692+
- azure.mgmt.playwrighttesting
693+
- azure.mgmt.playwrighttesting.aio
694+
- azure.mgmt.playwrighttesting.aio.operations
695+
- azure.mgmt.playwrighttesting.models
696+
- azure.mgmt.playwrighttesting.operations
682697
- azure.mgmt.policyinsights
683698
- azure.mgmt.policyinsights.aio
684699
- azure.mgmt.policyinsights.aio.operations

conda/conda-recipes/azure-monitor-query/meta.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,15 @@ requirements:
1616
host:
1717
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
1818
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
19-
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2019
- pip
2120
- python
22-
- six
2321
- requests-oauthlib >=0.5.0
2422
- aiohttp
2523
- isodate
2624
run:
2725
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2826
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
29-
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
3027
- python
31-
- six
3228
- requests-oauthlib >=0.5.0
3329
- aiohttp
3430
- isodate

conda/conda-recipes/azure-schemaregistry/meta.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,15 @@ requirements:
1616
host:
1717
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
1818
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
19-
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2019
- pip
2120
- python
22-
- six
2321
- requests-oauthlib >=0.5.0
2422
- aiohttp
2523
- isodate
2624
run:
2725
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2826
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
29-
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
3027
- python
31-
- six
3228
- requests-oauthlib >=0.5.0
3329
- aiohttp
3430
- isodate

conda/conda-recipes/azure-servicebus/meta.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,16 @@ requirements:
1616
host:
1717
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
1818
- isodate
19-
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2019
- pip
2120
- python
2221
- requests-oauthlib >=0.5.0
23-
- six >=1.11.0
2422
- aiohttp
2523
- isodate
2624
run:
2725
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2826
- isodate
29-
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
3027
- python
3128
- requests-oauthlib >=0.5.0
32-
- six >=1.11.0
3329
- aiohttp
3430
- isodate
3531

conda/conda-recipes/azure-storage/meta.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ requirements:
1717
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
1818
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
1919
- cryptography >=2.1.4
20-
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2120
- pip
2221
- python
2322
- aiohttp
@@ -26,7 +25,6 @@ requirements:
2625
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2726
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2827
- cryptography >=2.1.4
29-
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
3028
- python
3129
- aiohttp
3230
- requests-oauthlib >=0.5.0

conda/conda-recipes/conda_env.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
variables:
2-
AZURESDK_CONDA_VERSION: '2024.12.01'
2+
AZURESDK_CONDA_VERSION: '2025.03.01'

conda/conda-releaselogs/azure-ai-contentsafety.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Azure AI Content Safety client library for Python (conda)
22

3+
## 2025.03.01
4+
5+
### Packages included
6+
7+
- azure-ai-contentsafety-1.0.0
8+
39
## 2024.12.01
410

511
### Packages included
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Azure AI Document Intelligence client library for Python (conda)
2+
3+
## 2025.03.01
4+
5+
### Packages included
6+
7+
- azure-ai-documentintelligence-1.0.0

conda/conda-releaselogs/azure-ai-evaluation.md

-7
This file was deleted.

conda/conda-releaselogs/azure-ai-language-conversations.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Azure Conversational Language Understanding client library for Python (conda)
22

3+
## 2025.03.01
4+
5+
### Packages included
6+
7+
- azure-ai-language-conversations-1.1.0
8+
39
## 2024.12.01
410

511
### Packages included

conda/conda-releaselogs/azure-ai-language-questionanswering.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Azure Cognitive Language Services Question Answering client library for Python (conda)
22

3+
## 2025.03.01
4+
5+
### Packages included
6+
7+
- azure-ai-language-questionanswering-1.1.0
8+
39
## 2024.12.01
410

511
### Packages included

0 commit comments

Comments
 (0)