deps: bump chainlit to 2.12.0 in chat-chainlit-app example - #658
Open
katsugtgz wants to merge 1 commit into
Open
deps: bump chainlit to 2.12.0 in chat-chainlit-app example#658katsugtgz wants to merge 1 commit into
katsugtgz wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
chainlitto address GHSA-w3fx-mc44-mf6j and GHSA-hvfh-5mj3-5f3j in the chat-chainlit-app example.Evidence:
examples/chat-chainlit-app/requirements.txtreferencedchainlit@2.9.4chainlit@2.9.42.12.0Validation:
pip install -r requirements.txt(with the bumped pins) succeeds in a clean venv on Python 3.11Note: chainlit 2.12.0 requires pydantic >=2.11.0, so the pydantic pin moves from 2.10.1 to 2.11.0. Both are within pydantic 2.x.
Scope: dependency update only.