Skip to content

Migrate from jpype1-ext to jpype1 #13005

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ runtime = [
"aws-sam-translator>=1.15.1",
"crontab>=0.22.6",
"cryptography>=41.0.5",
# allow Python programs full access to Java class libraries. Used for opt-in event ruler.
"jpype1-ext>=0.0.1",
# allow Python programs full access to Java class libraries. Used for stepfunctions jsonata support
"jpype1>=1.6.0",
"json5>=0.9.11",
"jsonpath-ng>=1.6.1",
"jsonpath-rw>=1.4.0",
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jmespath==1.0.1
# botocore
joserfc==1.2.2
# via moto-ext
jpype1-ext==0.0.2
jpype1==1.6.0
# via localstack-core
jsii==1.113.0
# via
Expand Down Expand Up @@ -289,7 +289,7 @@ packaging==25.0
# via
# apispec
# build
# jpype1-ext
# jpype1
# pytest
# pytest-rerunfailures
pandoc==2.4
Expand Down
4 changes: 2 additions & 2 deletions requirements-runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jmespath==1.0.1
# botocore
joserfc==1.2.2
# via moto-ext
jpype1-ext==0.0.2
jpype1==1.6.0
# via localstack-core (pyproject.toml)
json5==0.12.1
# via localstack-core (pyproject.toml)
Expand Down Expand Up @@ -216,7 +216,7 @@ packaging==25.0
# via
# apispec
# build
# jpype1-ext
# jpype1
parse==1.20.2
# via openapi-core
pathable==0.4.4
Expand Down
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jmespath==1.0.1
# botocore
joserfc==1.2.2
# via moto-ext
jpype1-ext==0.0.2
jpype1==1.6.0
# via localstack-core
jsii==1.113.0
# via
Expand Down Expand Up @@ -264,7 +264,7 @@ packaging==25.0
# via
# apispec
# build
# jpype1-ext
# jpype1
# pytest
# pytest-rerunfailures
parse==1.20.2
Expand Down
4 changes: 2 additions & 2 deletions requirements-typehint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jmespath==1.0.1
# botocore
joserfc==1.2.2
# via moto-ext
jpype1-ext==0.0.2
jpype1==1.6.0
# via localstack-core
jsii==1.113.0
# via
Expand Down Expand Up @@ -499,7 +499,7 @@ packaging==25.0
# via
# apispec
# build
# jpype1-ext
# jpype1
# pytest
# pytest-rerunfailures
pandoc==2.4
Expand Down
Loading