We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d9948 commit c3b66b2Copy full SHA for c3b66b2
pyproject.toml
@@ -50,9 +50,10 @@ transformers = "^4.46.2"
50
types-aiofiles = "^24.1.0.20240626"
51
types-jsonschema = "^4.22.0.20240610"
52
uvicorn = "^0.32.1"
53
-parlant-client = { git = "https://github.com/emcie-co/parlant-client-python.git", tag = "v0.7.3" }
+parlant-client = "0.7.3"
54
55
[tool.poetry.group.dev.dependencies]
56
+parlant-client = { git = "https://github.com/emcie-co/parlant-client-python.git", tag = "v0.7.3" }
57
ipython = "^8.26.0"
58
mypy = "^1.11.1"
59
pep8-naming = "^0.13.3"
0 commit comments