Skip to content

Commit

Permalink
Merge branch 'release-1.34.113'
Browse files Browse the repository at this point in the history
* release-1.34.113:
  Bumping version to 1.34.113
  Add changelog entries from botocore
  Start testing on 3.13 beta build
  • Loading branch information
aws-sdk-python-automation committed May 24, 2024
2 parents b2f3c05 + ded2a5c commit f5e102c
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 5 deletions.
17 changes: 17 additions & 0 deletions .changes/1.34.113.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"category": "``dynamodb``",
"description": "[``botocore``] Documentation only updates for DynamoDB.",
"type": "api-change"
},
{
"category": "``iotfleetwise``",
"description": "[``botocore``] AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter.",
"type": "api-change"
},
{
"category": "``managedblockchain``",
"description": "[``botocore``] This is a minor documentation update to address the impact of the shut down of the Goerli and Polygon networks.",
"type": "api-change"
}
]
2 changes: 1 addition & 1 deletion .github/workflows/run-crt-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev']
os: [ubuntu-latest, macOS-latest, windows-latest]
# Python 3.8 and 3.9 do not run on m1 hardware which is now standard for
# macOS-latest.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
os: [ubuntu-latest, macOS-latest, windows-latest]
# Python 3.8 and 3.9 do not run on m1 hardware which is now standard for
# macOS-latest.
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.34.113
========

* api-change:``dynamodb``: [``botocore``] Documentation only updates for DynamoDB.
* api-change:``iotfleetwise``: [``botocore``] AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter.
* api-change:``managedblockchain``: [``botocore``] This is a minor documentation update to address the impact of the shut down of the Goerli and Polygon networks.


1.34.112
========

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.34.112'
__version__ = '1.34.113'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.34.112,<1.35.0
botocore>=1.34.113,<1.35.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.10.0,<0.11.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.34.112,<1.35.0',
'botocore>=1.34.113,<1.35.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit f5e102c

Please sign in to comment.