We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e247811 commit cf0a01cCopy full SHA for cf0a01c
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sag-py-fastapi-health"
3
-version = "0.3.3"
+version = "0.3.4"
4
description = "A library for fastapi health checks"
5
authors = ["Samhammer AG"]
6
license = "MIT"
@@ -31,4 +31,5 @@ requires = ["setuptools>=61.0"]
31
build-backend = "setuptools.build_meta"
32
33
[tool.pytest.ini_options]
34
-asyncio_default_fixture_loop_scope = "function"
+
35
+asyncio_default_fixture_loop_scope = "function"
0 commit comments