Aaron Pham
Aaron Pham
I follow your reproduction step and I didn't encounter issue with 1.0.4 🤔 Can you send the output of `printenv | grep BENTOML`?
I'm using M1 mac atm. That command just to show whether you have any bentoml environment setup.
Hi @blaizeb-at-x, I was unable to reproduce this. Can you try out the latest release and see whether you run into this issue?
Feel free to reopen this if you still see this.
It could look like: ```python from typing import Optional @svc.api(..., output=Multipart(field1=Optional[JSON()], field2=Optional[NumpyNdarray()]) def endpoint(input): ... ``` We should also support [PEP604](https://peps.python.org/pep-0604/) ```python from __futures__ import annotations @svc.api(input=Multipart(field1=list[JSON()], field2=tuple[NumpyNdarray()], output=...) def...
I will take a look into the state of buildkit on GCP as a whole. Seems like we have a lot of bugs reported with user using GKE
Hmm, I feel that dependencies should only have a lower bound, as upper bound is icky. https://iscinumpy.dev/post/bound-version-constraints/#pinning-the-python-version-is-special talks about this relatively well. bentoctl itself is an application, rather than a...
No worries. Let me know if I can help.
I can contribute if this is needed.
sounds good.