Skip to content

Commit d0e3206

Browse files
Release 2026-05-21: merge develop into main
2 parents ee7dfb7 + 46f9eea commit d0e3206

20 files changed

Lines changed: 175 additions & 38 deletions

File tree

.github/workflows/check-license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
persist-credentials: false
2020

21-
- uses: apache/skywalking-eyes/header@e0cc16d0e47f446fbc456d0e670dc50dec09719e
21+
- uses: apache/skywalking-eyes/header@e910f72bae86171d727742c25f8a4555b7b83893
2222
with:
2323
mode: check

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.12", "3.13", "3.14", "3.15"]
20+
python-version: ["3.12", "3.13", "3.14", "3.14t", "3.15"]
2121

2222
steps:
2323
- name: Checkout Repository

codegen/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[versions]
22
junit5 = "6.0.3"
3-
smithy = "1.69.0"
3+
smithy = "1.70.0"
44
mockito = "5.23.0"
55
test-logger-plugin = "4.0.0"
66
spotbugs = "6.0.22"
77
spotless = "8.4.0"
88
smithy-gradle-plugins = "1.4.0"
9-
dep-analysis = "3.9.0"
9+
dep-analysis = "3.11.0"
1010
jsoup = "1.22.1"
1111
commonmark = "0.17.0"
1212

-504 Bytes
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
44
networkTimeout=10000
5+
retries=0
6+
retryBackOffMs=500
57
validateDistributionUrl=true
68
zipStoreBase=GRADLE_USER_HOME
79
zipStorePath=wrapper/dists

codegen/gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codegen/gradlew.bat

100755100644
Lines changed: 10 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/aws-sdk-signers/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.13",
2424
"Programming Language :: Python :: 3.14",
2525
"Programming Language :: Python :: Implementation :: CPython",
26+
"Programming Language :: Python :: Free Threading :: 2 - Beta",
2627
"Topic :: Software Development :: Libraries"
2728
]
2829

packages/smithy-aws-core/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.13",
2424
"Programming Language :: Python :: 3.14",
2525
"Programming Language :: Python :: Implementation :: CPython",
26+
"Programming Language :: Python :: Free Threading :: 2 - Beta",
2627
"Topic :: Software Development :: Libraries"
2728
]
2829
dependencies = [

packages/smithy-aws-event-stream/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.13",
2424
"Programming Language :: Python :: 3.14",
2525
"Programming Language :: Python :: Implementation :: CPython",
26+
"Programming Language :: Python :: Free Threading :: 2 - Beta",
2627
"Topic :: Software Development :: Libraries"
2728
]
2829
dependencies = [

0 commit comments

Comments
 (0)