Streaming bug in studio with new langgraph-api update

After updating langgraph-api to the latesrt version, I get the following error message when invokin a node with LLM. There seems to be a bug where both run_id and thread_id are submitted but only one is accepted.

runs.py", line 104, in stream_run
sub = asyncio.create_task(Runs.Stream.subscribe(run_id, thread_id))
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
TypeError: Runs.Stream.subscribe() takes 1 positional argument but 2 were given

i am also facing this issue, when i update langchain-api latest version, this issue is coming. can someone please help?

Hi sorry this should be fixed now if you upgrade langgraph-api to 0.4.1, we apologize for the inconvenience.

yes its working now. Thanks