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

poetry: remove pendulum dependency #456

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Conversation

laggron42
Copy link
Member

@laggron42 laggron42 commented Nov 4, 2024

Fixes #455

Fork fastapi-admin to remove pendulum dependency. This is needed as pendulum wheels are missing for 3.13 (see python-pendulum/pendulum#844), triggering a rebuild which needs rust to compile. Adding rust to our docker image would make it considerably slower and heavier, thus removing the dependency is easier.

fastapi-admin uses pendulum for datetime filtering which we don't use. The poetry now points to our own fork. This fork may be used in the future to add some fixes that were not added to the original repo.

@laggron42 laggron42 force-pushed the lagg/fix-docker-3.13 branch from 153db6c to 514cea6 Compare November 4, 2024 13:06
@laggron42 laggron42 merged commit fd2fcd0 into master Nov 4, 2024
2 checks passed
@laggron42 laggron42 deleted the lagg/fix-docker-3.13 branch November 4, 2024 14:19
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

Successfully merging this pull request may close these issues.

error when trying to install/configure the bot
1 participant