python313Packages.fnllm: add uv-dynamic-versioning

This commit is contained in:
Fabian Affolter
2025-09-02 19:34:37 +02:00
parent 2c4cd11a9e
commit cc0770bda3
@@ -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