Skip to content

Commit

Permalink
Fix cdk unit test (#33572)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Reuter authored Dec 18, 2023
1 parent 5776025 commit 2dd6802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-cdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"isodate~=0.6.1",
"jsonschema~=3.2.0",
"jsonref~=0.2",
"pendulum",
"pendulum<3.0.0",
"genson==1.2.2",
"pydantic>=1.10.8,<2.0.0",
"pyrate-limiter~=3.1.0",
Expand Down

0 comments on commit 2dd6802

Please sign in to comment.