lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.openai: 1.100.2 -> 1.101.0 (#436615)

authored by

Peder Bergebakken Sundt and committed by
GitHub
a3e30ff1 b7c4ce4a

+2 -2
+2 -2
pkgs/development/python-modules/openai/default.nix
··· 51 51 52 52 buildPythonPackage rec { 53 53 pname = "openai"; 54 - version = "1.100.2"; 54 + version = "1.101.0"; 55 55 pyproject = true; 56 56 57 57 src = fetchFromGitHub { 58 58 owner = "openai"; 59 59 repo = "openai-python"; 60 60 tag = "v${version}"; 61 - hash = "sha256-6pw5IWkxmAcJvmEEPuqSq8GmQyZeGPL/2LmCxZDXlLA="; 61 + hash = "sha256-XCstUYM2jiq3PbNiRmLnguzQtvrGk0Ik5K0tk37bq2U="; 62 62 }; 63 63 64 64 postPatch = ''substituteInPlace pyproject.toml --replace-fail "hatchling==1.26.3" "hatchling"'';