From b803c28b617b3e2dad89c3f21d35a52b4c21ae3c Mon Sep 17 00:00:00 2001 From: itskovacs Date: Wed, 23 Jul 2025 19:12:40 +0200 Subject: [PATCH] :bug: Fix missing lib --- backend/trip/requirements.txt | 3 ++- docs/config.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/backend/trip/requirements.txt b/backend/trip/requirements.txt index 9e1d31a..4e0b542 100644 --- a/backend/trip/requirements.txt +++ b/backend/trip/requirements.txt @@ -4,4 +4,5 @@ pydantic~=2.11 PyJWT~=2.10 argon2-cffi~=25.1 pydantic_settings~=2.9 -Pillow~=11.2 \ No newline at end of file +Pillow~=11.2 +authlib~=1.6 \ No newline at end of file diff --git a/docs/config.md b/docs/config.md index 006bfca..401d0d8 100644 --- a/docs/config.md +++ b/docs/config.md @@ -64,7 +64,7 @@ One way to check if you're concerned by this is simply doing the following and c $ docker run --rm -it ghcr.io/itskovacs/trip:1 /bin/bash $ python3 >>> import httpx ->>> resp = httpx.get("https://your-keycloak-host/") +>>> httpx.get("https://your-keycloak-host/") ``` In case you're facing this issue, it's likely due to the fact that the container does not trust you custom certificate.