python311Packages.langsmith: disable on unsupported Python releases

This commit is contained in:
Fabian Affolter
2023-08-18 17:18:55 +02:00
parent f3a2c3fce8
commit 03e2460c9c
@@ -3,9 +3,10 @@
, fetchFromGitHub
, poetry-core
, pydantic
, requests
, pytestCheckHook
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, requests
}:
buildPythonPackage rec {
@@ -13,6 +14,8 @@ buildPythonPackage rec {
version = "0.0.14";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langchainplus-sdk";