From ee3d17fdfa6b7c242fa0401ad28b105c58d7de14 Mon Sep 17 00:00:00 2001 From: Aaron <29749331+aarnphm@users.noreply.github.com> Date: Fri, 26 May 2023 00:19:47 -0700 Subject: [PATCH] infra: prepare for 0.0.3 release Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> --- pyproject.toml | 4 ++-- src/openllm/__about__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7f2b8f02..76307079 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ classifiers = [ dependencies = [ # bentoml[io] includes pydantic, PIL, filetype, pandas and numpy # bentoml[grpc,grpc-reflection] include grpcio, grpcio-reflection - "bentoml@git+https://github.com/bentoml/bentoml.git@main", + "bentoml", "filetype", "Pillow", "protobuf", @@ -61,7 +61,7 @@ dependencies = [ "orjson", "inflection", # pydantic 2 ftw - "pydantic@git+https://github.com/pydantic/pydantic.git@main", + "pydantic", # astor for generating service file. "astor", ] diff --git a/src/openllm/__about__.py b/src/openllm/__about__.py index 3ab2e17e..f39556c6 100644 --- a/src/openllm/__about__.py +++ b/src/openllm/__about__.py @@ -11,4 +11,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.0.2" +__version__ = "0.0.3"