From 301be2d40a858b6b8c4d0e66aae645f9058a2c24 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:09:29 -0700 Subject: [PATCH] core[patch]: de-beta astream_events (#26248) --- libs/core/langchain_core/runnables/base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/core/langchain_core/runnables/base.py b/libs/core/langchain_core/runnables/base.py index 739a9e9684d..f04d34c1648 100644 --- a/libs/core/langchain_core/runnables/base.py +++ b/libs/core/langchain_core/runnables/base.py @@ -1094,7 +1094,6 @@ class Runnable(Generic[Input, Output], ABC): ): yield item - @beta_decorator.beta(message="This API is in beta and may change in the future.") async def astream_events( self, input: Any,