Skip to content

Commit 39e6897

Browse files
authored
Release 3.5.0 (#451)
1 parent 87887cc commit 39e6897

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

biomedicus_client/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ classifiers = [
3737
'Topic :: Text Processing :: Linguistic'
3838
]
3939
dependencies = [
40-
"mtap>=1.4.3",
40+
"mtap==1.5.0",
4141
"tqdm==4.67.1",
4242
"pyyaml==6.0.2"
4343
]
@@ -57,5 +57,5 @@ include = ["biomedicus_client*"]
5757

5858
[tool.setuptools_scm]
5959
write_to = "biomedicus_client/src/biomedicus_client/version.py"
60-
fallback_version = "3.4.3"
60+
fallback_version = "3.5.0"
6161
root = ".."

java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ repositories {
6969
dependencies {
7070
implementation group: 'org.jetbrains', name: 'annotations', version: '26.0.2'
7171

72-
implementation group: 'edu.umn.nlpie', name: 'mtap', version: '1.4.+'
72+
implementation group: 'edu.umn.nlpie', name: 'mtap', version: '1.5.0'
7373

7474
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16'
7575
implementation group: 'args4j', name: 'args4j', version: '2.37'

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [
3636
'Topic :: Text Processing :: Linguistic'
3737
]
3838
dependencies = [
39-
"biomedicus_client>=3.4.3", # We get mtap and tqdm transitively from the client
39+
"biomedicus_client==3.5.0", # We get mtap and tqdm transitively from the client
4040
"numpy==2.0.2",
4141
"regex==2024.11.6",
4242
"torch==2.5.1",
@@ -67,4 +67,4 @@ include = ["biomedicus*"]
6767

6868
[tool.setuptools_scm]
6969
write_to = "python/biomedicus/version.py"
70-
fallback_version = "3.4.3"
70+
fallback_version = "3.5.0"

0 commit comments

Comments
 (0)