Skip to content

Commit 7d1a033

Browse files
committed
Bump version 1 and restrict python version
1 parent 4e92b0f commit 7d1a033

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[project]
22
name = "denario_app"
3-
version = "0.1.13"
3+
version = "1.0.0"
44
description = "GUI for the multiagent research assistant Denario"
55
maintainers = [
66
{ name = "Denario", email = "denario.astropilot.ai@gmail.com" },
77
]
88
readme = "README.md"
99
license = { text = "GPLv3" }
10-
requires-python = ">=3.12"
10+
requires-python = ">=3.12,<3.14"
1111
dependencies = [
1212
"streamlit",
1313
"streamlit-pdf-viewer>=0.0.23",
14-
"denario",
14+
"denario>=1.0.0",
1515
]

0 commit comments

Comments
 (0)