Skip to content Skip to sidebar Skip to footer
Showing posts with the label Fastapi

Sending Files Using Python 'aiohttp' Produce "there Was An Error Parsing The Body"

I am trying to make two services communicate. The first API is exposed to the user. The second is h… Read more Sending Files Using Python 'aiohttp' Produce "there Was An Error Parsing The Body"

How To Get Values From Nested Pydantic Classes?

class mail(BaseModel): mailid: int email: str class User(BaseModel): id: int n… Read more How To Get Values From Nested Pydantic Classes?