Hi, I have a deployment on LangSmith. We recently facing an issue that the stream stopped in the middle without giving any output. I am suspecting this is due to an update on langgraph-api version. Is there a way to specify langgraph-api version in the deployment?
I have tried setting base_image in the langgraph.json file but it seems not changing the image tag. Here is my langgraph.json
{
"base_image": "langchain/langgraph-api:0.2.101-py3.12-wolfi",
"image_distro": "wolfi",
"dependencies": [
"."
],
"graphs": {
// ...
},
"python_version": "3.12"
}