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
A kestrel test gives a deprecated lib warning:
tests/test_command_get.py::test_get_single_stixshifter_stix_bundle
/lib/python3.11/site-packages/stix_shifter_utils/stix_translation/src/patterns/grammar/STIXPatternLexer.py:4: DeprecationWarning: typing.io is deprecated, import directly from typing instead. typing.io will be removed in Python 3.12.
from typing.io import TextIO
To Reproduce
run pytest in kestrel-lang
Expected behavior
no warning.
Desktop (please complete the following information):
OS: archlinux
Python: 3.11.3
stix-shifter: 5.3.1
The text was updated successfully, but these errors were encountered:
Describe the bug
A kestrel test gives a deprecated lib warning:
To Reproduce
run
pytest
inkestrel-lang
Expected behavior
no warning.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: