python3Packages.cohere: relax httpx-sse constraint

This commit is contained in:
Martin Weinelt
2025-08-09 19:05:26 +02:00
parent 5e25a7f6ee
commit caf7e71f07
@@ -44,6 +44,8 @@ buildPythonPackage rec {
typing-extensions
];
pythonRelaxDeps = [ "httpx-sse" ];
# tests require CO_API_KEY
doCheck = false;