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 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",
...
]
The text was updated successfully, but these errors were encountered:
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.
pydynamicreporting/pyproject.toml
Line 55 in fbc3b59
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
The text was updated successfully, but these errors were encountered: