Merge branch 'main' into adil/use_custom_tags

This commit is contained in:
Adil Hafeez 2024-11-18 10:18:16 -08:00
commit f398ef047f
17 changed files with 298 additions and 3967 deletions

3713
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.2"
version = "0.1.3"
description = "Python-based CLI tool to manage Arch Gateway."
authors = ["Katanemo Labs, Inc."]
packages = [
@ -16,13 +16,13 @@ include = [
[tool.poetry.dependencies]
python = ">=3.12"
archgw_modelserver = "0.1.3"
pyyaml = "^6.0.2"
pydantic = "^2.9.2"
click = "^8.1.7"
jinja2 = "^3.1.4"
jsonschema = "^4.23.0"
setuptools = "75.4.0"
archgw_modelserver = "0.1.2"
setuptools = "75.5.0"
huggingface_hub = "^0.26.0"
[tool.poetry.scripts]