release 0.1.2 (#266)

This commit is contained in:
Adil Hafeez 2024-11-12 23:56:33 -08:00 committed by GitHub
parent 31749bfc74
commit d1dd8710a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 4090 additions and 502 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "archgw"
version = "0.1.0"
version = "0.1.2"
description = "Python-based CLI tool to manage Arch Gateway."
authors = ["Katanemo Labs, Inc."]
packages = [
@ -15,14 +15,14 @@ include = [
]
[tool.poetry.dependencies]
python = "^3.10"
python = ">=3.12"
pyyaml = "^6.0.2"
pydantic = "^2.9.2"
click = "^8.1.7"
jinja2 = "^3.1.4"
jsonschema = "^4.23.0"
setuptools = "75.3.0"
archgw_modelserver = "0.1.1"
setuptools = "75.4.0"
archgw_modelserver = "0.1.2"
huggingface_hub = "^0.26.0"
[tool.poetry.scripts]