release 0.2.3 (#423)

This commit is contained in:
Adil Hafeez 2025-03-04 14:30:44 -08:00 committed by GitHub
parent 09c9d3706e
commit d8b833fe69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"