python3Packages.langchain-community: 0.4.1 -> 0.4.2
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
pythonAtLeast,
|
||||
|
||||
# build-system
|
||||
pdm-backend,
|
||||
hatchling,
|
||||
|
||||
# dependencies
|
||||
aiohttp,
|
||||
@@ -23,9 +23,6 @@
|
||||
|
||||
# tests
|
||||
blockbuster,
|
||||
duckdb,
|
||||
duckdb-engine,
|
||||
httpx,
|
||||
langchain-tests,
|
||||
lark,
|
||||
pandas,
|
||||
@@ -43,19 +40,19 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "langchain-community";
|
||||
version = "0.4.1";
|
||||
version = "0.4.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "langchain-ai";
|
||||
repo = "langchain-community";
|
||||
tag = "libs/community/v${version}";
|
||||
hash = "sha256-N92YDmej2shQQlktr0veFOKyGFWemFj0hdJIYu1rYSc=";
|
||||
hash = "sha256-I9xULsg+tlXM3Brh6Xa5xvFENx8zn4FRZ1/evNEh8UY=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/libs/community";
|
||||
|
||||
build-system = [ pdm-backend ];
|
||||
build-system = [ hatchling ];
|
||||
|
||||
# Only needed for mixed python 3.12/3.13 builds
|
||||
pythonRelaxDeps = [
|
||||
@@ -81,9 +78,6 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
blockbuster
|
||||
duckdb
|
||||
duckdb-engine
|
||||
httpx
|
||||
langchain-tests
|
||||
lark
|
||||
pandas
|
||||
|
||||
Reference in New Issue
Block a user