You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@ewjoachim - Today the CDK is not compatible with Python 3.12, and specifically the main/first blocker is the Pendulum package you mention. My comments here explain in detail where the blockers are and some options to move forward:
Hello,
Is the CDK compatible with py3.12+ ?
It depends on
pendulum<3.0.0
, butpendulum
support 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.0
that would be fine (though strangely, excluding security fixes) but PyAirbyte also requires airbyte-python-cdk, so it ends up depending onpendulum<3.0.0
which causes the issue.The text was updated successfully, but these errors were encountered: