Skip to content

Commit a173426

Browse files
release 2.3.1 (#751)
1 parent 367c52f commit a173426

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,19 @@ 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-
### June 24, 2025 [patch]
34-
- Deprecated `Order.get_assets`
33+
## 2.3.1
34+
**June 26, 2025**
3535

36-
### June 16, 2025 [patch]
37-
- Fixed `Up42ExtensionProperty` for order id
36+
### Fixed
37+
- `Up42ExtensionProperty` for order id
3838

39-
### June 11, 2025 [patch]
39+
### Security
4040
- Updated requests dependency to 2.32.4
4141
- Updated tornado dependency to 6.5.1
4242

43+
### Deprecated
44+
- `Order.get_assets`
45+
4346
## 2.3.0
4447
**June 10, 2025**
4548

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.3.0+build3"
3+
version = "2.3.1"
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)