Alex Strick van Linschoten

Results 189 comments of Alex Strick van Linschoten

Got it. I guess you'll be forced soonish in due course. In any case, at ZenML we're strongly motivated by various integrations to upgrade (since they start not working any...

Closing this as experimentation has stopped.

+1 have encountered breaking changes with this release. (Am installing `bcrypt` through `passlib`).

I get the same error here https://github.com/zenml-io/zenml/actions/runs/7007131635/job/19060516311#step:4:2556

This is a known behaviour. The built-in materializers for `List` objects will naively save each object in the list separately, so that's `n` individual save operations that have to take...

@david101-hunter what version of langchain are you using?

This project, e.g., has the version pinned to `langchain==0.0.325`. I think subsequent versions will raise this error. They introduced an async mode which I think is causing the issue. This...

Maybe @wjayesh knows more about the original set of requirements, but I just know that higher versions of `langchain>0.0.325` are going to hit this materialization issue.

I'm able to get the requirements file to resolve as follows: ``` # assuming a fresh / blank environment # cd into the llm-agents project pip install -U pip uv...