macrostrat.database 3.4.0__tar.gz → 3.4.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.1
2
2
  Name: macrostrat.database
3
- Version: 3.4.0
3
+ Version: 3.4.1
4
4
  Summary: A SQLAlchemy-based database toolkit.
5
5
  Author: Daven Quinn
6
6
  Author-email: dev@davenquinn.com
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.9
11
11
  Classifier: Programming Language :: Python :: 3.10
12
12
  Classifier: Programming Language :: Python :: 3.11
13
13
  Classifier: Programming Language :: Python :: 3.12
14
- Requires-Dist: GeoAlchemy2 (>=0.14.0,<0.15.0)
14
+ Requires-Dist: GeoAlchemy2 (>=0.15.2,<0.16.0)
15
15
  Requires-Dist: SQLAlchemy (>=2.0.18,<3.0.0)
16
16
  Requires-Dist: SQLAlchemy-Utils (>=0.41.1,<0.42.0)
17
17
  Requires-Dist: aiofiles (>=23.2.1,<24.0.0)
@@ -19,4 +19,4 @@ Requires-Dist: click (>=8.1.3,<9.0.0)
19
19
  Requires-Dist: macrostrat.utils (>=1.0.0,<2.0.0)
20
20
  Requires-Dist: psycopg2-binary (>=2.9.6,<3.0.0)
21
21
  Requires-Dist: rich (>=13.7.1,<14.0.0)
22
- Requires-Dist: sqlparse (>=0.4.4,<0.5.0)
22
+ Requires-Dist: sqlparse (>=0.5.1,<0.6.0)
@@ -3,17 +3,17 @@ authors = ["Daven Quinn <dev@davenquinn.com>"]
3
3
  description = "A SQLAlchemy-based database toolkit."
4
4
  name = "macrostrat.database"
5
5
  packages = [{ include = "macrostrat" }]
6
- version = "3.4.0"
6
+ version = "3.4.1"
7
7
 
8
8
  [tool.poetry.dependencies]
9
- GeoAlchemy2 = "^0.14.0"
9
+ GeoAlchemy2 = "^0.15.2"
10
10
  SQLAlchemy = "^2.0.18"
11
11
  SQLAlchemy-Utils = "^0.41.1"
12
12
  click = "^8.1.3"
13
13
  "macrostrat.utils" = "^1.0.0"
14
14
  psycopg2-binary = "^2.9.6"
15
15
  python = "^3.8"
16
- sqlparse = "^0.4.4"
16
+ sqlparse = "^0.5.1"
17
17
  aiofiles = "^23.2.1"
18
18
  rich = "^13.7.1"
19
19