From ae4c81816a07e934a02df42bb84bac2a767d92a4 Mon Sep 17 00:00:00 2001 From: JunsongDu <101181614+djs0109@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:45:55 +0200 Subject: [PATCH] [PYPI-RELEASE] v0.4.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2ece6af..9ba2e863 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Pydantic enforces type hints at runtime, and provides user friendly errors when data is invalid. We mainly use the Pydantic model to build our own data model structure required for efficient data model parsing and validation and interaction with FIWARE -services' RestAPIs. +services' RestAPIs. For API interaction, FiLiP relies on the well-known [requests](https://docs.python-requests.org/en/latest/) package.