File tree 5 files changed +5
-5
lines changed
azure-communication-identity
containerregistry/azure-containerregistry
textanalytics/azure-ai-textanalytics
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 69
69
"pytyped" : ["py.typed" ],
70
70
},
71
71
python_requires = ">=3.8" ,
72
- install_requires = ["msrest>=0.7.1" , "azure-core>=1.24 .0" ],
72
+ install_requires = ["msrest>=0.7.1" , "azure-core>=1.27 .0" ],
73
73
extras_require = {":python_version<'3.8'" : ["typing-extensions" ]},
74
74
project_urls = {
75
75
"Bug Reports" : "https://github.com/Azure/azure-sdk-for-python/issues" ,
Original file line number Diff line number Diff line change 68
68
},
69
69
python_requires = ">=3.8" ,
70
70
install_requires = [
71
- 'azure-core>=1.24 .0' ,
71
+ 'azure-core>=1.27 .0' ,
72
72
'msrest>=0.7.1' ,
73
73
],
74
74
extras_require = {
Original file line number Diff line number Diff line change 56
56
),
57
57
python_requires = ">=3.8" ,
58
58
install_requires = [
59
- "azure-core>=1.24 .0,<2.0.0" ,
59
+ "azure-core>=1.27 .0,<2.0.0" ,
60
60
"isodate>=0.6.0" ,
61
61
],
62
62
project_urls = {
Original file line number Diff line number Diff line change 71
71
zip_safe = False ,
72
72
packages = find_packages (exclude = exclude_packages ),
73
73
install_requires = [
74
- "azure-core>=1.14 .0" ,
74
+ "azure-core>=1.27 .0" ,
75
75
"typing-extensions>=4.0.1" ,
76
76
]
77
77
)
Original file line number Diff line number Diff line change 69
69
},
70
70
python_requires = ">=3.8" ,
71
71
install_requires = [
72
- "azure-core>=1.24 .0" ,
72
+ "azure-core>=1.27 .0" ,
73
73
'azure-common>=1.1' ,
74
74
"isodate>=0.6.1" ,
75
75
"typing-extensions>=4.0.1" ,
You can’t perform that action at this time.
0 commit comments