Evgeny Bob
Evgeny Bob
test locally error for me even on main so please before merging please verify on your end. Thank you
done by https://github.com/crewAIInc/crewAI-tools/pull/111
401 clearly indicates API key vs endpoint issue and not crewAI can confirm Azure OpenAi works on my machine
after v0.60 bump and #1333 and overall migration to LiteLLM it would be nice to remove langchain constraint at https://github.com/crewAIInc/crewAI/blob/main/pyproject.toml#L17 feels this is in the way: >Because embedchain (0.1.122) depends...
embedchain was updated. so the follwojng for both crewAi and CrewAI-tools would close the issue and add sanity to deps. ``` langchain = "^0.3.1" embedchain = "^0.1.123" ```
sending here a PR here with poetry.toml ``` langchain = "^0.3.1" crewai-tools = { version = "^0.12.2", optional = true } embedchain = "^0.1.123" ``` should close the issue and...
suggest closing this as 0.74.2 of crewAI and 0.13.2 of crewAI-tools now allow coexistence with langchain 0.3.4. validated in my project. tnx @erichare @joaomdmoura
confirming it all works on 3.12 and does not on 3.13.