File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1212import traceback
1313from functools import partial
1414from typing import Any
15+ from urllib .parse import parse_qs
1516
1617import orjson
1718import tornado
1819from dotenv import dotenv_values
1920from eodag import EODataAccessGateway , SearchResult , setup_logging
2021from eodag .api .core import DEFAULT_ITEMS_PER_PAGE , DEFAULT_PAGE
21- from eodag .utils import parse_qs
2222from eodag .utils .exceptions import (
2323 AuthenticationError ,
2424 MisconfiguredError ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments