Skip to content

Commit 747ffa2

Browse files
committed
Merge branch 'develop'
2 parents 3b1cf7b + c1fda0c commit 747ffa2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release history
22

3+
## v5.2.1 (2025-09-09)
4+
5+
### Bug Fixes
6+
7+
- urllib parse_qs method import ([#249](https://github.com/CS-SI/eodag-labextension/pull/249),
8+
[`d1968dc`](https://github.com/CS-SI/eodag-labextension/commit/d1968dc76c6f66adc92b67bd7c534065d69358c9))
9+
310
## v5.2.0 (2025-07-16)
411

512
### Features

eodag_labextension/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
import traceback
1313
from functools import partial
1414
from typing import Any
15+
from urllib.parse import parse_qs
1516

1617
import orjson
1718
import tornado
1819
from dotenv import dotenv_values
1920
from eodag import EODataAccessGateway, SearchResult, setup_logging
2021
from eodag.api.core import DEFAULT_ITEMS_PER_PAGE, DEFAULT_PAGE
21-
from eodag.utils import parse_qs
2222
from eodag.utils.exceptions import (
2323
AuthenticationError,
2424
MisconfiguredError,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eodag-labextension",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "Searching remote sensed imagery from various image providers",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)