From ea30b4d21deaf931a8b85cd700867e71bee8e9b7 Mon Sep 17 00:00:00 2001 From: Sean <63349506+SerRichard@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:53:19 +0100 Subject: [PATCH 1/2] Update core.py --- openeo_fastapi/client/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openeo_fastapi/client/core.py b/openeo_fastapi/client/core.py index 7149a89..aeefe14 100644 --- a/openeo_fastapi/client/core.py +++ b/openeo_fastapi/client/core.py @@ -112,8 +112,8 @@ def get_credentials_oidc(self) -> CredentialsOidcGetResponse: DefaultClient( id="openeo-platform-default-client", redirect_urls=[ - "https://editor.openeo.cloud", - "https://editor.openeo.org", + "https://editor.openeo.cloud/", + "https://editor.openeo.org/", "http://localhost:1410/", ], grant_types=[ From e445fa2b9d76866cb2f0fcca03d5aa5975594acc Mon Sep 17 00:00:00 2001 From: Sean <63349506+SerRichard@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:54:01 +0100 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52c9f59..910e1fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openeo-fastapi" -version = "2024.10.1" +version = "2024.11.1" description = "FastApi implementation conforming to the OpenEO Api specification." authors = ["Sean Hoyal "] readme = "README.md"