python3Packages.openai-agents: 0.0.13 -> 0.2.3
Got rid of nix-update-script, since it didn't seem to be doing anything?
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
lib,
|
||||
nix-update-script,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
hatchling,
|
||||
@@ -15,20 +14,15 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "openai-agents";
|
||||
version = "0.0.13";
|
||||
version = "0.2.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "openai_agents";
|
||||
hash = "sha256-a4AxXnXAa1MCxfKtui+eo4RflGFdrtRwa/uHF0D1YaU=";
|
||||
hash = "sha256-ldStGUxcDPGkADjLcB7ujs2q92mNh7sT48LFz/gMS00=";
|
||||
};
|
||||
|
||||
# OpenAI 1.76.0 seems to not build currently
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml --replace-fail "openai>=1.76.0" "openai"
|
||||
'';
|
||||
|
||||
build-system = [
|
||||
hatchling
|
||||
];
|
||||
@@ -47,8 +41,6 @@ buildPythonPackage rec {
|
||||
"agents"
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/openai/openai-agents-python/releases/tag/${version}";
|
||||
homepage = "https://github.com/openai/openai-agents-python";
|
||||
|
||||
Reference in New Issue
Block a user