From d5d967cd6a396e67b009b102d380100184604f91 Mon Sep 17 00:00:00 2001 From: Marcel Jackwerth Date: Fri, 28 Mar 2025 12:19:54 +0100 Subject: [PATCH] Don't arbitrarily constrain dependency versions --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1aa3a2e0..3316a79d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -httpx~=0.28.1 -pydantic~=2.10.4 +httpx>=0.28.1 +pydantic>=2.10.4 PyJWT>=2.9.0, <2.10 ; python_version == "3.8" PyJWT>=2.10.0; python_version > "3.8" -cryptography>=42.0.8, <45 +cryptography>=42.0.8