Tomtoolkit

Latest version: v2.24.2

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

Scan your dependencies

Page 22 of 30

1.9.0alpha.1

This is a pre-release for a new LCO observation form modeled after one found in the Supernova Exchange, the Photometric Sequence form. It provides an interface for submitting cadenced, multifilter observations.

1.8.1

Not secure
This release updates and pins most dependencies to their latest versions.

1.8.0

Not secure
This release adds Django Rest Framework support for select endpoints for Targets and DataProducts. It also fixes an issue with Targets not being linked to on comments.

Please note, in order to avoid breaking your TOM when upgrading, you'll need to add the following to your `settings.py`:

- Add ``LOGIN_URL = '/accounts/login/'``, preferably just above ``LOGIN_REDIRECT_URL``.
- Add `rest_framework` to your `settings.INSTALLED_APPS`.
- Add the following property, which can be configured as:


REST_FRAMEWORK = {
'DEFAULT_PERMISSION_CLASSES': [
],
'TEST_REQUEST_DEFAULT_FORMAT': 'json',
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination',
'PAGE_SIZE': 100
}

1.8.0alpha.1

This release adds RESTful endpoints for Target list, delete, get, create, and update, and endpoints for DataProduct list, create, and delete.

1.7.4

Not secure
This release addresses part of issue 295 pinning django to a specific version (in this case `3.0.7`).
By pinning django to version `3.0.7`, we avoid an incompatibility between `django 3.1` and `django-filter 2.2.0`

1.7.3

Not secure
This is a bugfix release for the Gaia broker and addresses the issues with photometry ingestion, as well as code style fixes.

Page 22 of 30

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.