Skip to content

Commit

Permalink
Merge branch 'rc-v1.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Oct 29, 2024
2 parents f22c28a + 1e9ed9c commit e410200
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -129,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",
]

Expand Down

0 comments on commit e410200

Please sign in to comment.