mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 05:58:00 -05:00
GP-6165: Changed JPype dependency to be fixed at version 1.5.2 to avoid
a possible Windows crash on 1.6.0
This commit is contained in:
@@ -564,6 +564,8 @@ __3.0.0:__
|
||||
via the `support/launch.properties` file), it will restore `sys.modules` to its prior state after
|
||||
a PyGhidra script is run so the next time the script is run, it freshly loads all of its imported
|
||||
modules again. This is experimental and should only be enabled if necessary.
|
||||
* Changed JPype dependency to be fixed at version 1.5.2 to avoid
|
||||
[a possible Windows crash on 1.6.0](https://github.com/jpype-project/jpype/issues/1316)
|
||||
|
||||
__2.2.1:__
|
||||
* PyGhidra now launches with the current working directory removed from `sys.path` to prevent
|
||||
|
||||
@@ -30,7 +30,7 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3.13",
|
||||
]
|
||||
dependencies = [
|
||||
"Jpype1>=1.5.2",
|
||||
"Jpype1==1.5.2",
|
||||
"packaging"
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user