Skip to content

Commit

Permalink
Bump http-client-python 0.3.8 to fix access for paging/lro (#2908)
Browse files Browse the repository at this point in the history
* Update dependencies (2024-11-08 03:50:14)

* udpate dependency

* changelog

---------

Co-authored-by: AutoPrFromHttpClientPython <AutoPrFromHttpClientPython>
  • Loading branch information
msyyc authored Nov 8, 2024
1 parent fd69127 commit 20abbcc
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
8 changes: 8 additions & 0 deletions .chronus/changes/auto-python-fix-access-2024-10-8-14-45-24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
changeKind: fix
packages:
- "@autorest/python"
- "@azure-tools/typespec-python"
---

Bump http-client-python to fix access for paging operation and lro
2 changes: 1 addition & 1 deletion packages/autorest.python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/Azure/autorest.python/blob/main/README.md",
"dependencies": {
"@typespec/http-client-python": "~0.3.7",
"@typespec/http-client-python": "~0.3.8",
"@autorest/system-requirements": "~1.0.2",
"fs-extra": "~11.2.0",
"tsx": "~4.19.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"js-yaml": "~4.1.0",
"semver": "~7.6.2",
"tsx": "~4.19.1",
"@typespec/http-client-python": "~0.3.7",
"@typespec/http-client-python": "~0.3.8",
"fs-extra": "~11.2.0"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 20abbcc

Please sign in to comment.