From f3eb5b30a08a0208d9bb068294f83eccd8feb4ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 10 Feb 2026 18:01:29 -0800 Subject: [PATCH] Add changelog for #3707 --- changelog/3707.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3707.fixed.md diff --git a/changelog/3707.fixed.md b/changelog/3707.fixed.md new file mode 100644 index 000000000..257342c62 --- /dev/null +++ b/changelog/3707.fixed.md @@ -0,0 +1 @@ +- Fixed stream closing compatibility for OpenAI-compatible providers (e.g. OpenPipe) that return async generators instead of `AsyncStream`.