Cog

Latest version: v0.14.0

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

Scan your dependencies

Page 12 of 32

0.9.10

What's Changed
* Set a minimum CUDA version for Tensorflow compatibility by marcusmartins in https://github.com/replicate/cog/pull/1715
* Validate minor version for CUDA and Python by marcusmartins in https://github.com/replicate/cog/pull/1721
* Document `Secret` type in Python API docs by mattt in https://github.com/replicate/cog/pull/1724
* Update default python version to 3.12 by marcusmartins in https://github.com/replicate/cog/pull/1722
* Improve cog base image handling by marcusmartins in https://github.com/replicate/cog/pull/1699
* Unhide the use-cog-base-image-flag by marcusmartins in https://github.com/replicate/cog/pull/1725
* Update environment variables documentation by mattt in https://github.com/replicate/cog/pull/1749
* Modify internal base image struct by marcusmartins in https://github.com/replicate/cog/pull/1712
* Set 10 minute timeout for test-integration CI job by mattt in https://github.com/replicate/cog/pull/1755
* add necessary headers to curl by Kettukaa in https://github.com/replicate/cog/pull/1751
* Change config's type to TypedDict instead of Dict. by JacekDuszenko in https://github.com/replicate/cog/pull/1527
* Bump to latest supported python & torch in README.md by nevillelyh in https://github.com/replicate/cog/pull/1655
* Use timestamps for tmp build directories by mattt in https://github.com/replicate/cog/pull/1756
* Install Script by chigozienri in https://github.com/replicate/cog/pull/1558
* Update install script instructions by mattt in https://github.com/replicate/cog/pull/1757
* Document how Cog raises `CancelationException` in `predict` when a prediction is canceled by mattt in https://github.com/replicate/cog/pull/1754
* Implement pre-build repository check for Replicate images by Etelis in https://github.com/replicate/cog/pull/1733
* Improve CUDA compatibility checks by nevillelyh in https://github.com/replicate/cog/pull/1690
* Add label for base image's last layer's diff id to cog image by jessie-young in https://github.com/replicate/cog/pull/1747
* Reduce unnecessary work in CI workflow by mattt in https://github.com/replicate/cog/pull/1760
* Update HTTP server to make host configurable by mattt in https://github.com/replicate/cog/pull/1748
* Document `--host` option by mattt in https://github.com/replicate/cog/pull/1762

New Contributors
* Kettukaa made their first contribution in https://github.com/replicate/cog/pull/1751
* nevillelyh made their first contribution in https://github.com/replicate/cog/pull/1655
* chigozienri made their first contribution in https://github.com/replicate/cog/pull/1558
* Etelis made their first contribution in https://github.com/replicate/cog/pull/1733
* jessie-young made their first contribution in https://github.com/replicate/cog/pull/1747

**Full Changelog**: https://github.com/replicate/cog/compare/v0.9.9...v0.9.10

0.9.9

What's Changed
* Include prediction id upload request by aron in https://github.com/replicate/cog/pull/1667
* update `cog init` to include a GitHub Actions workflow file by zeke in https://github.com/replicate/cog/pull/1671
* document how cog.yaml `image` works with `cog push` by zeke in https://github.com/replicate/cog/pull/1679
* Fix linter errors by mattt in https://github.com/replicate/cog/pull/1691
* fixing install logic to reenable no cuda base image by daanelson in https://github.com/replicate/cog/pull/1688
* Increase Hypothesis test deadlines by marcusmartins in https://github.com/replicate/cog/pull/1700
* Quick fix for Apple Silicon M1 support in `run` by timfallmk in https://github.com/replicate/cog/pull/1704
* Set missing `Env` argument in call to `NewPredictor` on retry by mattt in https://github.com/replicate/cog/pull/1709
* Add top-level concurrency setting to `cog.yaml` schema by mattt in https://github.com/replicate/cog/pull/1703
* Add `--env`/`-e` flags to cog train subcommand by mattt in https://github.com/replicate/cog/pull/1710
* Propagate trace context to webhook and upload requests by aron in https://github.com/replicate/cog/pull/1698

New Contributors
* aron made their first contribution in https://github.com/replicate/cog/pull/1667
* daanelson made their first contribution in https://github.com/replicate/cog/pull/1688
* marcusmartins made their first contribution in https://github.com/replicate/cog/pull/1700
* timfallmk made their first contribution in https://github.com/replicate/cog/pull/1704

**Full Changelog**: https://github.com/replicate/cog/compare/v0.9.8...v0.9.9

0.9.9alpha2

What's Changed
* update `cog init` to include a GitHub Actions workflow file by zeke in https://github.com/replicate/cog/pull/1671
* document how cog.yaml `image` works with `cog push` by zeke in https://github.com/replicate/cog/pull/1679
* Fix linter errors by mattt in https://github.com/replicate/cog/pull/1691
* fixing install logic to reenable no cuda base image by daanelson in https://github.com/replicate/cog/pull/1688

New Contributors
* daanelson made their first contribution in https://github.com/replicate/cog/pull/1688

**Full Changelog**: https://github.com/replicate/cog/compare/v0.9.9-alpha...v0.9.9-alpha2

0.9.9alpha

Changelog
* 36c7ece Include prediction id upload request (1667)

0.9.8

This release fixes an issue `No output specified with docker-container driver` for users of Docker buildx.

Thanks to mattt and EduarteXD for the fixes.

Changelog
* 2d0fe2a Run go generate ./... (1657)
* 5308966 document pinning python package installations to commit SHAs

0.9.8alpha

What's Changed
* Bump github.com/docker/docker from 26.0.2+incompatible to 26.1.1+incompatible by dependabot in https://github.com/replicate/cog/pull/1646
* Bump golang.org/x/tools from 0.20.0 to 0.21.0 by dependabot in https://github.com/replicate/cog/pull/1644
* Fix Getting Started Link returns 404 by tempusfrangit in https://github.com/replicate/cog/pull/1639
* Bump github.com/docker/cli from 26.0.0+incompatible to 26.1.1+incompatible by dependabot in https://github.com/replicate/cog/pull/1645
* fix: 🐛 Failed to Load Docker Image Metadata in Github Action by EduarteXD in https://github.com/replicate/cog/pull/1638

New Contributors
* EduarteXD made their first contribution in https://github.com/replicate/cog/pull/1638

**Full Changelog**: https://github.com/replicate/cog/compare/v0.9.7...v0.9.8-alpha

Page 12 of 32

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.