We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e92b0f commit 7d1a033Copy full SHA for 7d1a033
pyproject.toml
@@ -1,15 +1,15 @@
1
[project]
2
name = "denario_app"
3
-version = "0.1.13"
+version = "1.0.0"
4
description = "GUI for the multiagent research assistant Denario"
5
maintainers = [
6
{ name = "Denario", email = "denario.astropilot.ai@gmail.com" },
7
]
8
readme = "README.md"
9
license = { text = "GPLv3" }
10
-requires-python = ">=3.12"
+requires-python = ">=3.12,<3.14"
11
dependencies = [
12
"streamlit",
13
"streamlit-pdf-viewer>=0.0.23",
14
- "denario",
+ "denario>=1.0.0",
15
0 commit comments