diff --git a/CHANGELOG.md b/CHANGELOG.md index 68dafcce5..3296f8787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to Shiny for Python will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [UNRELEASED] +## [1.2.0] - 2024-10-29 ### Breaking changes diff --git a/pyproject.toml b/pyproject.toml index 29b5d8fab..8d6c4bd4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,8 +33,7 @@ dependencies = [ "starlette", "websockets>=10.0", "python-multipart", - # "htmltools>=0.5.3.9002", - "htmltools@git+https://github.com/posit-dev/py-htmltools@main", + "htmltools>=0.6.0", "click>=8.1.4;platform_system!='Emscripten'", "markdown-it-py>=1.1.0", "mdit-py-plugins>=0.3.0",