Skip to content

Commit 6eaefc3

Browse files
authored
[Identity] Update dev requirements for broker package (#41554)
`pytest-cov` and the latest versions of `cryptography` don't seem to play nice on Python 3.9. Let's just pin cryptography for Python 3.9. Signed-off-by: Paul Van Eck <[email protected]>
1 parent 0cbd36e commit 6eaefc3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sdk/identity/azure-identity-broker/dev_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
aiohttp>=3.0
33
typing_extensions>=3.7.2
44
-e ../../../tools/azure-sdk-tools
5+
cryptography<45.0.0; python_version < "3.10"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[tool.azure-sdk-build]
22
pyright = false
3-
black = true
3+
black = true

0 commit comments

Comments
 (0)