Skip to content

Commit

Permalink
[translation] bump azure-core version (#17569)
Browse files Browse the repository at this point in the history
* bump azure-core version

* small fix in setup
  • Loading branch information
kristapratico authored Mar 25, 2021
1 parent 041c834 commit 073fc36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sdk/documenttranslation/azure-ai-documenttranslation/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import re

PACKAGE_NAME = "azure-ai-documenttranslation"
PACKAGE_PPRINT_NAME = "Document Translation Package"
PACKAGE_PPRINT_NAME = "Azure Document Translation Package"

# a-b-c => a/b/c
package_folder_path = PACKAGE_NAME.replace('-', '/')
Expand Down Expand Up @@ -52,7 +52,7 @@
'azure.ai',
]),
install_requires=[
"azure-core<2.0.0,>=1.8.2",
"azure-core<2.0.0,>=1.10.0",
"msrest>=0.6.21",
'six>=1.11.0',
'azure-common~=1.1',
Expand Down
2 changes: 1 addition & 1 deletion shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ opentelemetry-sdk==0.17b0
#override azure-mgmt-communication azure-core<2.0.0,>=1.9.0
#override azure-ai-metricsadvisor azure-core<2.0.0,>=1.6.0
#override azure-ai-metricsadvisor msrest>=0.6.21
#override azure-ai-documenttranslation azure-core<2.0.0,>=1.8.2
#override azure-ai-documenttranslation azure-core<2.0.0,>=1.10.0
#override azure-ai-documenttranslation msrest>=0.6.21
#override azure-monitor-opentelemetry-exporter azure-core<2.0.0,>=1.6.0
#override azure-monitor-opentelemetry-exporter msrest>=0.6.10
Expand Down

0 comments on commit 073fc36

Please sign in to comment.