Skip to content

Commit

Permalink
Updated database dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn committed Oct 28, 2024
1 parent a98daff commit 96aa124
Show file tree
Hide file tree
Showing 10 changed files with 58 additions and 48 deletions.
3 changes: 3 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/prettier.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .idea/python-libraries.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [3.4.1] - 2024-10-28

- Update the underlying version of `sqlparse` and `geoalchemy2`.

## [3.4.0] - 2024-10-17

- Add capability to instantiate the `Database` wrapper class from an engine as
Expand Down
19 changes: 9 additions & 10 deletions database/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions database/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ authors = ["Daven Quinn <[email protected]>"]
description = "A SQLAlchemy-based database toolkit."
name = "macrostrat.database"
packages = [{ include = "macrostrat" }]
version = "3.4.0"
version = "3.4.1"

[tool.poetry.dependencies]
GeoAlchemy2 = "^0.14.0"
GeoAlchemy2 = "^0.15.2"
SQLAlchemy = "^2.0.18"
SQLAlchemy-Utils = "^0.41.1"
click = "^8.1.3"
"macrostrat.utils" = "^1.0.0"
psycopg2-binary = "^2.9.6"
python = "^3.8"
sqlparse = "^0.4.4"
sqlparse = "^0.5.1"
aiofiles = "^23.2.1"
rich = "^13.7.1"

Expand Down
25 changes: 12 additions & 13 deletions dinosaur/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions dinosaur/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,17 @@ authors = ["Daven Quinn <[email protected]>"]
description = "Diff-based database migrations"
name = "macrostrat.dinosaur"
packages = [{ include = "macrostrat" }]
version = "3.1.0"
version = "3.1.1"

[tool.poetry.dependencies]
GeoAlchemy2 = "^0.14.0"
SQLAlchemy = "^2.0.0"
SQLAlchemy-Utils = "^0.41.1"
docker = "^7.0.0"
"macrostrat.database" = "^3.1.2"
"macrostrat.database" = "^3.4.1"
"macrostrat.utils" = "^1.2.1"
migra = "^3.0.1621480950"
psycopg2-binary = "^2.9.1"
python = "^3.8"
schemainspect = "^3.0.1616029793"
sqlparse = "^0.4.0"

[tool.poetry.dev-dependencies]
"macrostrat.database" = { path = "../database", develop = true }
Expand Down
30 changes: 13 additions & 17 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 96aa124

Please sign in to comment.