Merge pull request #233711 from r-ryantm/auto-update/openai

openai: 0.27.6v2 -> 0.27.7

authored by Fabian Affolter and committed by GitHub 87f91568 c990a866

+2 -2
+2 -2
pkgs/development/python-modules/openai/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "openai"; 26 - version = "0.27.6v2"; 26 + version = "0.27.7"; 27 27 format = "setuptools"; 28 28 29 29 disabled = pythonOlder "3.7.1"; ··· 32 32 owner = "openai"; 33 33 repo = "openai-python"; 34 34 rev = "refs/tags/v${version}"; 35 - hash = "sha256-kL5/4NP9nEhcn77HJWgM16g8I/iQ4sNAlSZPBD2UkMg="; 35 + hash = "sha256-C952ZBp458kPge9ZTUBY6EoPh6Vrq9D2y1WQpCG1rEQ="; 36 36 }; 37 37 38 38 propagatedBuildInputs = [