Skip to content

Commit 5ade108

Browse files
authored
Bumping the targeted httpx for azure-core-experimental dev reqs (#44328)
* bumping the targeted httpx and JS to unblock CI
1 parent 2528892 commit 5ade108

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
# this is an experimental package and as such has some experimental dependencies
2+
# those dependencies come with some constraints that we need to work around here
3+
# httpx==0.23.3 and js==1.0 cannot be pulled into a non-CFS azdo feed due to a azdo specific limitation.
4+
# Simultaneously updating either of these dependencies requires a test update. pinning in place for now.
5+
https://azuresdkartifacts.z5.web.core.windows.net/python/distributions/distros/httpx-0.23.3-py3-none-any.whl
6+
https://azuresdkartifacts.z5.web.core.windows.net/python/distributions/distros/js-1.0.tar.gz
17
-e ../../../eng/tools/azure-sdk-tools
28
../azure-core
39
-e ../azure-core/tests/testserver_tests/coretestserver
4-
js
510
pyodide==0.19.0a1; python_version >= '3.8'
6-
httpx==0.23.3
711
urllib3>=2.0.0

0 commit comments

Comments
 (0)