open-swe[bot]
4d098c4cb5
Apply patch [skip ci]
2025-08-22 15:03:10 +00:00
open-swe[bot]
2d097ee9d1
Apply patch [skip ci]
2025-08-22 15:01:44 +00:00
open-swe[bot]
2f14631c84
Apply patch [skip ci]
2025-08-22 14:58:39 +00:00
open-swe[bot]
9b67fcfc87
Apply patch [skip ci]
2025-08-22 14:58:13 +00:00
open-swe[bot]
cde4b9092f
Apply patch [skip ci]
2025-08-22 14:57:10 +00:00
open-swe[bot]
620adb3bcf
Apply patch [skip ci]
2025-08-22 14:56:50 +00:00
open-swe[bot]
c8dd449d1a
Apply patch [skip ci]
2025-08-22 14:56:02 +00:00
open-swe[bot]
6eef693d6e
Apply patch [skip ci]
2025-08-22 14:55:46 +00:00
open-swe[bot]
193b4c34ec
Apply patch [skip ci]
2025-08-22 14:54:53 +00:00
open-swe[bot]
b242b5499c
Apply patch [skip ci]
2025-08-22 14:54:29 +00:00
open-swe[bot]
223150870c
Apply patch [skip ci]
2025-08-22 13:23:45 +00:00
open-swe[bot]
d8ce3d71cf
Apply patch [skip ci]
2025-08-22 13:21:28 +00:00
open-swe[bot]
944947e889
Apply patch [skip ci]
2025-08-22 13:20:00 +00:00
open-swe[bot]
a38727133b
Apply patch [skip ci]
2025-08-22 13:19:24 +00:00
open-swe[bot]
5d929c30b4
Apply patch [skip ci]
2025-08-22 13:18:32 +00:00
open-swe[bot]
b6e8816e7d
Apply patch [skip ci]
2025-08-22 13:13:15 +00:00
open-swe[bot]
779d454fcc
Apply patch [skip ci]
2025-08-22 13:12:28 +00:00
open-swe[bot]
9423a99515
Apply patch [skip ci]
2025-08-22 13:11:55 +00:00
open-swe[bot]
4c04e023c8
Apply patch [skip ci]
2025-08-22 13:11:14 +00:00
open-swe[bot]
4566b2aed4
Apply patch [skip ci]
2025-08-22 13:10:45 +00:00
open-swe[bot]
55f6f052b6
Apply patch [skip ci]
2025-08-22 13:08:00 +00:00
open-swe[bot]
c22a86f11e
Apply patch [skip ci]
2025-08-22 13:06:23 +00:00
open-swe[bot]
85180f5054
Apply patch [skip ci]
2025-08-22 13:02:01 +00:00
open-swe[bot]
777ab1123f
Apply patch [skip ci]
2025-08-22 12:53:36 +00:00
open-swe[bot]
a5a0286568
Apply patch [skip ci]
2025-08-22 12:52:47 +00:00
open-swe[bot]
69f4ab0a79
Apply patch [skip ci]
2025-08-22 12:48:29 +00:00
open-swe[bot]
9284412aac
Apply patch [skip ci]
2025-08-22 12:47:23 +00:00
open-swe[bot]
220b3b1d33
Apply patch [skip ci]
2025-08-22 12:47:00 +00:00
open-swe[bot]
d0be6843ba
Apply patch [skip ci]
2025-08-22 12:45:51 +00:00
open-swe[bot]
7fb9f7c870
Apply patch [skip ci]
2025-08-22 12:44:56 +00:00
open-swe[bot]
a5b61361af
Apply patch [skip ci]
2025-08-22 12:41:04 +00:00
open-swe[bot]
2f96c5c021
Apply patch [skip ci]
2025-08-22 12:40:44 +00:00
open-swe[bot]
0915784a87
Apply patch [skip ci]
2025-08-22 12:40:15 +00:00
open-swe[bot]
6952d3a1e0
Apply patch [skip ci]
2025-08-22 12:39:17 +00:00
open-swe[bot]
d411013b6f
Apply patch [skip ci]
2025-08-22 12:37:24 +00:00
open-swe[bot]
ce9473293f
Apply patch [skip ci]
2025-08-22 12:36:40 +00:00
open-swe[bot]
7fd8666608
Apply patch [skip ci]
2025-08-22 12:35:55 +00:00
open-swe[bot]
adf42e7ca1
Apply patch [skip ci]
2025-08-22 12:35:09 +00:00
open-swe[bot]
b0b6e3d91f
Apply patch [skip ci]
2025-08-22 12:34:26 +00:00
open-swe[bot]
30e00b8c7b
Apply patch [skip ci]
2025-08-22 12:33:34 +00:00
William FH and GitHub
d73902ae76
feat(sdk-py): Count endpoints ( #5986 )
2025-08-21 18:15:52 +00:00
William FH and GitHub
501ba8be34
release(cli): Bump max bound of langgraph-api ( #5978 )
2025-08-21 00:59:27 +00:00
William FH and GitHub
998e194e82
release(cli): Support bookworm, trixie, etc. ( #5975 )
...
Also add support for pinning to a semantic version.
2025-08-20 15:40:04 +00:00
William FH and GitHub
a692e24a58
fix(langgraph): Remote Baggage ( #5964 )
...
Fix baggage propagation for opt-in distributed tracing when no
additional headers are provided.
2025-08-20 01:47:12 +00:00
William FH and GitHub
c0b29a6df5
chore(langgraph): Add passthrough params/headers to invoke/stream/etc. ( #5940 )
2025-08-18 19:38:08 +00:00
William FH and GitHub
3488eb2a2c
chore(sdk-py): Update types ( #5939 )
2025-08-18 18:29:07 +00:00
wakita181009 and GitHub
875f20ba9f
feat(sdk-py): define aclose method to LangGraphClient ( #5931 )
...
This PR adds an aclose method to the LangGraphClient.
When using the client in a FastAPI application, it's common to share a
single instance across the application's lifespan. The absence of an
aclose method makes it difficult to gracefully close the underlying HTTP
session on application shutdown. This change enables proper resource
management by allowing the client to be closed cleanly.
2025-08-18 11:22:02 -07:00
William FH and GitHub
723d4641b0
chore(sdk-py): Update params type in SDK ( #5937 )
2025-08-18 17:53:20 +00:00
William FH and GitHub
9918488169
feat(sdk-py): client qparams ( #5918 )
...
And add linting & dyanmic version string
2025-08-18 10:05:24 -07:00
William FH and GitHub
0cd8745aad
feat(sdk-py): Select-statement ( #5933 )
2025-08-18 06:42:01 -07:00