python311Packages.langsmith: refactor

This commit is contained in:
Fabian Affolter 2024-03-27 08:47:27 +01:00 committed by GitHub
parent 95bda65266
commit 28e8ef51e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,12 +33,12 @@ buildPythonPackage rec {
"orjson" "orjson"
]; ];
nativeBuildInputs = [ build-system = [
poetry-core poetry-core
pythonRelaxDepsHook pythonRelaxDepsHook
]; ];
propagatedBuildInputs = [ dependencies = [
orjson orjson
pydantic pydantic
requests requests