Skip to content

Commit cfe1b27

Browse files
authored
Merge pull request #473 from validmind/juan/sc-14222/incorrect-plotly-figures-displayed
[SC-14222] Incorrect plotly figures displayed
2 parents 031c591 + 88393db commit cfe1b27

3 files changed

Lines changed: 43 additions & 9 deletions

File tree

poetry.lock

Lines changed: 40 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "validmind"
3-
version = "2.11.2"
3+
version = "2.11.3"
44
description = "ValidMind Library"
55
readme = "README.pypi.md"
66
requires-python = ">=3.9,<3.13"
@@ -22,7 +22,7 @@ dependencies = [
2222
"numpy (>=1.23,<2.0.0)",
2323
"openai (>=1)",
2424
"pandas (>=2.0.3,<3.0.0)",
25-
"plotly (>=5.0.0,<6.0.0)",
25+
"plotly (>=6.0.0)",
2626
"polars",
2727
"python-dotenv",
2828
"scikit-learn",

validmind/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.11.2"
1+
__version__ = "2.11.3"

0 commit comments

Comments
 (0)