Skip to content

Commit e60334b

Browse files
authored
Fix version specifier to azure-cli-telemetry.
1 parent ad0bacc commit e60334b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/azure-cli-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
DEPENDENCIES = [
4646
'argcomplete~=3.5.2',
47-
'azure-cli-telemetry==1.1.0.*',
47+
'azure-cli-telemetry>=1.1.0,<1.1.1',
4848
'azure-core~=1.35.0',
4949
'azure-mgmt-core>=1.2.0,<2',
5050
'cryptography',

0 commit comments

Comments
 (0)