Skip to content

Commit 0e536dd

Browse files
committed
Bump streamlit
1 parent c1abfea commit 0e536dd

File tree

3 files changed

+20
-16
lines changed

3 files changed

+20
-16
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.1.13
2+
3+
- Bump streamlit to `1.50.*`
4+
15
## V0.1.12
26

37
- Drop `/api/alive` endpoint.

pixi.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
authors = [{ name = "lorenzo", email = "[email protected]" }]
33
dependencies = [
4-
"streamlit == 1.49.0",
4+
"streamlit>=1.50.0, <1.51.0",
55
"ngio>=0.3.2, <0.4.0",
66
"plotly",
77
"matplotlib",

0 commit comments

Comments
 (0)