Skip to content

v7.3.0 does not work properly in interactive docs #284

@asamrega

Description

@asamrega

When running example in interactive docs that uses Python 3.9.5 the resulting dictionary iocs contains only one domain and no urls.

image

Expected results:

>>> iocs['domains']
['example.org', 'foobar.com']
>>> iocs['urls']
['https://example.org/test/bingo.php']

Maybe the problem is related to dependencies because in my fresh environment created with Python 3.9.5 it works properly:

image

PS C:\> pip list
Package           Version
----------------- -------
attrs             22.2.0
click             8.1.3
colorama          0.4.6
d8s-dicts         0.6.0
d8s-hypothesis    0.6.0
d8s-lists         0.8.0
d8s-math          0.7.0
d8s-strings       0.5.0
d8s-uuids         0.6.0
dictdiffer        0.9.0
exceptiongroup    1.1.1
hypothesis        6.68.2
inflect           6.0.2
ioc-fanger        4.2.1
ioc-finder        7.3.0
more-itertools    9.1.0
mpmath            1.3.0
number-tools      0.1.0
pip               21.1.2
pydantic          1.10.6
pyparsing         3.0.9
setuptools        57.0.0
sortedcontainers  2.4.0
sympy             1.11.1
typing-extensions 4.5.0
wheel             0.36.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions