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
Describe the bug
the dependency to request-ftp cause an import cgi which does not exists anymore on python 3.13
Code To Reproduce
Just execute any code inspector, at least in 3.11 with pytest I get a warning when i use eodag because it import the package cgi which is deprecated and removed in 3.13
Output
C:\Users\...\venv\Lib\site-packages\requests_ftp\ftp.py:9: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
import cgi
Environment:
Python version: 3.11
EODAG version: 2.11.0
The text was updated successfully, but these errors were encountered:
Describe the bug
the dependency to request-ftp cause an
import cgi
which does not exists anymore on python 3.13Code To Reproduce
Just execute any code inspector, at least in 3.11 with
pytest
I get a warning when i use eodag because it import the packagecgi
which is deprecated and removed in 3.13Output
Environment:
3.11
2.11.0
The text was updated successfully, but these errors were encountered: