PrefectHQ / ControlFlow

🦾 Take control of your AI agents
https://controlflow.ai
Apache License 2.0
337 stars 15 forks source link

Update langchain-core required version #180

Closed zhen0 closed 1 week ago

zhen0 commented 1 week ago

Langchain-core was throwing an error around trim_messages. Updating to 0.2.9 resolves it for me.

from langchain_core.messages.utils import trim_messages
ImportError: cannot import name 'trim_messages' from 'langchain_core.messages.utils' (/Users/jennifer/opt/anaconda3/envs/py312/lib/python3.12/site-packages/langchain_core/messages/utils.py)
jlowin commented 1 week ago

This lock file should only matter if you are using rye for development, I think -- not for installing dependencies

jlowin commented 1 week ago

That said we could update in pyproject.toml