-
Notifications
You must be signed in to change notification settings - Fork 12
astradb[minor]: update dependencies for compatibility with langchain-core 0.3 #71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Integration tests may be failing for unrelated reasons. See this run on a recently merged PR that failed the same way. |
Yes integration tests have setup issues. |
|
I think we should follow LangChain baseline and drop support for the EOL'd Python 3.8. |
|
Updated! |
| python = ">=3.9,<4.0" | ||
| langchain-core = ">=0.1.31,<0.4" | ||
| astrapy = "^1.4" | ||
| # Resolve numpy version for 3.8 to 3.12+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The numpy resolution can probably be removed now to only use > 1.26
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call thanks.
@cbornet @hemidactylus the release pipeline appears blocked by failing integration tests. I suspect they are unrelated to this change and related to test infra. Would you mind taking a look? |
@ccurme Sure, the state of CI in this repo is on my TODOs for today. Thanks for reminding me :) |
No description provided.