Skip to content

Commit 7548a3a

Browse files
committed
Update package versions
1 parent 69c65be commit 7548a3a

File tree

4 files changed

+17
-83
lines changed

4 files changed

+17
-83
lines changed

back/poetry.lock

Lines changed: 14 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

back/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fastapi = "0.111"
4747
memray = "^1.12.0"
4848
gunicorn = "^22.0.0"
4949
uvicorn = "^0.30.1"
50-
chat-rag = "0.2.8"
50+
chat-rag = "0.2.9"
5151
channels-redis = "^4.2.1"
5252
PyMuPDF = "^1.25.1"
5353

chat_rag/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "chat-rag"
3-
version = "0.2.8"
3+
version = "0.2.9"
44
description = ""
55
authors = ["Diego Peláez Paquico <[email protected]>"]
66
readme = "README.md"

sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "chatfaq_sdk"
3-
version = "0.1.46"
3+
version = "0.1.47"
44
description = "ChatFAQ SDK"
55
authors = ["Hector Soria <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)