Skip to content

Commit 519abf0

Browse files
committed
Merge branch 'develop'
2 parents 7db61cc + 345cee6 commit 519abf0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

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

3+
## v5.3.0a3 (2025-12-11)
4+
5+
### Build System
6+
7+
- Unpin eodag max version ([#264](https://github.com/CS-SI/eodag-labextension/pull/264))
8+
39
## v5.3.0a2 (2025-11-28)
410

511
### Refactoring

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.3.0a2",
3+
"version": "5.3.0a3",
44
"description": "Searching remote sensed imagery from various image providers",
55
"keywords": [
66
"jupyter",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"jupyterlab~=4.0",
6262
"tornado>=6.4.1,<7.0.0",
6363
"notebook>=6.0.3,<7.0.0",
64-
"eodag[notebook]==4.0.0a4",
64+
"eodag[notebook]>=4.0.0a4",
6565
"orjson",
6666
"pydantic",
6767
"pydantic-settings",

0 commit comments

Comments
 (0)