uniqpr0

Results 3 issues of uniqpr0

paymentrequest.pb.h:17:2: error: #error This file was generated by an older version of protoc which is #error This file was generated by an older version of protoc which is ^~~~~ paymentrequest.pb.h:18:2:...

I'm trying to use that part of code from example ``` @app.get('/api/search', response_model=SelectSearchResponse) async def search_view(request: Request, q: str) -> SelectSearchResponse: path_ends = f'name/{q}' if q else 'all' client: AsyncClient...