Skip to content

Commit 2f64ced

Browse files
committed
py/v0.2.5 release
1 parent 2e8c5e8 commit 2f64ced

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pkg-py/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ readme = "pkg-py/README.md"
55
requires-python = ">=3.9"
66
license = { text = "MIT" }
77
dependencies = [
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]
2726
providers = [
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",

0 commit comments

Comments
 (0)