mirror of
https://github.com/katanemo/plano.git
synced 2026-07-02 15:51:02 +02:00
update
This commit is contained in:
parent
1c04c561bc
commit
c19fbd361d
3 changed files with 271 additions and 563 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "archgw"
|
name = "archgw"
|
||||||
version = "0.1.7"
|
version = "0.1.8"
|
||||||
description = "Python-based CLI tool to manage Arch Gateway."
|
description = "Python-based CLI tool to manage Arch Gateway."
|
||||||
authors = ["Katanemo Labs, Inc."]
|
authors = ["Katanemo Labs, Inc."]
|
||||||
packages = [
|
packages = [
|
||||||
|
|
@ -9,8 +9,8 @@ packages = [
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.12"
|
python = ">=3.10"
|
||||||
archgw_modelserver = "0.1.7"
|
archgw_modelserver = "0.1.8"
|
||||||
pyyaml = "^6.0.2"
|
pyyaml = "^6.0.2"
|
||||||
pydantic = "^2.10.1"
|
pydantic = "^2.10.1"
|
||||||
click = "^8.1.7"
|
click = "^8.1.7"
|
||||||
|
|
|
||||||
826
model_server/poetry.lock
generated
826
model_server/poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "archgw_modelserver"
|
name = "archgw_modelserver"
|
||||||
version = "0.1.7"
|
version = "0.1.8"
|
||||||
description = "A model server for serving models"
|
description = "A model server for serving models"
|
||||||
authors = ["Katanemo Labs, Inc <info@katanemo.com>"]
|
authors = ["Katanemo Labs, Inc <info@katanemo.com>"]
|
||||||
license = "Apache 2.0"
|
license = "Apache 2.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue