Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
113 changes: 56 additions & 57 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ langchain = { version = ">=0.3.22", optional = true }
langchain-google-genai = { version = ">=2.1.2", optional = true }
langchain-openai = { version = ">=0.3.9", optional = true }
langchain-anthropic = { version = ">=0.3.10", optional = true }
langchain-community = { version = ">=0.3.20", optional = true }
langchain-community = { version = ">=0.3.27", optional = true }

@botond-veress botond-veress Sep 23, 2025

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dragos199993 I don't see the rest of the dependencies bumped that were mentioned in the description

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah these were updated within the bounderies of the lock file. so the changes are only in the poetry.lock

langchain-mistralai = { version = ">=0.2.10", optional = true }
langchain-together = { version = ">=0.3.0", optional = true }
langchain-cohere = { version = ">=0.4.3", optional = true }
Expand Down
Loading