We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883a649 commit b803c28Copy full SHA for b803c28
backend/trip/requirements.txt
@@ -4,4 +4,5 @@ pydantic~=2.11
4
PyJWT~=2.10
5
argon2-cffi~=25.1
6
pydantic_settings~=2.9
7
-Pillow~=11.2
+Pillow~=11.2
8
+authlib~=1.6
docs/config.md
@@ -64,7 +64,7 @@ One way to check if you're concerned by this is simply doing the following and c
64
$ docker run --rm -it ghcr.io/itskovacs/trip:1 /bin/bash
65
$ python3
66
>>> import httpx
67
->>> resp = httpx.get("https://your-keycloak-host/")
+>>> httpx.get("https://your-keycloak-host/")
68
```
69
70
In case you're facing this issue, it's likely due to the fact that the container does not trust you custom certificate.
0 commit comments