File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.2.5] - 2025-09-11
9+
10+ * ` chatlas ` is (once again) a soft dependency (included in the ` providers ` extra).
11+
812## [ 0.2.4] - 2025-09-10
913
1014### Bug fixes
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ readme = "pkg-py/README.md"
55requires-python = " >=3.9"
66license = { text = " MIT" }
77dependencies = [
8- " chatlas>=0.12.0" ,
98 " htmltools>=0.6.0" ,
109 " shiny>=1.4.0" ,
1110]
@@ -26,7 +25,7 @@ Changelog = "https://github.com/posit-dev/shinychat/blob/main/pkg-py/CHANGELOG.m
2625[project .optional-dependencies ]
2726providers = [
2827 " anthropic;python_version>='3.11'" ,
29- " chatlas[mcp]>=0.11.1 " ,
28+ " chatlas[mcp]>=0.12.0 " ,
3029 " google-generativeai" ,
3130 " langchain-core" ,
3231 " ollama>=0.4.0" ,
You can’t perform that action at this time.
0 commit comments