Skip to content

Commit

Permalink
Merge branch 'main' into release/v0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jul 29, 2024
2 parents 41078ac + 1dce229 commit fa56547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singer_sdk/helpers/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"Record",
]

Context: TypeAlias = Mapping
Context: TypeAlias = Mapping[str, t.Any]
Record: TypeAlias = t.Dict[str, t.Any]

0 comments on commit fa56547

Please sign in to comment.