mxm-types 0.2.1__tar.gz → 0.2.2__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: mxm-types
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Shared foundational types and representation adapters for Money Ex Machina.
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.14
17
17
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
18
18
  Classifier: Typing :: Typed
19
19
  Requires-Dist: numpy (>=2.4.4,<3.0.0)
20
- Requires-Dist: pandas (>=3.0.2,<4.0.0)
20
+ Requires-Dist: pandas (>=2.3.3,<4.0.0)
21
21
  Project-URL: Homepage, https://github.com/moneyexmachina/mxm-types
22
22
  Project-URL: Issues, https://github.com/moneyexmachina/mxm-types/issues
23
23
  Project-URL: Repository, https://github.com/moneyexmachina/mxm-types
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "mxm-types"
3
- version = "0.2.1"
3
+ version = "0.2.2"
4
4
  description = "Shared foundational types and representation adapters for Money Ex Machina."
5
5
  authors = ["mxm <contact@moneyexmachina.com>"]
6
6
  license = "MIT"
@@ -37,7 +37,7 @@ include = [
37
37
  [tool.poetry.dependencies]
38
38
  python = ">=3.13,<3.15"
39
39
  numpy = "^2.4.4"
40
- pandas = "^3.0.2"
40
+ pandas = ">=2.3.3,<4.0.0"
41
41
 
42
42
  [tool.poetry.group.dev.dependencies]
43
43
  ruff = "^0.14.3"
File without changes
File without changes