We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6bf79 commit c6aeab4Copy full SHA for c6aeab4
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "json_exporter"
7
-version = "0.13.4"
+version = "1.0.0"
8
authors = [
9
{ name="Desultory", email="[email protected]" },
10
]
@@ -17,9 +17,9 @@ classifiers = [
17
"Operating System :: OS Independent",
18
19
dependencies = [
20
- "prometheus_exporter >= 0.13.2",
+ "prometheus_exporter >= 1.0.0",
21
"aiohttp >= 3.9.1",
22
- "zenlib >= 1.7.1"
+ "zenlib >= 2.0.0"
23
24
25
[project.scripts]
0 commit comments