DEV Community

Discussion on: The Modern Way To Call APIs In Python

Collapse
 
fuegoio profile image
Alexis Tacnet

Hi ! Yes, this is also something we take into account. If you mean API versionning for the external APIs that we consume (Kubernetes, Github, Gitlab, ...), this is also the goal of enforcing their schema with Pydantic. This way, we usually know well before that some endpoint changed.