Skip to content

Commit d9fa5ba

Browse files
committed
bump literalai version
1 parent 329e14a commit d9fa5ba

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88

99
Nothing unreleased!
1010

11+
## [1.1.0rc1] - 2024-05-06
12+
13+
### Changed
14+
15+
- bumped literalai package version to 0.0.600
16+
1117
## [1.1.0rc0] - 2024-05-06
1218

1319
### Added

backend/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "chainlit"
3-
version = "1.1.0rc0"
3+
version = "1.1.0rc1"
44
keywords = ['LLM', 'Agents', 'gen ai', 'chat ui', 'chatbot ui', 'openai', 'copilot', 'langchain', 'conversational ai']
55
description = "Build Conversational AI."
66
authors = ["Chainlit"]
@@ -23,7 +23,7 @@ chainlit = 'chainlit.cli:cli'
2323
[tool.poetry.dependencies]
2424
python = ">=3.8.1,<4.0.0"
2525
httpx = ">=0.23.0"
26-
literalai = "0.0.509"
26+
literalai = "0.0.600"
2727
dataclasses_json = "^0.5.7"
2828
fastapi = "^0.110.1"
2929
starlette = "^0.37.2"

0 commit comments

Comments
 (0)