Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 21, 2026

Bumps chainlit from 0.7.700 to 2.9.4.

Release notes

Sourced from chainlit's releases.

2.9.4

What's Changed

⚠️ This release contains:

  • Breaking change, if you use persistence: you need to run ALTER TABLE steps ADD COLUMN IF NOT EXISTS modes JSONB; to migrate
  • Security vulnerability fix

Added

Fixed

Other

Full Changelog: Chainlit/chainlit@2.9.3...2.9.4

2.9.3

What's Changed

New Contributors

Full Changelog: Chainlit/chainlit@2.9.2...2.9.3

... (truncated)

Changelog

Sourced from chainlit's changelog.

[2.9.4] - 2025-12-24

Added

  • Add an icon for shared thread
  • New option to allow disabling auto scroll of assistant messages
  • Add modes: you may allow users to select an LLM model, a mode (for example, planning), allow to enable reasoning etc.
    • Breaking change: you need to run ALTER TABLE steps ADD COLUMN IF NOT EXISTS modes JSONB; for migration

Fixed

  • Fix tiny avatar for long messages
  • Security vulnerability in Chainlit: added missed sanitization to custom elements update endpoint

Changed

  • Bumped watchfiles version

[2.9.3] - 2025-12-04

Added

  • Add tests for oauth providers and messages
  • Merge metadata in chainlit data layer
  • Add native video support in markdown rendering
  • Optimize chat message rendering
  • Add language configuration option to config.toml
  • Upgrade langchain imports for v1 compatibility
  • Improve icon name formatting issues

Fixed

  • Fixed page blinking issue with header_auth
  • Set environ when restoring websocket session
  • Move hello.py to avoid import issues
  • Fix issue showing thread sharing when disabled
  • Disable Chainlit from setting logging globally

[2.9.2] - 2025-11-22

Added

  • Add tests for socket, chat context, cache, translations & oauth providers

Fixed

  • Fix copilot breaking change introduced in 2.8.5

[2.9.1] - 2025-11-20

Added

  • Add support for tabs in chat settings
  • Support markdown in watermark
  • Add italian translation to translations folder
  • Add query param prefill for chat
  • Add tests for utils, markdown, sidebar, chat settings, mcp, input widget, langchain, elements, steps, and actions

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [chainlit](https://github.com/Chainlit/chainlit) from 0.7.700 to 2.9.4.
- [Release notes](https://github.com/Chainlit/chainlit/releases)
- [Changelog](https://github.com/Chainlit/chainlit/blob/main/CHANGELOG.md)
- [Commits](Chainlit/chainlit@0.7.700...2.9.4)

---
updated-dependencies:
- dependency-name: chainlit
  dependency-version: 2.9.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant