Skip to content

Commit

Permalink
chore(deps): bump harlequin-postgres from 0.2.2 to 0.3.0
Browse files Browse the repository at this point in the history
Bumps harlequin-postgres from 0.2.2 to 0.3.0.

---
updated-dependencies:
- dependency-name: harlequin-postgres
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent 6179da6 commit 890416f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 66 deletions.
70 changes: 6 additions & 64 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ numpy = [
]

# database adapters (optional installs for extras)
harlequin-postgres = { version = "^0.2", optional = true }
harlequin-postgres = { version = ">=0.2,<0.4", optional = true }
harlequin-mysql = { version = "^0.1", optional = true }
harlequin-odbc = { version = "^0.1", optional = true }
harlequin-bigquery = { version = "^1.0", optional = true }
Expand All @@ -65,7 +65,7 @@ harlequin-nebulagraph = { version = "^0.1", python = ">=3.9.0", optional = true
[tool.poetry.group.dev.dependencies]
pre-commit = "^3.3.1"
textual-dev = "^1.0.1"
harlequin-postgres = "^0.2"
harlequin-postgres = ">=0.2,<0.4"
harlequin-mysql = "^0.1.1"
pyinstrument = "^4.6.2"

Expand Down

0 comments on commit 890416f

Please sign in to comment.