You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs
Nat Noordanus 8a3b74fe1f
community[patch]: Fix pydantic ForwardRef error in BedrockBase (#17416)
- **Description:** Fixes a type annotation issue in the definition of
BedrockBase. This issue was that the annotation for the `config`
attribute includes a ForwardRef to `botocore.client.Config` which is
only imported when `TYPE_CHECKING`. This can cause pydantic to raise an
error like `pydantic.errors.ConfigError: field "config" not yet prepared
so type is still a ForwardRef, ...`.
  - **Issue:** N/A
  - **Dependencies:** N/A
  - **Twitter handle:** `@__nat_n__`
8 months ago
..
cli
community community[patch]: Fix pydantic ForwardRef error in BedrockBase (#17416) 8 months ago
core langchain.core : Use shallow copy for schema manipulation in JsonOutputParser.get_format_instructions (#17162) 8 months ago
experimental experimental[patch]: Release 0.0.51 (#17484) 8 months ago
langchain langchain.core : Use shallow copy for schema manipulation in JsonOutputParser.get_format_instructions (#17162) 8 months ago
partners pinecone[patch]: release 0.0.2 (#17477) 8 months ago