datazone-sdk 1.0.3__tar.gz → 1.0.4.dev1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: datazone-sdk
3
- Version: 1.0.3
3
+ Version: 1.0.4.dev1
4
4
  Summary: Database and Delta storage client library for working with Delta Lake tables
5
5
  Author: Team Enigma
6
6
  Author-email: enigma@energinet.dk
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3.12
12
12
  Classifier: Programming Language :: Python :: 3.13
13
13
  Classifier: Programming Language :: Python :: 3.14
14
14
  Requires-Dist: datamazing (>=5.1.6)
15
- Requires-Dist: deltalake (==1.2.1)
15
+ Requires-Dist: deltalake (>=1.5.1)
16
16
  Requires-Dist: obstore (>=0.8.2)
17
17
  Requires-Dist: pandas (>=2.0.3,<3)
18
18
  Requires-Dist: polars (>=1.33.1)
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "datazone-sdk"
3
- version = "1.0.3"
3
+ version = "1.0.4.dev1"
4
4
  description = "Database and Delta storage client library for working with Delta Lake tables"
5
5
  authors = [{ name = "Team Enigma", email = "enigma@energinet.dk" }]
6
6
  requires-python = ">=3.10"
@@ -14,7 +14,7 @@ requires-poetry = ">=2.2"
14
14
  pandas = ">=2.0.3,<3"
15
15
  polars = ">=1.33.1"
16
16
  obstore = ">=0.8.2"
17
- deltalake = "==1.2.1" # pin to avoid breaking changes in 1.3.0. Follow Github issue here https://github.com/delta-io/delta-rs/issues/3939
17
+ deltalake = ">=1.5.1"
18
18
  pyarrow = ">=19.0.0"
19
19
  datamazing = ">=5.1.6"
20
20