This is an automated email from the ASF dual-hosted git repository.

seanfinan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ctakes.git


The following commit(s) were added to refs/heads/main by this push:
     new abda527  Update stomp and dkpro dependencies.  Resolve possible issue 
with setuptools.
abda527 is described below

commit abda5272ab6483226f17afb81e9d9e63ae49f7e0
Author: Sean Finan <[email protected]>
AuthorDate: Fri Sep 20 17:11:31 2024 -0400

    Update stomp and dkpro dependencies.  Resolve possible issue with 
setuptools.
---
 .../user/resources/org/apache/ctakes/pbj/ctakes_pbj_py/pyproject.toml | 4 ++++
 .../src/user/resources/org/apache/ctakes/pbj/ctakes_pbj_py/setup.cfg  | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git 
a/ctakes-pbj/src/user/resources/org/apache/ctakes/pbj/ctakes_pbj_py/pyproject.toml
 
b/ctakes-pbj/src/user/resources/org/apache/ctakes/pbj/ctakes_pbj_py/pyproject.toml
index c083948..2c3291b 100644
--- 
a/ctakes-pbj/src/user/resources/org/apache/ctakes/pbj/ctakes_pbj_py/pyproject.toml
+++ 
b/ctakes-pbj/src/user/resources/org/apache/ctakes/pbj/ctakes_pbj_py/pyproject.toml
@@ -33,6 +33,10 @@ classifiers = [
     "License :: OSI Approved :: Apache Software License",
     "Operating System :: OS Independent",
 ]
+dependencies = [
+    "dkpro-cassis~=0.9.1",
+    "stomp-py~=8.1.2"
+]
 
 [project.urls]
 "Homepage" = "https://github.com/apache/ctakes";
diff --git 
a/ctakes-pbj/src/user/resources/org/apache/ctakes/pbj/ctakes_pbj_py/setup.cfg 
b/ctakes-pbj/src/user/resources/org/apache/ctakes/pbj/ctakes_pbj_py/setup.cfg
index bd4316c..1f53592 100644
--- 
a/ctakes-pbj/src/user/resources/org/apache/ctakes/pbj/ctakes_pbj_py/setup.cfg
+++ 
b/ctakes-pbj/src/user/resources/org/apache/ctakes/pbj/ctakes_pbj_py/setup.cfg
@@ -21,8 +21,8 @@ package_dir=
 packages = find:
 python_requires = >=3.7, <3.9
 install_requires =
-    dkpro-cassis~=0.7.0
-    stomp.py~=8.0.0
+    dkpro-cassis~=0.9.1
+    stomp-py~=8.1.2
 
 [options.packages.find]
 where = src

Reply via email to