I had created a sandbox with envs: ```py sandbox = Sandbox.create( envs={ 'MY_VAR': 'my_value', }, ) ``` How to update the `MY_VAR` dynamically?