graphiti/server/graph_service
Daniel Chalef 8213d10d44
migrate to pyright (#646)
* migrate to pyright

* Refactor type checking to use Pyright, update dependencies, and clean up code.

- Replaced MyPy with Pyright in configuration files and CI workflows.
- Updated `pyproject.toml` and `uv.lock` to reflect new dependencies and versions.
- Adjusted type hints and fixed minor code issues across various modules for better compatibility with Pyright.
- Added new packages `backoff` and `posthog` to the project dependencies.

* Update CI workflows to install all extra dependencies for type checking and unit tests

* Update dependencies in uv.lock to replace MyPy with Pyright and add nodeenv package. Adjust type hinting in config.py for compatibility with Pyright.
2025-06-30 12:04:21 -07:00
..
dto Gemini support (#324) 2025-04-06 09:27:04 -07:00
routers chore: update dependencies and refactor type hinting (#339) 2025-04-09 08:05:26 -07:00
__init__.py Add Fastapi graph service (#88) 2024-09-06 11:07:45 -04:00
config.py migrate to pyright (#646) 2025-06-30 12:04:21 -07:00
main.py feat: add FastAPI lifespan and healthcheck endpoint (#144) 2024-09-23 10:12:35 -04:00
zep_graphiti.py feat: Dedicated embedder interface (#159) 2024-09-27 12:47:04 -04:00