yufeikang / raycast_api_proxy

214 stars 30 forks source link

ImportError in docker #30

Closed ErnestDong closed 1 month ago

ErnestDong commented 1 month ago

Thank you for your awesome contribution.

datetime.UTC was introduced in python3.11. However, the python in Dockerfile was python3.10, causing ImportError: cannot import name 'UTC' from 'datetime' (/usr/local/lib/python3.10/datetime.py)

Please consider upgrading to python3.11 in Dockerfile, thank you.