Skip to content

Commit 025a309

Browse files
authored
Release 3.4.2 (#323)
1 parent c876fa3 commit 025a309

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

biomedicus_client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [
3636
'Topic :: Text Processing :: Linguistic'
3737
]
3838
dependencies = [
39-
"mtap>=1.4.1",
39+
"mtap==1.4.2",
4040
"grpcio==1.62.1",
4141
"grpcio-health-checking==1.62.1",
4242
"grpcio-status==1.62.1",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
'Topic :: Text Processing :: Linguistic'
3535
]
3636
dependencies = [
37-
"biomedicus_client>=3.4.1", # We get mtap, tqdm, and importlib_resources transitively from the client
37+
"biomedicus_client==3.4.2", # We get mtap, tqdm, and importlib_resources transitively from the client
3838
"numpy==1.26.4",
3939
"regex==2023.12.25",
4040
"torch==2.2.2",

0 commit comments

Comments
 (0)