Skip to content

Unpin python-pptx dependency #293

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

Open
RobPasMue opened this issue Apr 23, 2025 · 2 comments · May be fixed by #297
Open

Unpin python-pptx dependency #293

RobPasMue opened this issue Apr 23, 2025 · 2 comments · May be fixed by #297
Assignees

Comments

@RobPasMue
Copy link
Member

"python-pptx==0.6.19",

Is there a way we could make this dependency more flexible? I see they are already in version 1.X in fact -- have you given a try to it? My point is coming from the fact that version 0.6.19 does not ship a wheel for its distribution and thus forces users to build the wheel themselves... causing issues with certain Python versions and environments. Could we at least put it as

dependencies = [
    ...
    "python-pptx>=0.6.19",
    ...
]
@RobPasMue RobPasMue linked a pull request May 6, 2025 that will close this issue
@viseshrp
Copy link
Collaborator

viseshrp commented May 7, 2025

Hi @RobPasMue

I commented in the PR, but unfortunately there is an issue which will break the product for customers in versions beyond 0.6.19. It is too late in the release cycle to make any changes, so we can work on it for 26R1 and beyond.

@RobPasMue
Copy link
Member Author

Got it, no problem! Thanks @viseshrp!

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 a pull request may close this issue.

3 participants