Hello,
Is the CDK compatible with py3.12+ ?
It depends on pendulum<3.0.0, but pendulum support for 3.12 was added in 3.0.0. The error is the same as in airbytehq/PyAirbyte#303
Note that PyAirbyte requires pendulum<=3.0.0 that would be fine (though strangely, excluding security fixes) but PyAirbyte also requires airbyte-python-cdk, so it ends up depending on pendulum<3.0.0 which causes the issue.
Hello,
Is the CDK compatible with py3.12+ ?
It depends on
pendulum<3.0.0, butpendulumsupport for 3.12 was added in 3.0.0. The error is the same as in airbytehq/PyAirbyte#303Note that PyAirbyte requires
pendulum<=3.0.0that would be fine (though strangely, excluding security fixes) but PyAirbyte also requires airbyte-python-cdk, so it ends up depending onpendulum<3.0.0which causes the issue.