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: reservoir-data/tap-polarsh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 64ac32065058731de3f169a237e150a784539f12
Choose a base ref
..
head repository: reservoir-data/tap-polarsh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 217b31769f6155769d9c6325d940d5241bfec154
Choose a head ref
Showing with 15,378 additions and 13,535 deletions.
  1. +2 −2 pyproject.toml
  2. +15,376 −13,533 tap_polarsh/openapi/openapi.json
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ dynamic = [
]
dependencies = [
"requests~=2.31",
"singer-sdk~=0.42.1",
"singer-sdk~=0.43.1",
]
optional-dependencies.dev = [
"tap-polarsh[testing,typing]",
@@ -46,7 +46,7 @@ optional-dependencies.testing = [
"singer-sdk[testing]",
]
optional-dependencies.typing = [
"mypy~=1.13.0",
"mypy~=1.14.0",
"types-requests~=2.31",
]
urls.Documentation = "https://github.com/edgarrmondragon/tap-polarsh#readme"
Loading