python3Packages.dashscope: 1.24.7 -> 1.24.9 (#457302)

This commit is contained in:
Nick Cao
2025-10-31 19:53:46 +00:00
committed by GitHub
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "dashscope";
version = "1.24.7";
version = "1.24.9";
pyproject = true;
src = fetchFromGitHub {
owner = "dashscope";
repo = "dashscope-sdk-python";
tag = "v${version}";
hash = "sha256-Hss6kCE8lkstRZlFX9V+q91N2Zcp0aVbx89WpBR2uC4=";
hash = "sha256-Mb36V0yGYPblNXnAYa24yd7YJXsjWTErl+VVvBTZ1j8=";
};
build-system = [ setuptools ];