hantusk

Results 6 comments of hantusk

> I realize I can run an async future with > > ``` > app = FastAPI(title='TestAPI', on_startup=async_func()) > ``` > > How can I add a non-async blocking function...

Ran into this today as well fwiw.

You might be able to scan your custom file formats using [fsspec](https://filesystem-spec.readthedocs.io/en/latest/). Here's an example: [https://csvbase.com/blog/7](https://csvbase.com/blog/7).

Just hit this as well. Can confirm downgrading to `anthropic==0.30` works here. Service account has the "Vertex AI User" role in gcp, and my auth is set up like this:...

Yup that works for me 👍 consider having a separate version number or suffix for the `next` branch.

I hit this issue for my production setup also.