diff --git a/pyproject.toml b/pyproject.toml index e14c17b..0da4037 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "durations-nlp>=1.0.1,<2", "fastapi>=0.103,<0.104", "fastapi-login>=1.10.0,<2", - "httpx>=0.27.2,<1", + "httpx>=0.27.2,<0.28.0", "Jinja2>=3.0,<4", "jsonpointer>=3.0,<4", "passlib>=1.7.4,<2", diff --git a/tests/test_api.py b/tests/test_api.py index 21c87d1..9c9ab5d 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -60,6 +60,7 @@ def ssl_task(db): task = models.Task( url="https://exemple.com/", domain="https://exemple.com/", + method="GET", check="ssl-certificate-expiration", expected="on-check", frequency=1,