Skip to content

Commit 4297f9b

Browse files
V.2.4.0
1 parent ed530a4 commit 4297f9b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@ You can check your current version with the following command:
3030

3131
For more information, see [UP42 Python package description](https://pypi.org/project/up42-py/).
3232

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+
3345
### 2.4.0a4
3446
**July 16, 2025**
3547
- Display warning when importing outdated versions

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "up42-py"
3-
version = "2.4.0a4"
3+
version = "2.4.0"
44
description = "Python SDK for UP42, the geospatial marketplace and developer platform."
55
authors = ["UP42 GmbH <[email protected]>"]
66
license = "https://github.com/up42/up42-py/blob/master/LICENSE"

0 commit comments

Comments
 (0)