ruankie / ecrivai

Fully automated AI blog writer that uses LangChain and GPT type LLMs for topic selection and content generation
MIT License
69 stars 17 forks source link

Roll back to langchain-core 0.1.4 #11

Closed ruankie closed 10 months ago

ruankie commented 10 months ago

Overview

This PR solves #10 by pinning the langchain-core package to version 0.1.4 (roll back) so that the scheduled publish workflow works.

langchain-core is a dependency of the Langchain package. A newer version was released recently so when Langchain is installed, langchain-core 0.1.5 is automatically installed. As mentioned in this issue, it has a bug when referencing the tracing_enabled module.

Changes