Skip to content

Commit 8a59f43

Browse files
authored
release 1.0.506 (#953)
- update literalai dependency to version 0.0.509 - bump version - update changelog
1 parent 1da265b commit 8a59f43

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

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

99
Nothing unreleased!
1010

11+
## [1.0.506] - 2024-04-30
12+
13+
### Added
14+
15+
- add support for multiline option in TextInput chat settings field - @kevinwmerritt
16+
17+
### Changed
18+
19+
- disable gzip middleware to prevent a compression issue on safari
20+
21+
### Fixed
22+
23+
- pasting from microsoft products generates text instead of an image
24+
- do not prevent thread history revalidation - @kevinwmerritt
25+
- display the label instead of the value for menu item - @kevinwmerritt
26+
27+
### Added
28+
1129
## [1.0.505] - 2024-04-23
1230

1331
### 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.0.505"
3+
version = "1.0.506"
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.507"
26+
literalai = "0.0.509"
2727
dataclasses_json = "^0.5.7"
2828
fastapi = "^0.110.1"
2929
starlette = "^0.37.2"

0 commit comments

Comments
 (0)