mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-12 23:42:51 +00:00
Merge branch 'master' into mdrxy/versioning
This commit is contained in:
@@ -17,9 +17,6 @@ def blockbuster() -> Iterator[BlockBuster]:
|
||||
bb.functions[func]
|
||||
.can_block_in("langchain_core/_api/internal.py", "is_caller_internal")
|
||||
.can_block_in("langchain_core/runnables/base.py", "__repr__")
|
||||
.can_block_in(
|
||||
"langchain_core/beta/runnables/context.py", "aconfig_with_context"
|
||||
)
|
||||
)
|
||||
|
||||
for func in ["os.stat", "io.TextIOWrapper.read"]:
|
||||
|
||||
Reference in New Issue
Block a user