python3Packages.genai-prices: 0.0.61 -> 0.0.62

This commit is contained in:
Martin Weinelt
2026-05-27 15:11:55 +02:00
parent 4f9d663053
commit 032790acd4
@@ -7,20 +7,20 @@
uv-build,
# dependencies
httpx,
httpx2,
pydantic,
}:
buildPythonPackage (finalAttrs: {
pname = "genai-prices";
version = "0.0.61";
version = "0.0.62";
pyproject = true;
src = fetchFromGitHub {
owner = "pydantic";
repo = "genai-prices";
tag = "v${finalAttrs.version}";
hash = "sha256-3w3V6uIeRBTpc2rtkVRVsLlWGzHHksklv3YyCw6/VEI=";
hash = "sha256-VUhJwv15cHqIsZc103aoTX1D8kzt+cy/jdHUi++0+/w=";
};
sourceRoot = "${finalAttrs.src.name}/packages/python";
@@ -30,7 +30,7 @@ buildPythonPackage (finalAttrs: {
];
dependencies = [
httpx
httpx2
pydantic
];