From 65742a1f2c410728e8645b8f38db017e2210e995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 18:43:48 +0000 Subject: [PATCH 1/4] Bump actions/setup-java from 5.7.0 to 6.0.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.7.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/b6effb05e454b25005698d916606bdc6ffcbf961...dd06d9cba3e5552c54d9f8ea23572deb30010f7c) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/generate_library.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate_library.yml b/.github/workflows/generate_library.yml index 761c2e51..f4445481 100644 --- a/.github/workflows/generate_library.yml +++ b/.github/workflows/generate_library.yml @@ -24,7 +24,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: "Set up JDK 11" - uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 #v5.7.0 + uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c #v6.0.0 with: java-version: '11' distribution: 'adopt' From fd23941e6050603ca8f299263dad5ac0c9840c1b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 31 Aug 2026 11:30:40 +0000 Subject: [PATCH 2/4] Fix: replace deprecated 'adopt' JDK distribution with 'temurin' in generate_library.yml Co-authored-by: Andy-Grigg <6451062+Andy-Grigg@users.noreply.github.com> --- .github/workflows/generate_library.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate_library.yml b/.github/workflows/generate_library.yml index f4445481..95b9a25f 100644 --- a/.github/workflows/generate_library.yml +++ b/.github/workflows/generate_library.yml @@ -27,7 +27,7 @@ jobs: uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c #v6.0.0 with: java-version: '11' - distribution: 'adopt' + distribution: 'temurin' cache: maven - name: "Clean library folder" From d6e23b9ddc12877f675d9896d441b360c439dff4 Mon Sep 17 00:00:00 2001 From: Copilot Date: Mon, 31 Aug 2026 11:43:57 +0000 Subject: [PATCH 3/4] Generate Client Library code - Automated --- ansys-grantami-serverapi-openapi/pyproject.toml | 2 +- .../src/ansys/grantami/serverapi_openapi/__init__.py | 2 +- ansys-grantami-serverapi-openapi/uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansys-grantami-serverapi-openapi/pyproject.toml b/ansys-grantami-serverapi-openapi/pyproject.toml index db2b95cc..c8963fda 100644 --- a/ansys-grantami-serverapi-openapi/pyproject.toml +++ b/ansys-grantami-serverapi-openapi/pyproject.toml @@ -8,7 +8,7 @@ module-name = "ansys.grantami.serverapi_openapi" [project] name = "ansys-grantami-serverapi-openapi" description = "Autogenerated client library for the Granta MI Server API." -version = "6.0.0.dev1333" +version = "6.0.0.dev1340" license = "MIT" requires-python = ">=3.12" authors = [ diff --git a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/__init__.py b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/__init__.py index 7893ed90..bc66b6a0 100644 --- a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/__init__.py +++ b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/__init__.py @@ -20,4 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -__version__ = "6.0.0.dev1333" +__version__ = "6.0.0.dev1340" diff --git a/ansys-grantami-serverapi-openapi/uv.lock b/ansys-grantami-serverapi-openapi/uv.lock index 685144f1..68df5815 100644 --- a/ansys-grantami-serverapi-openapi/uv.lock +++ b/ansys-grantami-serverapi-openapi/uv.lock @@ -8,7 +8,7 @@ resolution-markers = [ [[package]] name = "ansys-grantami-serverapi-openapi" -version = "6.0.0.dev1333" +version = "6.0.0.dev1340" source = { editable = "." } dependencies = [ { name = "ansys-openapi-common" }, From 7675ee4cc522bd0dd7f8c6ca52e26d96a809e036 Mon Sep 17 00:00:00 2001 From: Andy-Grigg Date: Mon, 31 Aug 2026 11:51:06 +0000 Subject: [PATCH 4/4] Generate Client Library code - Automated --- ansys-grantami-serverapi-openapi/pyproject.toml | 2 +- .../src/ansys/grantami/serverapi_openapi/__init__.py | 2 +- ansys-grantami-serverapi-openapi/uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansys-grantami-serverapi-openapi/pyproject.toml b/ansys-grantami-serverapi-openapi/pyproject.toml index c8963fda..5ac2d612 100644 --- a/ansys-grantami-serverapi-openapi/pyproject.toml +++ b/ansys-grantami-serverapi-openapi/pyproject.toml @@ -8,7 +8,7 @@ module-name = "ansys.grantami.serverapi_openapi" [project] name = "ansys-grantami-serverapi-openapi" description = "Autogenerated client library for the Granta MI Server API." -version = "6.0.0.dev1340" +version = "6.0.0.dev1341" license = "MIT" requires-python = ">=3.12" authors = [ diff --git a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/__init__.py b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/__init__.py index bc66b6a0..2eeda403 100644 --- a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/__init__.py +++ b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/__init__.py @@ -20,4 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -__version__ = "6.0.0.dev1340" +__version__ = "6.0.0.dev1341" diff --git a/ansys-grantami-serverapi-openapi/uv.lock b/ansys-grantami-serverapi-openapi/uv.lock index 68df5815..a1431ad3 100644 --- a/ansys-grantami-serverapi-openapi/uv.lock +++ b/ansys-grantami-serverapi-openapi/uv.lock @@ -8,7 +8,7 @@ resolution-markers = [ [[package]] name = "ansys-grantami-serverapi-openapi" -version = "6.0.0.dev1340" +version = "6.0.0.dev1341" source = { editable = "." } dependencies = [ { name = "ansys-openapi-common" },