aiforsec / CyNER

Cyber Security concepts extracted from unstructured threat intelligence reports using Named Entity Recognition
MIT License
79 stars 28 forks source link

MarkupSafe soft_unicode deprecated. soft_str replaces. #11

Open wattiii opened 8 months ago

wattiii commented 8 months ago

https://markupsafe.palletsprojects.com/en/2.1.x/changes/

In 2.1.0, MarkupSafe: Remove soft_unicode, which was previously deprecated. Use soft_str instead. #261

Can cyNER be updated to remove this dependency?

priamai commented 5 months ago

+1 same problem here.

SeungHo0422 commented 3 weeks ago

+1 same problem here.

temporary solution: just downgrade markupsafe to v2.0.1

!pip uninstall -y markupsafe
!pip install markupsafe==2.0.1