Skip to content

Commit

Permalink
Update to 1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 2, 2022
1 parent f416684 commit 91687c4
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 80 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Bump version

on:
release:
types: [published]
# release:
# types: [published]
workflow_dispatch:
inputs:
version:
Expand Down
4 changes: 0 additions & 4 deletions botocore-stubs/client.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ from botocore.discovery import EndpointDiscoveryManager as EndpointDiscoveryMana
from botocore.discovery import (
block_endpoint_discovery_required_operations as block_endpoint_discovery_required_operations,
)
from botocore.endpoint_provider import (
ENDPOINT_RESOLUTION_V2_SERVICES as ENDPOINT_RESOLUTION_V2_SERVICES,
)
from botocore.endpoint_provider import FORCE_ENDPOINT_RESOLUTION_V2 as FORCE_ENDPOINT_RESOLUTION_V2
from botocore.exceptions import ClientError as ClientError
from botocore.exceptions import DataNotFoundError as DataNotFoundError
from botocore.exceptions import (
Expand Down
2 changes: 0 additions & 2 deletions botocore-stubs/endpoint_provider.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ from botocore.utils import normalize_url_path as normalize_url_path
from botocore.utils import percent_encode as percent_encode

logger: logging.Logger = ...
ENDPOINT_RESOLUTION_V2_SERVICES: List[str] = ...
FORCE_ENDPOINT_RESOLUTION_V2: bool = ...
TEMPLATE_STRING_RE: Pattern[str] = ...
GET_ATTR_RE: Pattern[str] = ...
VALID_HOST_LABEL_RE: Pattern[str] = ...
Expand Down
Loading

0 comments on commit 91687c4

Please sign in to comment.