- Code Execution Nodes in the SDK can now run inline instead of in Vellum when used without packages and defined as a Python Runtime
- Fixes a bug where External Inputs were not submitted correctly on two nodes of the same External Input interface.
- Fixes an issue around pulling the same workflow twice creating redundant entries in the Vellum Lockfile
- Fixes a bug where code generation would output the wrong runtime for Code Execution Nodes
- Fixes a bug where node output reference pointers to non-existent subworkflow deployment outputs were causing attribute errors
- Removes the `__all__` from code generated `__init__.py` files
- Allows for code generation of Subworkflow Deployment nodes even if the Deployment is not found