Skip to content

Commit cd16937

Browse files
authored
update cli dependencies, setuptools and required python version (#17)
## Summary - Upgrade dependencies and python minimum version ## Testing - [X] Manual checks (commands/bulk touched)
2 parents 5d88ee3 + 43f5f16 commit cd16937

2 files changed

Lines changed: 11 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,35 @@
11
[build-system]
2-
requires = ["setuptools>=61.0", "wheel"]
2+
requires = ["setuptools>=82.0.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "conviso-cli"
77
dynamic = ["version"]
88
description = "CLI to interact with Conviso Platform via GraphQL."
99
readme = "README.md"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.10"
1111
license = { file = "LICENSE" }
1212
authors = [
1313
{ name = "Conviso Labs", email = "suporte@convisoappsec.com" }
1414
]
1515
classifiers = [
16+
"Development Status :: 5 - Production/Stable",
1617
"Programming Language :: Python :: 3",
17-
"Programming Language :: Python :: 3.9",
1818
"Programming Language :: Python :: 3.10",
1919
"Programming Language :: Python :: 3.11",
20+
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.13",
22+
"Programming Language :: Python :: 3.14",
2023
"Operating System :: OS Independent",
2124
"Environment :: Console",
2225
]
2326

2427
dependencies = [
25-
"typer>=0.21.1",
26-
"rich>=14.3.1",
28+
"typer>=0.24.1",
29+
"rich>=14.3.3",
2730
"requests>=2.32.5",
28-
"python-dotenv>=1.2.1",
29-
"pyyaml>=6.0.1"
31+
"python-dotenv>=1.2.2",
32+
"pyyaml>=6.0.3"
3033
]
3134

3235
[project.urls]

src/conviso/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.4
1+
0.3.5

0 commit comments

Comments
 (0)