Skip to content

Commit c3b66b2

Browse files
committed
Add non-dev client dependency
1 parent d1d9948 commit c3b66b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ transformers = "^4.46.2"
5050
types-aiofiles = "^24.1.0.20240626"
5151
types-jsonschema = "^4.22.0.20240610"
5252
uvicorn = "^0.32.1"
53-
parlant-client = { git = "https://github.com/emcie-co/parlant-client-python.git", tag = "v0.7.3" }
53+
parlant-client = "0.7.3"
5454

5555
[tool.poetry.group.dev.dependencies]
56+
parlant-client = { git = "https://github.com/emcie-co/parlant-client-python.git", tag = "v0.7.3" }
5657
ipython = "^8.26.0"
5758
mypy = "^1.11.1"
5859
pep8-naming = "^0.13.3"

0 commit comments

Comments
 (0)