Replies: 2 comments 3 replies
-
@vbarda is looking into adding support |
Beta Was this translation helpful? Give feedback.
1 reply
-
Seems like it's updated👍🏻 (Related commit) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have this example data that I want to update to the graph state.
But I get this error.
TypeError: Object of type date is not JSON serializable
As I looked through the
langgraph/serde/jsonplus.py/JsonPlusSerializer
, it handles thedatetime
type like below,Should I convert
datetime.date
type todatetime.datetime
?Beta Was this translation helpful? Give feedback.
All reactions