use fix prompt guards (#303)

This commit is contained in:
Adil Hafeez 2024-11-25 17:16:35 -08:00 committed by GitHub
parent 6f4a57b56d
commit 9c6fcdb771
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 212 additions and 112 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "archgw"
version = "0.1.3"
version = "0.1.4"
description = "Python-based CLI tool to manage Arch Gateway."
authors = ["Katanemo Labs, Inc."]
packages = [
@ -16,7 +16,7 @@ include = [
[tool.poetry.dependencies]
python = ">=3.12"
archgw_modelserver = "0.1.3"
archgw_modelserver = "0.1.4"
pyyaml = "^6.0.2"
pydantic = "^2.9.2"
click = "^8.1.7"