Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit ee54996

Browse files
authored
Bump dev dependency for http-client-python (#3135)
* Update dependencies * Update dependencies (2025-07-24 06:18:25) * Regenerate for typespec-python (2025-07-24 06:23:12) * Regenerate for autorest.python (2025-07-24 06:39:15) * bump http-client-python version * regenerate * delete changelog * delete changelog * Regenerate for typespec-python (2025-07-29 06:25:56) * fix ci --------- Co-authored-by: AutoPrFromHttpClientPython <AutoPrFromHttpClientPython>
1 parent de43c9c commit ee54996

737 files changed

Lines changed: 822 additions & 518 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 8 additions & 0 deletions
Lines changed: 8 additions & 0 deletions
Lines changed: 8 additions & 0 deletions

packages/autorest.python/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/Azure/autorest.python/blob/main/README.md",
3131
"dependencies": {
32-
"@typespec/http-client-python": "~0.14.0",
32+
"@typespec/http-client-python": "~0.14.1-dev.1",
3333
"@autorest/system-requirements": "~1.0.2",
3434
"fs-extra": "~11.2.0",
3535
"tsx": "~4.19.1"

packages/autorest.python/samples/specification/azure_key_credential/generated/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
include_package_data=True,
2525
install_requires=[
2626
"isodate>=0.6.1",
27-
"azure-core>=1.30.0",
27+
"azure-core>=1.35.0",
2828
"typing-extensions>=4.6.0",
2929
],
3030
long_description="""\

packages/autorest.python/samples/specification/basic/generated/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
include_package_data=True,
2525
install_requires=[
2626
"isodate>=0.6.1",
27-
"azure-core>=1.30.0",
27+
"azure-core>=1.35.0",
2828
"typing-extensions>=4.6.0",
2929
],
3030
long_description="""\

packages/autorest.python/samples/specification/directives/generated/azure/directives/sample/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from azure.core.rest import HttpRequest, HttpResponse
1616

1717
from ._configuration import PollingPagingExampleConfiguration
18-
from ._operations._operations import _PollingPagingExampleOperationsMixin
18+
from ._operations import _PollingPagingExampleOperationsMixin
1919
from ._utils.serialization import Deserializer, Serializer
2020

2121

packages/autorest.python/samples/specification/directives/generated/azure/directives/sample/_operations/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
if TYPE_CHECKING:
1313
from ._patch import * # pylint: disable=unused-wildcard-import
1414

15+
from ._operations import _PollingPagingExampleOperationsMixin # type: ignore # pylint: disable=unused-import
1516

1617
from ._patch import __all__ as _patch_all
1718
from ._patch import *

packages/autorest.python/samples/specification/directives/generated/azure/directives/sample/aio/_client.py

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

1717
from .._utils.serialization import Deserializer, Serializer
1818
from ._configuration import PollingPagingExampleConfiguration
19-
from ._operations._operations import _PollingPagingExampleOperationsMixin
19+
from ._operations import _PollingPagingExampleOperationsMixin
2020

2121

2222
class PollingPagingExample(_PollingPagingExampleOperationsMixin): # pylint: disable=client-accepts-api-version-keyword

packages/autorest.python/samples/specification/directives/generated/azure/directives/sample/aio/_operations/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
if TYPE_CHECKING:
1313
from ._patch import * # pylint: disable=unused-wildcard-import
1414

15+
from ._operations import _PollingPagingExampleOperationsMixin # type: ignore # pylint: disable=unused-import
1516

1617
from ._patch import __all__ as _patch_all
1718
from ._patch import *

0 commit comments

Comments
 (0)