Unverified Commit 9d57508c authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.pydantic-{ai-slim,graph}: 1.86.1 -> 1.87.0 (#513533)

parents 8a1e1708 5aeb3eed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

buildPythonPackage (finalAttrs: {
  pname = "pydantic-ai-slim";
  version = "1.86.1";
  version = "1.87.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pydantic";
    repo = "pydantic-ai";
    tag = "v${finalAttrs.version}";
    hash = "sha256-4kDZzotCty40undBQoRXIzAFBufPIj3QSvhDjlG+Y6E=";
    hash = "sha256-Q5h+7XZ3SU1B9/kY2qBYraYrWFX3vcDFwQLld2oeQaA=";
  };

  sourceRoot = "${finalAttrs.src.name}/pydantic_ai_slim";
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage (finalAttrs: {
  pname = "pydantic-graph";
  version = "1.86.1";
  version = "1.87.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pydantic";
    repo = "pydantic-ai";
    tag = "v${finalAttrs.version}";
    hash = "sha256-4kDZzotCty40undBQoRXIzAFBufPIj3QSvhDjlG+Y6E=";
    hash = "sha256-Q5h+7XZ3SU1B9/kY2qBYraYrWFX3vcDFwQLld2oeQaA=";
  };

  sourceRoot = "${finalAttrs.src.name}/pydantic_graph";