pyetp 0.0.37__tar.gz → 0.0.38__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.3
2
2
  Name: pyetp
3
- Version: 0.0.37
3
+ Version: 0.0.38
4
4
  Summary: Interface with OSDU RDDMS using ETP protocol
5
5
  Author: Adam Cheng
6
6
  Author-email: 52572642+adamchengtkc@users.noreply.github.com
@@ -19,7 +19,7 @@ Requires-Dist: numpy (>=1.26.3,<2.0.0)
19
19
  Requires-Dist: pyarrow (>=15.0.0,<16.0.0)
20
20
  Requires-Dist: pydantic (>=1.10,<2.0)
21
21
  Requires-Dist: redis (>=5.0.1,<6.0.0)
22
- Requires-Dist: resqpy (>4.16.0,<5.2)
22
+ Requires-Dist: resqpy (>=5.1.10,<6.0.0)
23
23
  Requires-Dist: websockets (>=12.0,<13.0)
24
24
  Requires-Dist: xsdata (>=24.3.1,<25.0.0)
25
25
  Requires-Dist: xtgeo (>=3.8.0,<4.0.0)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pyetp"
3
- version = "0.0.37"
3
+ version = "0.0.38"
4
4
  description = "Interface with OSDU RDDMS using ETP protocol"
5
5
  authors = ["Adam Cheng <52572642+adamchengtkc@users.noreply.github.com>"]
6
6
  readme = "README.md"
@@ -20,12 +20,11 @@ pydantic = "^1.10"
20
20
  redis = "^5.0.1"
21
21
  async-lru = "^2.0.4"
22
22
  async-timeout = { version = "^5.0", python = "<3.11" }
23
- resqpy = ">4.16.0, <5.2"
24
-
25
23
  pyarrow = "^15.0.0" # added to fix pandas deprecated warning in xtgeo
26
24
  xtgeo = "^3.8.0"
27
25
  xsdata = "^24.3.1"
28
26
  etpproto = "^1.0.7"
27
+ resqpy = "^5.1.10"
29
28
 
30
29
  [tool.poetry.group.dev.dependencies]
31
30
  pytest = "^7.4.4"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes