File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,18 @@ You can check your current version with the following command:
30
30
31
31
For more information, see [ UP42 Python package description] ( https://pypi.org/project/up42-py/ ) .
32
32
33
+ ## 2.4.0
34
+ ** July 21, 2025**
35
+
36
+ ### Deprecated
37
+ - Deprecated the ` webhooks ` module and the ` base::get_credits_balance ` function.
38
+
39
+ ### Added
40
+ - Added a warning when outdated versions are imported.
41
+ - Added ` provider_properties ` data field to ` glossary::Scene ` active record class.
42
+ - Added ` FeasibilityStudy ` active record class to ` tasking ` module.
43
+ - Exported ` FeasibilityStudy ` and ` FeasibilityStudySorting ` to ` up42 ` namespace.
44
+
33
45
### 2.4.0a4
34
46
** July 16, 2025**
35
47
- Display warning when importing outdated versions
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " up42-py"
3
- version = " 2.4.0a4 "
3
+ version = " 2.4.0 "
4
4
description = " Python SDK for UP42, the geospatial marketplace and developer platform."
5
5
authors = [
" UP42 GmbH <[email protected] >" ]
6
6
license = " https://github.com/up42/up42-py/blob/master/LICENSE"
You can’t perform that action at this time.
0 commit comments