python3Packages.tableauserverclient: 0.37 -> 0.38 (#407717)

This commit is contained in:
Nick Cao
2025-05-16 17:43:16 -04:00
committed by GitHub
@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "tableauserverclient";
version = "0.37";
version = "0.38";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-3jQtEuKABN0P2AmQ7NEKsabbokd73RIjFvbBpa52pfg=";
hash = "sha256-Td2QW10vsKojhk9eeO90QbArdIuNn+hbNk9LvCYwgyo=";
};
pythonRelaxDeps = [