T
T
SQLAlchemy is now pretty out of date, with several releases since. However, I do see 1.4.41 installed with 0.0.8, so maybe this can be closed out? https://github.com/tiangolo/sqlmodel/blob/main/pyproject.toml#L34
> grpc_tools still does not support protobuf 3.20 Is this true? It seemed to be working for me. I do see that it doesn't support v4 or later, however: https://github.com/grpc/grpc/blob/v1.46.3/tools/distrib/python/grpcio_tools/setup.py#L293...
Hmm. This looks related: https://github.com/grpc/grpc/issues/29650
Looks good to me, but I don't know about any wider reaching implications of this.
Python 3.10 stable is out as of today. Would be great if google-fhir supported it. Thank you!
Hi! Might this be in the works? Thank you!
Can this be merged in if it looks good?
I'm running into this as well. Thanks for opening the issue!
This isn't working for me, even though in Github it looks correct. ``` root@30514da15ae0:/# ls /usr/local/lib/python3.10/site-packages/grpc_health-stubs/v1 __init__.pyi health.pyi health_pb2.pyi health_pb2_grpc.pyi ``` If I install grpc-stubs 1.24.8: ``` root@0526e361c909:/# ls /usr/local/lib/python3.10/site-packages/grpc_health-stubs/v1...
Interesting, thank you. In this case it's a necessary file at runtime and we need to do some tests with it, but also need 100% test coverage. So if we...