Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/dot-github/workflows/hatch-1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Apr 5, 2024
2 parents ef62fb1 + 06984d9 commit 72829da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
tag: ${{ github.ref }}
overwrite: true
file_glob: true
- uses: pypa/[email protected].12
- uses: pypa/[email protected].14
2 changes: 2 additions & 0 deletions tap_hookdeck/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
th.Property("archived_at", th.DateTimeType),
th.Property("updated_at", th.DateTimeType, required=True),
th.Property("created_at", th.DateTimeType, required=True),
th.Property("disabled_at", th.DateTimeType),
]

SOURCE: list[th.Property[Any]] = [
Expand Down Expand Up @@ -76,6 +77,7 @@
th.Property("archived_at", th.DateTimeType),
th.Property("updated_at", th.DateTimeType, required=True),
th.Property("created_at", th.DateTimeType, required=True),
th.Property("disabled_at", th.DateTimeType),
]


Expand Down

0 comments on commit 72829da

Please sign in to comment.