Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Pendulum 3.0 #397

Open
Tracked by #386
aaronsteers opened this issue Sep 23, 2024 · 1 comment
Open
Tracked by #386

Add support for Pendulum 3.0 #397

aaronsteers opened this issue Sep 23, 2024 · 1 comment

Comments

@aaronsteers
Copy link
Contributor

aaronsteers commented Sep 23, 2024

Some users have requested support for Pendulum 3.0. This issue is created to track and prioritize this update.

Work Required

We will need to first update the Airbyte Python CDK, which depends on Pendulum <3.0.

Ideal implementation

If possible, we should try to support Pendulum >=2.0,<=4.0. This would prevent conflicts if PyAirbyte is installed alongside something that requires Pendulum 2.x.

@bweithers
Copy link

I have been running into this issue as well. Airbyte is failing to build the wheel for Pendulum<3.0 because that is incompatible with Python 3.12 due to Pendulum<3.0 using DistUtils which was deprecated in Python 3.12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants