Skip to content

Commit 91687c4

Browse files
committed
Update to 1.29.0
1 parent f416684 commit 91687c4

File tree

4 files changed

+72
-80
lines changed

4 files changed

+72
-80
lines changed

.github/workflows/on_release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Bump version
22

33
on:
4-
release:
5-
types: [published]
4+
# release:
5+
# types: [published]
66
workflow_dispatch:
77
inputs:
88
version:

botocore-stubs/client.pyi

-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ from botocore.discovery import EndpointDiscoveryManager as EndpointDiscoveryMana
1212
from botocore.discovery import (
1313
block_endpoint_discovery_required_operations as block_endpoint_discovery_required_operations,
1414
)
15-
from botocore.endpoint_provider import (
16-
ENDPOINT_RESOLUTION_V2_SERVICES as ENDPOINT_RESOLUTION_V2_SERVICES,
17-
)
18-
from botocore.endpoint_provider import FORCE_ENDPOINT_RESOLUTION_V2 as FORCE_ENDPOINT_RESOLUTION_V2
1915
from botocore.exceptions import ClientError as ClientError
2016
from botocore.exceptions import DataNotFoundError as DataNotFoundError
2117
from botocore.exceptions import (

botocore-stubs/endpoint_provider.pyi

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ from botocore.utils import normalize_url_path as normalize_url_path
1616
from botocore.utils import percent_encode as percent_encode
1717

1818
logger: logging.Logger = ...
19-
ENDPOINT_RESOLUTION_V2_SERVICES: List[str] = ...
20-
FORCE_ENDPOINT_RESOLUTION_V2: bool = ...
2119
TEMPLATE_STRING_RE: Pattern[str] = ...
2220
GET_ATTR_RE: Pattern[str] = ...
2321
VALID_HOST_LABEL_RE: Pattern[str] = ...

0 commit comments

Comments
 (0)