mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 06:23:20 +00:00
community[patch]: Fix missing protected_namespaces(). (#27610)
- [x] **PR message**: - **Description:** Fixes warning messages raised due to missing `protected_namespaces` parameter in `ConfigDict`. - **Issue:** https://github.com/langchain-ai/langchain/issues/27609 - **Dependencies:** No dependencies - **Twitter handle:** @gawbul
This commit is contained in:
@@ -102,6 +102,7 @@ For more information, please visit:
|
||||
|
||||
model_config = ConfigDict(
|
||||
extra="allow",
|
||||
protected_namespaces=(),
|
||||
)
|
||||
|
||||
def _embed(self, inputs: Any) -> Any:
|
||||
|
Reference in New Issue
Block a user