I am looking to update my python project to use langgraph 1.0.9, which includes a fix that bumps the minimum version of orjson from 3.10.1 up to 3.11.5
This is great… however as per the dependencies specified for the Docker images when configuring an app for deployment, this is in direct conflict which pins orjson>=3.9.7,<3.10.17
Thus it is does not seem possible to deploy with langgraph 1.0.9 … unless I’m missing something?
I guess there really is a conflict of dependencies. But the Docker image pins, so pip can’t tell which one is which. You can either relax or override the Docker pin, or you can wait for the deployment image to be updated.