release 0.2.2 (#413)

This commit is contained in:
Adil Hafeez 2025-02-14 20:02:59 -08:00 committed by GitHub
parent e40b13be05
commit 1bbc5d2233
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 306 additions and 2442 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "archgw"
version = "0.2.1"
version = "0.2.2"
description = "Python-based CLI tool to manage Arch Gateway."
authors = ["Katanemo Labs, Inc."]
packages = [
@ -10,13 +10,11 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
archgw_modelserver = "^0.2.1"
archgw_modelserver = "^0.2.2"
click = "^8.1.7"
jinja2 = "^3.1.4"
jsonschema = "^4.23.0"
setuptools = "75.5.0"
docker = "^7.1.0"
python-dotenv = "^1.0.1"
pyyaml = "^6.0.2"
[tool.poetry.scripts]