mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-12 12:47:53 +02:00
Fix
This commit is contained in:
@@ -52,7 +52,7 @@ class Person:
|
||||
name: str
|
||||
|
||||
|
||||
@pytest.skipif(sys.version_info < (3, 10), reason="requires python3.10 or higher")
|
||||
@pytest.mark.skipif(sys.version_info < (3, 10), reason="requires python3.10 or higher")
|
||||
def test_serde_jsonplus() -> None:
|
||||
uid = uuid.UUID(int=1)
|
||||
current_time = datetime(2024, 4, 19, 23, 4, 57, 51022, timezone.max)
|
||||
|
||||
Reference in New Issue
Block a user