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
Updated conda.yml to pin langchain-core to version 0.1.4
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 thetracing_enabled
module.Changes
conda.yml
to pinlangchain-core
to version 0.1.4