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

old pytz version #6167

Open
zoifar opened this issue Mar 17, 2024 · 0 comments
Open

old pytz version #6167

zoifar opened this issue Mar 17, 2024 · 0 comments

Comments

@zoifar
Copy link

zoifar commented Mar 17, 2024

SUMMARY

st2 uses old version of pytz, witch makes it incompatible with other package(e.g. recurring-ical-events==2.1.3)

STACKSTORM VERSION

st2 --version
st2 3.9dev, on Python 3.9.18
OS, environment, install method

Debian GNU/Linux 11 (bullseye)
Docker
pip

Steps to reproduce the problem

pip install recurring-ical-events==2.1.3 "git+https://github.com/stackstorm/st2.git#egg=st2client&subdirectory=st2client"

Expected Results

Both package installed

Actual Results

The conflict is caused by:
    recurring-ical-events 2.1.3 depends on pytz>=2023.3
    st2client 3.9.dev0 depends on pytz==2021.1
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