Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MeltanoLabs/target-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dee88f7ff79dea97840ee349f50c2f7e5c87ba19
Choose a base ref
..
head repository: MeltanoLabs/target-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 38dd2f17ee808975e0d1c8653bbbf5c25b398fb0
Choose a head ref
Showing with 37 additions and 2 deletions.
  1. +36 −1 poetry.lock
  2. +1 −1 pyproject.toml
37 changes: 36 additions & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -34,8 +34,8 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.9"
faker = {version = "~=30.0", optional = true}
psycopg = {extras = ["binary"], version = "3.2.3"}
psycopg2-binary = "2.9.10"
psycopg-binary = "3.2.3"
sqlalchemy = "~=2.0"
sshtunnel = "0.4.0"