pjdev-sqlmodel 3.8.0__tar.gz → 3.8.1__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: pjdev-sqlmodel
3
- Version: 3.8.0
3
+ Version: 3.8.1
4
4
  Project-URL: Documentation, https://gitlab.purplejay.net/keystone/python
5
5
  Project-URL: Issues, https://gitlab.purplejay.net/keystone/python/issues
6
6
  Project-URL: Source, https://gitlab.purplejay.net/keystone/python
@@ -16,7 +16,6 @@ Requires-Python: >=3.12
16
16
  Requires-Dist: loguru
17
17
  Requires-Dist: openpyxl>=3.1.5
18
18
  Requires-Dist: pandas>=2.2.2
19
- Requires-Dist: pyarrow>=17.0.0
20
19
  Requires-Dist: pydantic-settings>=2.3.4
21
20
  Requires-Dist: python-calamine>=0.2.3
22
21
  Requires-Dist: sqlmodel>=0.0.19
@@ -24,7 +24,6 @@ dependencies = [
24
24
  "pydantic-settings>=2.3.4",
25
25
  "sqlmodel>=0.0.19",
26
26
  "pandas>=2.2.2",
27
- "pyarrow>=17.0.0",
28
27
  "python-calamine>=0.2.3",
29
28
  "openpyxl>=3.1.5",
30
29
  "loguru"
@@ -1,4 +1,4 @@
1
1
  # SPDX-FileCopyrightText: 2024-present Chris O'Neill <chris@purplejay.io>
2
2
  #
3
3
  # SPDX-License-Identifier: MIT
4
- __version__ = "3.8.0"
4
+ __version__ = "3.8.1"
File without changes