langgraph-api 0.2.95__py3-none-any.whl → 0.2.96__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.
Potentially problematic release.
This version of langgraph-api might be problematic. Click here for more details.
- langgraph_api/__init__.py +1 -1
- langgraph_api/models/run.py +2 -2
- {langgraph_api-0.2.95.dist-info → langgraph_api-0.2.96.dist-info}/METADATA +1 -1
- {langgraph_api-0.2.95.dist-info → langgraph_api-0.2.96.dist-info}/RECORD +7 -7
- {langgraph_api-0.2.95.dist-info → langgraph_api-0.2.96.dist-info}/WHEEL +0 -0
- {langgraph_api-0.2.95.dist-info → langgraph_api-0.2.96.dist-info}/entry_points.txt +0 -0
- {langgraph_api-0.2.95.dist-info → langgraph_api-0.2.96.dist-info}/licenses/LICENSE +0 -0
langgraph_api/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.2.
|
|
1
|
+
__version__ = "0.2.96"
|
langgraph_api/models/run.py
CHANGED
|
@@ -204,11 +204,11 @@ def get_header_patterns() -> tuple[
|
|
|
204
204
|
configurable = config.HTTP_CONFIG.get("configurable_headers")
|
|
205
205
|
if not configurable:
|
|
206
206
|
return None, None
|
|
207
|
-
header_includes = configurable.get("includes") or []
|
|
207
|
+
header_includes = configurable.get("includes") or configurable.get("include") or []
|
|
208
208
|
include_patterns = []
|
|
209
209
|
for include in header_includes:
|
|
210
210
|
include_patterns.append(translate_pattern(include))
|
|
211
|
-
header_excludes = configurable.get("excludes") or []
|
|
211
|
+
header_excludes = configurable.get("excludes") or configurable.get("exclude") or []
|
|
212
212
|
exclude_patterns = []
|
|
213
213
|
for exclude in header_excludes:
|
|
214
214
|
exclude_patterns.append(translate_pattern(exclude))
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
langgraph_api/__init__.py,sha256=
|
|
1
|
+
langgraph_api/__init__.py,sha256=YQS1TD-5gNlLqV7Twd5RQ7JgXF4Qi3b2BsDy8yxanH4,23
|
|
2
2
|
langgraph_api/asgi_transport.py,sha256=eqifhHxNnxvI7jJqrY1_8RjL4Fp9NdN4prEub2FWBt8,5091
|
|
3
3
|
langgraph_api/asyncio.py,sha256=qrYEqPRrqtGq7E7KjcMC-ALyN79HkRnmp9rM2TAw9L8,9404
|
|
4
4
|
langgraph_api/cli.py,sha256=-R0fvxg4KNxTkSe7xvDZruF24UMhStJYjpAYlUx3PBk,16018
|
|
@@ -74,7 +74,7 @@ langgraph_api/middleware/http_logger.py,sha256=uroMCag49-uPHTt8K3glkl-0RnWL20YEg
|
|
|
74
74
|
langgraph_api/middleware/private_network.py,sha256=eYgdyU8AzU2XJu362i1L8aSFoQRiV7_aLBPw7_EgeqI,2111
|
|
75
75
|
langgraph_api/middleware/request_id.py,sha256=SDj3Yi3WvTbFQ2ewrPQBjAV8sYReOJGeIiuoHeZpR9g,1242
|
|
76
76
|
langgraph_api/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
77
|
-
langgraph_api/models/run.py,sha256=
|
|
77
|
+
langgraph_api/models/run.py,sha256=ZedBLmzeXFHbpYvNWJ50xhKakDnQwgZmeZBjNlMJqWA,14614
|
|
78
78
|
langgraph_api/tunneling/cloudflare.py,sha256=iKb6tj-VWPlDchHFjuQyep2Dpb-w2NGfJKt-WJG9LH0,3650
|
|
79
79
|
langgraph_api/utils/__init__.py,sha256=92mSti9GfGdMRRWyESKQW5yV-75Z9icGHnIrBYvdypU,3619
|
|
80
80
|
langgraph_api/utils/cache.py,sha256=SrtIWYibbrNeZzLXLUGBFhJPkMVNQnVxR5giiYGHEfI,1810
|
|
@@ -94,8 +94,8 @@ langgraph_runtime/store.py,sha256=7mowndlsIroGHv3NpTSOZDJR0lCuaYMBoTnTrewjslw,11
|
|
|
94
94
|
LICENSE,sha256=ZPwVR73Biwm3sK6vR54djCrhaRiM4cAD2zvOQZV8Xis,3859
|
|
95
95
|
logging.json,sha256=3RNjSADZmDq38eHePMm1CbP6qZ71AmpBtLwCmKU9Zgo,379
|
|
96
96
|
openapi.json,sha256=p5tn_cNRiFA0HN3L6JfC9Nm16Hgv-BxvAQcJymKhVWI,143296
|
|
97
|
-
langgraph_api-0.2.
|
|
98
|
-
langgraph_api-0.2.
|
|
99
|
-
langgraph_api-0.2.
|
|
100
|
-
langgraph_api-0.2.
|
|
101
|
-
langgraph_api-0.2.
|
|
97
|
+
langgraph_api-0.2.96.dist-info/METADATA,sha256=6reUZx6FDGWx6mlex-33Vg_n2LtRPnX1MCuMbnx9w-A,3891
|
|
98
|
+
langgraph_api-0.2.96.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
99
|
+
langgraph_api-0.2.96.dist-info/entry_points.txt,sha256=hGedv8n7cgi41PypMfinwS_HfCwA7xJIfS0jAp8htV8,78
|
|
100
|
+
langgraph_api-0.2.96.dist-info/licenses/LICENSE,sha256=ZPwVR73Biwm3sK6vR54djCrhaRiM4cAD2zvOQZV8Xis,3859
|
|
101
|
+
langgraph_api-0.2.96.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|