Skip to content

Commit

Permalink
bump literalai version
Browse files Browse the repository at this point in the history
  • Loading branch information
willydouhard committed May 6, 2024
1 parent 329e14a commit d9fa5ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

Nothing unreleased!

## [1.1.0rc1] - 2024-05-06

### Changed

- bumped literalai package version to 0.0.600

## [1.1.0rc0] - 2024-05-06

### Added
Expand Down
4 changes: 2 additions & 2 deletions backend/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chainlit"
version = "1.1.0rc0"
version = "1.1.0rc1"
keywords = ['LLM', 'Agents', 'gen ai', 'chat ui', 'chatbot ui', 'openai', 'copilot', 'langchain', 'conversational ai']
description = "Build Conversational AI."
authors = ["Chainlit"]
Expand All @@ -23,7 +23,7 @@ chainlit = 'chainlit.cli:cli'
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0.0"
httpx = ">=0.23.0"
literalai = "0.0.509"
literalai = "0.0.600"
dataclasses_json = "^0.5.7"
fastapi = "^0.110.1"
starlette = "^0.37.2"
Expand Down

0 comments on commit d9fa5ba

Please sign in to comment.