Dcicutils

Latest version: v8.18.3

Safety actively analyzes 723625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 28

8.14.2

Not secure
======
* Corrected requests version (to ^2.27.0 from 2.31.0) on pyproject.toml to not be pinned; but doing
so (which resolves to 2.32.3) results in this error on test/test_ecr_utils.py::test_ecr_utils_workflow:
docker.errors.DockerException: Error while fetching server API version: Not supported URL scheme http+docker
But upgrading the docker package (from ^4.4.4) version to ^7.1.0 fixes that.

8.14.1

Not secure
======
* Minor changes to utility/troubleshooting/convenience scripts view-portal-object and update-portal-object.

8.14.0

Not secure
======
* Minor updates to the view-portal-object dev/troubleshooting utility script.
* Changed from typing_extensions import Literal to import from typing;
odd Python 3.12 issue but only in GitHub Actions (observed for submitr).
* Added tomli dependency in pyproject.toml (came up in submitr GA for Pyhthon 3.12).
* Change to structured_data.py to NOT silently convert a string
representing a floating point number to an integer.
* Changes in structured_data.py for validator hook.
* Added to_number function to misc_utils.
* Added run_concurrently function to misc_utils.
* Changed misc_utils.to_enum to default to non-fuzzy (prefix) match, for structured_data,
i.e for smaht-submitr to match on (case-insensitive) full enum namess.
* Changed dcicutils.structured_data.Schema._map_function_date/time to
report malformed dates, e.g. "6/29/2024" rather than "2024-06-29".

8.13.3

Not secure
======
* N.B. Accidentially tagged/pushed 8.13.1 -> PLEASE IGNORE VERSION: 8.13.1 (subsequently yanked).
And then to correct (while no permission to delete above) pushed unofficial 8.13.2.
* Fallout from Python 3.12 support.
- Though dcicutils is not dependent on numpy, elasticsearch *tries* to import it,
and if it is installed and if it is a version greater than 1.x, we get this error:
AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
So added a hack in hack_for_elasticsearch_numpy_usage.py for this specific case;
to be imported before we import elasticsearch modules.
* Added/updated scripts from submitr: view_portal_object.py and update_portal_object.py
for dev/troubleshooting purposes.

8.13.0

Not secure
======
* Updates related to Python 3.12.
- Had to update flake8 (from 5.0.4) to 7.1.0.
- Had to update lower bound of Python version (from 3.8.0) to 3.8.1.
- Had to update pyramid (from 1.10.4) to 2.0.2 (imp import not found).
- Had to update elasticsearch (from 7.13.4) to 7.17.9 (for snovault).

8.12.0

Not secure
======
* Changes related to pyinstaller experimentation for smaht-submitr.
Mostly changing calls to exit to sys.exit; and related license_utils change.
* Added hook to structured_data (row_reader_hook) for integration testing purposes.

Page 3 of 28

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.