python3Packages.openai: 1.100.2 -> 1.101.0

Diff: https://github.com/openai/openai-python/compare/v1.100.2...v1.101.0

Changelog: https://github.com/openai/openai-python/blob/v1.101.0/CHANGELOG.md

Changed files
+2 -2
pkgs
development
python-modules
openai
+2 -2
pkgs/development/python-modules/openai/default.nix
···
buildPythonPackage rec {
pname = "openai";
-
version = "1.100.2";
+
version = "1.101.0";
pyproject = true;
src = fetchFromGitHub {
owner = "openai";
repo = "openai-python";
tag = "v${version}";
-
hash = "sha256-6pw5IWkxmAcJvmEEPuqSq8GmQyZeGPL/2LmCxZDXlLA=";
+
hash = "sha256-XCstUYM2jiq3PbNiRmLnguzQtvrGk0Ik5K0tk37bq2U=";
};
postPatch = ''substituteInPlace pyproject.toml --replace-fail "hatchling==1.26.3" "hatchling"'';