wfork-streamlit-profiler 0.2.8rc3__tar.gz → 0.2.8rc4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,7 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: wfork-streamlit-profiler
3
- Version: 0.2.8rc3
3
+ Version: 0.2.8rc4
4
4
  Summary: (fork of) Runtime profiler for Streamlit, powered by pyinstrument
5
- Home-page: https://github.com/wyattscarpenter/streamlit-profiler
6
5
  License: MIT
7
6
  Author: Johannes Rieke
8
7
  Author-email: johannes.rieke@gmail.com
@@ -15,8 +14,10 @@ Classifier: Programming Language :: Python :: 3.9
15
14
  Classifier: Programming Language :: Python :: 3.10
16
15
  Classifier: Programming Language :: Python :: 3.11
17
16
  Classifier: Programming Language :: Python :: 3.12
18
- Requires-Dist: pyinstrument (==4.7.1)
17
+ Classifier: Programming Language :: Python :: 3.13
18
+ Requires-Dist: pyinstrument (==5.0.1)
19
19
  Requires-Dist: streamlit (>=1.0.0,<2.0.0)
20
+ Project-URL: Homepage, https://github.com/wyattscarpenter/streamlit-profiler
20
21
  Description-Content-Type: text/markdown
21
22
 
22
23
  # wfork-streamlit-profiler &nbsp;🏄🏼
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "wfork-streamlit-profiler"
3
- version = "0.2.8-rc3"
3
+ version = "0.2.8-rc4"
4
4
  description = "(fork of) Runtime profiler for Streamlit, powered by pyinstrument"
5
5
  authors = ["Johannes Rieke <johannes.rieke@gmail.com>", "Wyatt S Carpenter"]
6
6
  license = "MIT"
@@ -10,7 +10,7 @@ homepage = "https://github.com/wyattscarpenter/streamlit-profiler"
10
10
  [tool.poetry.dependencies]
11
11
  python = "^3.7"
12
12
  streamlit = "^1.0.0"
13
- pyinstrument = "==4.7.1"
13
+ pyinstrument = "==5.0.1"
14
14
 
15
15
  [tool.poetry.dev-dependencies]
16
16
  black = "^21.12b0"