Merge branch 'master' into erick/test-partner-failure

This commit is contained in:
Erick Friis
2024-02-23 11:17:22 -08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -82,6 +82,7 @@ jobs:
extended-tests:
name: "cd ${{ matrix.working-directory }} / make extended_tests #${{ matrix.python-version }}"
needs: [ build ]
if: ${{ needs.build.outputs.dirs-to-run-extended != '[]' }}
strategy:
matrix:
# note different variable for extended test dirs

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-community"
version = "0.0.23"
version = "0.0.24"
description = "Community contributed LangChain integrations."
authors = []
license = "MIT"