Skip to content

Commit

Permalink
bump versions (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
willydouhard committed Dec 13, 2023
1 parent 8258a2e commit b373e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chainlit"
version = "1.0.0rc0"
version = "1.0.0rc1"
keywords = ['LLM', 'Agents', 'gen ai', 'chat ui', 'chatbot ui', 'langchain']
description = "A faster way to build chatbot UIs."
authors = ["Chainlit"]
Expand All @@ -20,7 +20,7 @@ chainlit = 'chainlit.cli:cli'

[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
chainlit_client = "0.1.0rc4"
chainlit_client = "0.1.0rc5"
dataclasses_json = "^0.5.7"
uvicorn = "^0.23.2"
fastapi = "^0.100"
Expand Down

0 comments on commit b373e73

Please sign in to comment.