release 0.2.2

This commit is contained in:
Adil Hafeez 2025-02-14 19:35:41 -08:00
parent e40b13be05
commit 9c859706a0
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
8 changed files with 306 additions and 2442 deletions

View file

@ -19,7 +19,7 @@ source venv/bin/activate
### Step 3: Run the build script
```bash
pip install archgw==0.2.1
pip install archgw==0.2.2
```
## Uninstall Instructions: archgw CLI

2159
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.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]