mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
Merge branch 'main' into adil/use_custom_tags
This commit is contained in:
commit
f398ef047f
17 changed files with 298 additions and 3967 deletions
3713
arch/tools/poetry.lock
generated
3713
arch/tools/poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue