Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6edfa8a commit 3f5cbdaCopy full SHA for 3f5cbda
CHANGELOG.md
@@ -2,6 +2,12 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [6.1.2] - 2025-05-27
6
+
7
+### Fixed
8
+- Fix type checking and code highlighting for `graph_objects` classes [[#5199](https://github.com/plotly/plotly.py/pull/5199)]
9
10
11
## [6.1.1] - 2025-05-20
12
13
### Fixed
pyproject.toml
@@ -38,7 +38,7 @@ classifiers = [
38
]
39
requires-python = ">=3.8"
40
license = {file="LICENSE.txt"}
41
-version = "6.1.1"
+version = "6.1.2"
42
dependencies = [
43
"narwhals>=1.15.1",
44
"packaging"
0 commit comments