Compare commits

...
Author SHA1 Message Date
Sam Crowder be0b260a04 COMMIT THAT SHOULD BE SKIPPED NOT INCLUDED IN VERSION BUCKETS 2025-07-11 13:20:59 -07:00
Sam Crowder cad2a84e26 remove 0.2.86 2025-07-11 13:01:26 -07:00
2 changed files with 2 additions and 4 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
TESTING
# Contributing to LangGraph
Thank you for being interested in contributing to LangGraph!
@@ -291,4 +292,4 @@ def my_function(arg1: int, arg2: str) -> float:
This is a description of the return value.
"""
return 3.14
```
```
@@ -4,9 +4,6 @@
---
## v0.2.86 (2025-07-11)
- Honored tool descriptions in the `/mcp` endpoint to align with expected functionality.
## v0.2.85 (2025-07-10)
- Added support for the `on_disconnect` field to `runs/wait` and included disconnect logs for better debugging.