From dd031c43e5ab121b2c3974fc6397db940341b529 Mon Sep 17 00:00:00 2001 From: Carson Date: Tue, 29 Oct 2024 15:30:44 -0500 Subject: [PATCH 1/2] v1.2.0 release candidate --- CHANGELOG.md | 2 +- pyproject.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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", From 1e9ed9ce64321141139ecbed0c983afdb8ad4eaf Mon Sep 17 00:00:00 2001 From: Carson Date: Tue, 29 Oct 2024 16:17:59 -0500 Subject: [PATCH 2/2] Require latest quartodoc --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8d6c4bd4c..e9778149b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,8 +128,7 @@ doc = [ "tabulate", "shinylive", "pydantic>=2.7.4", - # "quartodoc>=0.8.0", - "quartodoc@git+https://github.com/machow/quartodoc@main", + "quartodoc>=0.8.1", "griffe>=1.3.2", ]