Octue

Latest version: v0.62.1

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

Scan your dependencies

Page 19 of 40

0.16.0

Not secure
Summary
Switch to using `poetry` as a package manager instead of `pip`.

Among other things, this means dependencies are resolved once (at dependency addition time) instead of every time the package is installed, speeding up installations of `octue` in e.g. docker containers. This is done by recording the exact dependency versions `poetry` resolved in a `poetry.lock` file.

<!--- SKIP AUTOGENERATED NOTES --->
Contents ([396](https://github.com/octue/octue-sdk-python/pull/396))

Operations
- Add `pyproject.toml` and `poetry.lock`
- Remove `setup.py` and `requirements-dev.txt`
- Update `tox.ini` to work with Poetry
- Update CI workflows and associated config files to work with Poetry
- Update `Dockerfile` to use Poetry
- Remove irrelevant `[dataflow]` extra specified in the Dataflow `Dockerfile`
- Create new `setup.py` file mirroring `pyproject.toml` in the `octue.cloud.deployment.google.dataflow` subpackage to allow Dataflow to continue to work (this must be updated alongside `pyproject.toml`
- Update python classifiers to include 3.7 and 3.9

Dependencies
- Upgrade to `Flask==2.0.3`

<!--- END AUTOGENERATED NOTES --->

0.15.9

Not secure
<!--- SKIP AUTOGENERATED NOTES --->
Contents ([401](https://github.com/octue/octue-sdk-python/pull/401))

Dependencies
- Use `dateparser==1.1.1` in template to avoid `regex` package bug

Testing
- Re-enable temporarily skipped test
<!--- END AUTOGENERATED NOTES --->

0.15.8

Not secure
Contents ([400](https://github.com/octue/octue-sdk-python/pull/400))
<!--- SKIP AUTOGENERATED NOTES --->

Fixes
- Avoid mutating dictionary inputs
<!--- END AUTOGENERATED NOTES --->

0.15.7

Not secure
Summary
Unify the configuration format in `octue.yaml` files for use as service configuration and for use by the cloud deployers.

<!--- SKIP AUTOGENERATED NOTES --->
Contents ([397](https://github.com/octue/octue-sdk-python/pull/397))

Enhancements
- Unify deployer configuration with service configuration
- Warn user if there are unused kwargs in `ServiceConfiguration` or `AppConfiguration`

Operations
- Allow choice of branch in `build-docker-image` workflow

<!--- END AUTOGENERATED NOTES --->

0.15.6

Not secure
<!--- START AUTOGENERATED NOTES --->
Contents ([395](https://github.com/octue/octue-sdk-python/pull/395))

Fixes
- Use correct `octue.yaml` format when loading service configurations in `octue.configuration`

<!--- END AUTOGENERATED NOTES --->

0.15.5

Not secure
<!--- SKIP AUTOGENERATED NOTES --->
Contents ([394](https://github.com/octue/octue-sdk-python/pull/394))

Dependencies
- Explicitly require the `PyYAML` package

Operations
- Set `GOOGLE_CLOUD_PROJECT` envvar for CI testing to avoid polluted logs

<!--- END AUTOGENERATED NOTES --->

Page 19 of 40

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.