Skip to content

Commit fee45a5

Browse files
committed
🔧 define minor version, do not update major
1 parent 3d7e338 commit fee45a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version = "0.0.0"
1313

1414
[tool.poetry.dependencies]
1515
python = ">=3.9,<3.9.7 || >3.9.7,<4.0"
16-
streamlit = "1.39.0"
16+
streamlit = "^1.39.0"
1717
streamlit-aggrid = "*"
1818
quarto-cli = "*"
1919
plotly = "^5.15.0"
@@ -26,7 +26,7 @@ nbclient = "^0.10.0"
2626
matplotlib = "^3.9.2"
2727
altair = { extras = ["save"], version = "*" }
2828
itables = "^2.2.2"
29-
kaleido = "0.2.0"
29+
kaleido = "^0.2.0"
3030
vl-convert-python = "^1.7.0"
3131
dataframe-image = "^0.2.6"
3232
strenum = { version = "^0.4.15", python = "<3.11" }

0 commit comments

Comments
 (0)