Skip to content

feat(langchain): support async invoke & stream in langchain integration #4711

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shellmayr
Copy link
Member

  • Support for ainvoke and astream in langchain integration

Copy link

codecov bot commented Aug 18, 2025

❌ 13 Tests Failed:

Tests completed Failed Passed Skipped
23939 13 23926 2350
View the top 3 failed test(s) by shortest run time
tests.integrations.langchain.test_langchain::test_langchain_ainvoke_error
Stack Traces | 0.001s run time
async def functions are not natively supported.
You need to install a suitable plugin for your async framework, for example:
  - anyio
  - pytest-asyncio
  - pytest-tornasync
  - pytest-trio
  - pytest-twisted
tests.integrations.langchain.test_langchain::test_langchain_astream_error
Stack Traces | 0.001s run time
async def functions are not natively supported.
You need to install a suitable plugin for your async framework, for example:
  - anyio
  - pytest-asyncio
  - pytest-tornasync
  - pytest-trio
  - pytest-twisted
tests.integrations.langchain.test_langchain::test_langchain_astream_error
Stack Traces | 0.001s run time
async def functions are not natively supported.
You need to install a suitable plugin for your async framework, for example:
  - anyio
  - pytest-asyncio
  - pytest-tornasync
  - pytest-trio
  - pytest-twisted

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant