release 0.2.3

This commit is contained in:
Adil Hafeez 2025-03-04 14:15:01 -08:00
parent 2e2680c98c
commit 95560c2be3
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
8 changed files with 165 additions and 164 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "archgw_modelserver"
version = "0.2.2"
version = "0.2.3"
description = "A model server for serving models"
authors = ["Katanemo Labs, Inc <info@katanemo.com>"]
license = "Apache 2.0"
@ -29,6 +29,7 @@ opentelemetry-instrumentation-fastapi = "^0.49b0"
overrides = "^7.7.0"
pytest-retry = "^1.6.3"
pytest-httpserver = "^1.1.0"
setuptools = "75.5.0"
[tool.poetry.scripts]
archgw_modelserver = "src.cli:main"