langchain-core 0.3.71__py3-none-any.whl → 0.3.72__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@ The interfaces for core components like chat models, LLMs, vector stores, retrie
4
4
  and more are defined here. The universal invocation protocol (Runnables) along with
5
5
  a syntax for combining components (LangChain Expression Language) are also defined here.
6
6
 
7
- No third-party integrations are defined here. The dependencies are kept purposefully
7
+ **No third-party integrations are defined here.** The dependencies are kept purposefully
8
8
  very lightweight.
9
9
  """
10
10
 
@@ -55,7 +55,7 @@ def _dereference_refs_helper(
55
55
  processed_refs = set()
56
56
 
57
57
  # 1) Pure $ref node?
58
- if isinstance(obj, dict) and set(obj.keys()) == {"$ref"}:
58
+ if isinstance(obj, dict) and "$ref" in set(obj.keys()):
59
59
  ref_path = obj["$ref"]
60
60
  # cycle?
61
61
  if ref_path in processed_refs:
langchain_core/version.py CHANGED
@@ -1,3 +1,3 @@
1
1
  """langchain-core version information and utilities."""
2
2
 
3
- VERSION = "0.3.71"
3
+ VERSION = "0.3.72"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: langchain-core
3
- Version: 0.3.71
3
+ Version: 0.3.72
4
4
  Summary: Building applications with LLMs through composability
5
5
  License: MIT
6
6
  Project-URL: Source Code, https://github.com/langchain-ai/langchain/tree/master/libs/core
@@ -1,7 +1,7 @@
1
- langchain_core-0.3.71.dist-info/METADATA,sha256=2IN2ux1bgW9OCsht-69QXdQsj95meY2WY1vmLgW19xY,5767
2
- langchain_core-0.3.71.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90
3
- langchain_core-0.3.71.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
4
- langchain_core/__init__.py,sha256=AN-KPu2IuqeQGc-m9dcDfoTIvBno5-ZdUNEVwIIoZM0,709
1
+ langchain_core-0.3.72.dist-info/METADATA,sha256=CX1A6ZuxLBzOCQpn_d6T63HUCmuAiWVa6jwQvR_f3yo,5767
2
+ langchain_core-0.3.72.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90
3
+ langchain_core-0.3.72.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
4
+ langchain_core/__init__.py,sha256=TgvhxbrjCRVJwr2HddiyHvtH8W94K-uLM6-6ifNIBXo,713
5
5
  langchain_core/_api/__init__.py,sha256=WDOMw4faVuscjDCL5ttnRQNienJP_M9vGMmJUXS6L5w,1976
6
6
  langchain_core/_api/beta_decorator.py,sha256=osyHHMFFC4jT59CSlauU8HnVxReBfEaA-USTkvh7yAI,9942
7
7
  langchain_core/_api/deprecation.py,sha256=nZtRLOlU_9fpvpOKO4SLTXpDm73Ik28EEPEBmIdaJVs,20500
@@ -159,7 +159,7 @@ langchain_core/utils/input.py,sha256=z3tubdUtsoHqfTyiBGfELLr1xemSe-pGvhfAeGE6O2g
159
159
  langchain_core/utils/interactive_env.py,sha256=Apx6gRncLvidU75maFoI-Gfx-FhDqO2vyiZnR32QAaE,200
160
160
  langchain_core/utils/iter.py,sha256=oqhDIXkuTdsrMj4JZUhNwGmdQ32DPIpGgXfPARdEtmc,7409
161
161
  langchain_core/utils/json.py,sha256=7K3dV2aOfT-1cLl5ZQrfmw9sVnLrn7batTsByzjlPdg,6197
162
- langchain_core/utils/json_schema.py,sha256=RuJUipbkwljzdjFZ4E6blJuHJObO9k2pXcxvJX5uzW8,3706
162
+ langchain_core/utils/json_schema.py,sha256=oNAijAQ8rIJq4M-RuUbE2dpzF7F-JZ_MnkXRo-WGPQw,3704
163
163
  langchain_core/utils/loading.py,sha256=7B9nuzOutgknzj5-8W6eorC9EUsNuO-1w4jh-aVf8ms,931
164
164
  langchain_core/utils/mustache.py,sha256=K_EnRcbYQMjQ-95-fP5G9rB2rCbpgcr1yn5QF6-Tr70,21253
165
165
  langchain_core/utils/pydantic.py,sha256=UFuDwQpGMZ95YFfb2coPMXva48sWn-ytQQhnqdy1ExM,17987
@@ -170,5 +170,5 @@ langchain_core/vectorstores/__init__.py,sha256=5P0eoeoH5LHab64JjmEeWa6SxX4eMy-et
170
170
  langchain_core/vectorstores/base.py,sha256=tClkcmbKtYw5CkwF1AEOPa304rHkYqDJ0jRlXXPPo8c,42025
171
171
  langchain_core/vectorstores/in_memory.py,sha256=lxe2bR-wFtvNN2Ii7EGOh3ON3MwqNRP996eUEek55fA,18076
172
172
  langchain_core/vectorstores/utils.py,sha256=DZUUR1xDybHDhmZJsd1V2OEPsYiFVc2nhtD4w8hw9ns,4934
173
- langchain_core/version.py,sha256=CIjYNEnE7dA85UdGJA6hnOak7gPlUoYQi1qU56mcLkQ,76
174
- langchain_core-0.3.71.dist-info/RECORD,,
173
+ langchain_core/version.py,sha256=B4nuLZu1fFkydSQ-nCPYRWkRqKh26FRqoYuwt-5uTm0,76
174
+ langchain_core-0.3.72.dist-info/RECORD,,