Unverified Commit 374a4610 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

python312Packages.instructor: 1.7.4 -> 1.7.9 (#393292)

parents 0174d900 5e43d179
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -10,9 +10,11 @@
  # dependencies
  aiohttp,
  docstring-parser,
  jinja2,
  jiter,
  openai,
  pydantic,
  requests,
  rich,
  tenacity,
  typer,
@@ -22,7 +24,6 @@
  diskcache,
  fastapi,
  google-generativeai,
  jinja2,
  pytest-asyncio,
  pytestCheckHook,
  python-dotenv,
@@ -31,7 +32,7 @@

buildPythonPackage rec {
  pname = "instructor";
  version = "1.7.4";
  version = "1.7.9";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -40,7 +41,7 @@ buildPythonPackage rec {
    owner = "jxnl";
    repo = "instructor";
    tag = version;
    hash = "sha256-TrNGTWnZShOYeMGonSEib7NiEbrwWNtujeWo2gaewf4=";
    hash = "sha256-3IwvbepDrylOIlL+IteyFChqYc/ZIu6IieIkbAPL+mw=";
  };

  build-system = [ hatchling ];
@@ -50,9 +51,11 @@ buildPythonPackage rec {
  dependencies = [
    aiohttp
    docstring-parser
    jinja2
    jiter
    openai
    pydantic
    requests
    rich
    tenacity
    typer
@@ -63,7 +66,6 @@ buildPythonPackage rec {
    diskcache
    fastapi
    google-generativeai
    jinja2
    pytest-asyncio
    pytestCheckHook
    python-dotenv