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
1 changed files with 2 additions and 2 deletions

View File

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