5 Open Issues Need Help Last updated: Sep 14, 2025

Open Issues Need Help

View All on GitHub
good first issue help wanted

Python SDK for Modaic

Python
enhancement good first issue

Python SDK for Modaic

Python

Python SDK for Modaic

Python

AI Summary: The `to_gqlalchmey` method is not thread-safe because it dynamically creates `gqlalchemy` classes, which relies on a non-thread-safe internal registry (`gqlalchemy.GraphObject._subtypes_`) and a local class registry. The issue proposes two solutions: either implement thread-safe class creation with locking, or completely remove the `gqlalchemy` OGM and manage Cypher queries directly, which is seen as a cleaner long-term solution.

Complexity: 4/5
enhancement help wanted

Python SDK for Modaic

Python