python3Packages.dashscope: 1.25.6 -> 1.25.9

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:50 +01:00
parent 9dc53fb154
commit bb9da0733c
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "dashscope";
version = "1.25.6";
version = "1.25.9";
pyproject = true;
src = fetchFromGitHub {
owner = "dashscope";
repo = "dashscope-sdk-python";
tag = "v${version}";
hash = "sha256-rArpiEXiy/HVaNYSwONS71d0SucQ9uIbZcvlyaO/EOI=";
hash = "sha256-VR7Auso+0al9qAE3IDFAPl5zIX0Yp9OfJchR+Q9DB1o=";
};
build-system = [ setuptools ];