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

Dependencies: Relax version constraint on pendulum #2

Open
amotl opened this issue Feb 7, 2024 · 0 comments
Open

Dependencies: Relax version constraint on pendulum #2

amotl opened this issue Feb 7, 2024 · 0 comments

Comments

@amotl
Copy link

amotl commented Feb 7, 2024

Dear Michael,

thanks a stack for conceiving and maintaining arbitrary-dateparser, we are using it in Aika.

While upgrading to Python 3.12, we encountered some obstacles, where it would have been easier to use a more recent version of pendulum, for example the most recent 2.x release, version 2.1.2. However, this is not possible, because arbitrary-dateparser nails it down to the patch level.

install_requires=[
'pendulum==2.0.5',
],

Would you accept a corresponding patch to relax the version constraint?

With kind regards,
Andreas.

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

1 participant