core[patch]: de-beta astream_events (#26248)

This commit is contained in:
Bagatur
2024-09-10 10:09:29 -07:00
committed by GitHub
parent 6df9178056
commit 301be2d40a

View File

@@ -1094,7 +1094,6 @@ class Runnable(Generic[Input, Output], ABC):
): ):
yield item yield item
@beta_decorator.beta(message="This API is in beta and may change in the future.")
async def astream_events( async def astream_events(
self, self,
input: Any, input: Any,