Why should it be done this way? Modern async web frameworks (FastAPI, async Django) use AsyncOpenFgaClient in production, but testcontainers only provides sync clients. This creates a production-test ...
Hi, I suspect this has nothing to do with async, because I had the very same problem without async. It's due to the new version of the ChatOpenAI model that does not accept a string as an input ...