Igor Drozdov

Results 7 comments of Igor Drozdov

@norman @FooBarWidget could you please submit a new release that includes Rails 7 support whenever you have time?

@LeFnord could you please have a look at this PR?

> If you're able to capture the mount_path and use that instead of swagger_doc that would resolve the bug I'm experiencing. I don't know if the value can be read,...

@jhawthorn could you please review this PR?

> Langchain has a suite of standard tests for chat models in the [standard-tests](https://github.com/langchain-ai/langchain/tree/master/libs/standard-tests) library, which is already a test dependency of langchain-community. What do you think about adding these...

@ccurme thanks! The tests that were failing before now pass; however, I see a different failure: https://github.com/langchain-ai/langchain/actions/runs/9877887376/job/27280600253?pr=23906 and Python 3.12 jobs hang. I wonder if it's not related to the...

@ccurme ah, I've noticed that `extended_testing_deps.txt` should be updated as well, I've added `litellm` there, but still got the import problem because `import litellm` raises: ``` ImportError: cannot import name...