From eeb5ac61f538b0ef20164de786bd37e070174871 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 18 Mar 2026 10:50:56 +0100 Subject: [PATCH] python3Packages.trino-python-client: add orjson --- .../python-modules/trino-python-client/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/trino-python-client/default.nix b/pkgs/development/python-modules/trino-python-client/default.nix index 61899625be11..dcac97f86a56 100644 --- a/pkgs/development/python-modules/trino-python-client/default.nix +++ b/pkgs/development/python-modules/trino-python-client/default.nix @@ -1,11 +1,12 @@ { lib, - buildPythonPackage, boto3, + buildPythonPackage, fetchFromGitHub, httpretty, keyring, lz4, + orjson, pytestCheckHook, python-dateutil, pytz, @@ -35,6 +36,7 @@ buildPythonPackage rec { dependencies = [ lz4 + orjson python-dateutil pytz requests