github langchain-ai/langchainjs @langchain/core@1.2.6

latest releases: langchain@1.5.6, @langchain/fireworks@0.2.7, @langchain/deepseek@1.1.7...
5 hours ago

Patch Changes

  • #11344 f08e0c6 Thanks @hntrl! - fix: apply [Symbol.hasInstance] method to all comparable properties using .isInstance()

    We have some internal schemas that rely on z.instanceof(). This uses a strict instanceof check which can conflict if there are multiple versions of core installed. This overrides the Symbol.hasInstance method to use the same logic as .isInstance() to compare objects at runtime.

Don't miss a new langchainjs release

NewReleases is sending notifications on new releases.