release 0.1.5 (#307)

This commit is contained in:
Adil Hafeez 2024-11-26 13:28:52 -08:00 committed by GitHub
parent 0ff3d43008
commit 704b928d61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 3584 deletions

3589
arch/tools/poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "archgw"
version = "0.1.4"
version = "0.1.5"
description = "Python-based CLI tool to manage Arch Gateway."
authors = ["Katanemo Labs, Inc."]
packages = [
@ -10,7 +10,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.12"
archgw_modelserver = "0.1.4"
archgw_modelserver = "0.1.5"
pyyaml = "^6.0.2"
pydantic = "^2.10.1"
click = "^8.1.7"

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "archgw_modelserver"
version = "0.1.4"
version = "0.1.5"
description = "A model server for serving models"
authors = ["Katanemo Labs, Inc <archgw@katanemo.com>"]
license = "Apache 2.0"