tangkikodo
tangkikodo
could you provide a more detailed test case? at my side ```python from pydantic import BaseModel from pydantic_resolve import Resolver from typing import Sequence import pytest class A(BaseModel): y: Sequence[str]...
https://github.com/allmonday/pydantic2-resolve/issues/7#issuecomment-2041501779 this is described in this issue.
 ```python def get_data(): counter = 1 definitions = [ dict(source=Product, target=Order, field='product_id'), dict(source=Product, target=History, field='product_id'), dict(source=Order, target=Buyer, field='order_id'), dict(source=Order, target=Snap, field='order_id'), ] node_map = {} nodes = [] edges...
https://github.com/allmonday/fastapi-router-viz. wip
@mjhea0 hello, based on https://github.com/mjhea0/awesome-fastapi/issues/203 I've created the PR, pls have a check, thanks.
I dont get the point, how it looks like now in your voyager dashboard? It would be better to have a before -> after comparison in voyager it supports grouping...