modal-labs / modal-client

Python client library for Modal
https://modal.com/docs
Apache License 2.0
271 stars 35 forks source link

Fix type error when updating environment suffix #1963

Closed mwaskom closed 3 months ago

mwaskom commented 3 months ago

Fixes a regression in #1956

Would be safer to just rewrite it to have this always be a string (defaulting to a null string which is a no-op) but the underlying API function rejects empty strings and changing that felt a little risky for a quick fix.

mwaskom commented 3 months ago

@prbot automerge

kramstrom commented 3 months ago

Thanks for fixing!