python313Packages.fnllm: add uv-dynamic-versioning (#439653)

This commit is contained in:
Fabian Affolter
2025-09-02 19:46:54 +02:00
committed by GitHub
@@ -17,6 +17,7 @@
pythonOlder,
tenacity,
tiktoken,
uv-dynamic-versioning,
}:
buildPythonPackage rec {
@@ -31,7 +32,10 @@ buildPythonPackage rec {
hash = "sha256-q7aeFXuXIrwjjXEHVpACohWommIxJZo9PRUgh4uLtfA=";
};
build-system = [ hatchling ];
build-system = [
hatchling
uv-dynamic-versioning
];
dependencies = [
aiolimiter