From 025a3091703d17abcecc5b2a22ba3b58b47c2e69 Mon Sep 17 00:00:00 2001 From: Ben Knoll Date: Mon, 1 Apr 2024 09:28:28 -0500 Subject: [PATCH] Release 3.4.2 (#323) --- biomedicus_client/pyproject.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/biomedicus_client/pyproject.toml b/biomedicus_client/pyproject.toml index 5a8d56fe..3b363563 100644 --- a/biomedicus_client/pyproject.toml +++ b/biomedicus_client/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ 'Topic :: Text Processing :: Linguistic' ] dependencies = [ - "mtap>=1.4.1", + "mtap==1.4.2", "grpcio==1.62.1", "grpcio-health-checking==1.62.1", "grpcio-status==1.62.1", diff --git a/pyproject.toml b/pyproject.toml index 7c70b92f..5bebe369 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ 'Topic :: Text Processing :: Linguistic' ] dependencies = [ - "biomedicus_client>=3.4.1", # We get mtap, tqdm, and importlib_resources transitively from the client + "biomedicus_client==3.4.2", # We get mtap, tqdm, and importlib_resources transitively from the client "numpy==1.26.4", "regex==2023.12.25", "torch==2.2.2",