From b08640f0504445033ca3008b2a5c1bf9b3e8ead1 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 1 Jun 2026 19:16:38 +0200 Subject: [PATCH] python3Packages.httpcore2: 2.2.0 -> 2.3.0 https://github.com/pydantic/httpx2/blob/v2.3.0/src/httpcore2/CHANGELOG.md --- pkgs/development/python-modules/httpcore2/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/httpcore2/default.nix b/pkgs/development/python-modules/httpcore2/default.nix index f7708b751017..cfbbf8113342 100644 --- a/pkgs/development/python-modules/httpcore2/default.nix +++ b/pkgs/development/python-modules/httpcore2/default.nix @@ -9,8 +9,8 @@ uv-dynamic-versioning, # dependencies - certifi, h11, + truststore, # optional dependencies h2, @@ -29,14 +29,14 @@ buildPythonPackage (finalAttrs: { pname = "httpcore2"; - version = "2.2.0"; + version = "2.3.0"; pyproject = true; src = fetchFromGitHub { owner = "pydantic"; repo = "httpx2"; tag = "v${finalAttrs.version}"; - hash = "sha256-RdoMDF5XVOkb4JCmytdF0JmBfTUcHuM1N+SD8r+RNiU="; + hash = "sha256-cW6meHx6VBMz5r/lXCKKK7Sq4e2nk+n1A5YTNtR2kB4="; }; postPatch = '' @@ -50,8 +50,8 @@ buildPythonPackage (finalAttrs: { ]; dependencies = [ - certifi h11 + truststore ]; optional-dependencies = {