Skip to content

Commit edb70d1

Browse files
committed
Bumps dialog-lib version
1 parent dcb8eeb commit edb70d1

File tree

2 files changed

+53
-47
lines changed

2 files changed

+53
-47
lines changed

poetry.lock

+47-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22
name = "dialog"
33
version = "0.1.0"
44
description = "Humanized Conversation API (using LLM)"
5-
authors = ["Avelino <[email protected]>", "Vinicius Mesel <[email protected]>"]
5+
authors = [
6+
"Avelino <[email protected]>",
7+
"Vinicius Mesel <[email protected]>",
8+
]
69
readme = "README.md"
710
homepage = "https://github.com/talkdai/dialog"
811

912
[tool.poetry.dependencies]
1013
python = ">=3.11,<3.13"
1114
fastapi = "0.109.2"
1215
sqlalchemy = "^2.0.23"
13-
uvicorn = {extras = ["standard"], version = "^0.24.0.post1"}
16+
uvicorn = { extras = ["standard"], version = "^0.24.0.post1" }
1417
psycopg2 = "^2.9.9"
1518
pgvector = "^0.2.3"
1619
python-decouple = "^3.8"
@@ -24,7 +27,7 @@ alembic = "^1.12.1"
2427
importlib-metadata = "^7.0.1"
2528
pyarrow = "^15.0.0"
2629
iniconfig = "^2.0.0"
27-
dialog-lib = "^0.0.2.4"
30+
dialog-lib = "^0.0.2.6"
2831
langserve = "^0.2.0"
2932
sse-starlette = "^2.1.0"
3033

0 commit comments

Comments
 (0)