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 bd42857 commit 2abd5c1Copy full SHA for 2abd5c1
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "json_exporter"
7
-version = "0.10.0"
+version = "0.10.1"
8
authors = [
9
{ name="Desultory", email="[email protected]" },
10
]
@@ -17,7 +17,8 @@ classifiers = [
17
"Operating System :: OS Independent",
18
19
dependencies = [
20
- "prometheus_exporter >= 0.10.0",
+ "prometheus_exporter >= 0.10.1",
21
+ "aiohttp >= 3.9.1",
22
"zenlib >= 1.6.2"
23
24
0 commit comments