python3Packages.trino-python-client: 0.334.0 -> 0.336.0

https://github.com/trinodb/trino-python-client/blob/0.336.0/CHANGES.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:05 +01:00
parent 26ddf06a5d
commit 23be04415e
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "trino-python-client";
version = "0.334.0";
version = "0.336.0";
pyproject = true;
src = fetchFromGitHub {
repo = "trino-python-client";
owner = "trinodb";
tag = version;
hash = "sha256-cSwMmzIUFYX8VgSwobth8EsARUff3hhfBf+IrhuFSYM=";
hash = "sha256-Vii9WMcOQZy93Dlc6d0qzswQTdcYyHoRVuCqcbWUF4s=";
};
build-system = [ setuptools ];