Skip to content

Commit

Permalink
Fix Cd libs/community/ make test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kingtroga committed Nov 11, 2024
1 parent 8ac5d8b commit c297bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"ElasticsearchChatMessageHistory",
"FileChatMessageHistory",
"FirestoreChatMessageHistory",
"FalkorDBChatMessageHistory",
"MomentoChatMessageHistory",
"MongoDBChatMessageHistory",
"Neo4jChatMessageHistory",
Expand Down
1 change: 1 addition & 0 deletions libs/community/tests/unit_tests/test_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def test_required_dependencies(poetry_conf: Mapping[str, Any]) -> None:
"langsmith",
"numpy",
"python",
"redis",
"requests",
"pydantic-settings",
"tenacity",
Expand Down

0 comments on commit c297bb7

Please sign in to comment.