Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def __init__(
self._all_tables = set(
list(self._inspector.get_table_names(schema=schema))
+ (self._inspector.get_view_names(schema=schema) if view_support else [])
+ (self._inspector.get_materialized_view_names(schema=schema) if view_support else [])
)

self._include_tables = set(include_tables) if include_tables else set()
Expand Down
2 changes: 1 addition & 1 deletion libs/community/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"numpy>=2.1.0; python_version>='3.13'",
]
name = "langchain-community"
version = "0.3.30"
version = "0.3.30a1"
description = "Community contributed LangChain integrations."
readme = "README.md"

Expand Down
Empty file modified libs/community/scripts/check_pickle.sh
100755 → 100644
Empty file.
Empty file modified libs/community/scripts/check_pydantic.sh
100755 → 100644
Empty file.
Empty file modified libs/community/scripts/lint_imports.sh
100755 → 100644
Empty file.
Binary file removed libs/community/tests/.DS_Store
Binary file not shown.
Empty file.
Empty file.
Empty file.
Loading