Cog

Latest version: v0.14.0

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

Scan your dependencies

Page 11 of 32

0.9.16

Changelog
* cf547dd112b21dfe54f90b8033b548552653e27c Bump github.com/getkin/kin-openapi from 0.126.0 to 0.127.0 (1850)
* 2a5d7769a5f9e488c5c769c92312e3bee3db6d7b Bump goreleaser/goreleaser-action from 4 to 6 (1766)
* 4cbd8ce4ef4ae4787202214daf9045155fc25211 Bump pyright to 1.1.375
* 66e4f878d59d7ca9558a17bd0ee05b2b53c37329 Check release tag (1859)
* 0b48c8fda0f671e9497cab6f09c25b53e715d370 Fix a multithreading bug related to numpy import
* 01f9b5605d85c0578daba8c4bf171d95207a56b9 Fix async prediction tests
* 1463d7743ae03a17c748f5ab4cf423aed0a57049 Fix stream_redirector_race_condition test
* 501d3ecbd8e44f0829edba141737d73b87fbf50a Ignore git files everywhere in .dockerignore (1861)
* c889973eb7ee3bcc07df42670f8c067f05a1ddd2 Make Worker interface non-blocking
* fee960f878b6043b32a06bcf34ab7dc9ed9b25f3 Set ruff's `src` config option
* e4f0efde9acf97c760f9fb482f6dabc867b22830 Simplify `PredictionRunner`

0.9.15

What's Changed
* Extract release process into separate workflow by mattt in https://github.com/replicate/cog/pull/1839
* Update README with working combination of Python and Torch by mattt in https://github.com/replicate/cog/pull/1846
* Revert "Ping the docker daemon to check if it is up (1838)" by 8W9aG in https://github.com/replicate/cog/pull/1852


**Full Changelog**: https://github.com/replicate/cog/compare/v0.9.14...v0.9.15

0.9.14

What's Changed

* Make install docker friendly by 8W9aG in https://github.com/replicate/cog/pull/1830
* Resolve or ignore Ruff and Pylint warnings by mattt in https://github.com/replicate/cog/pull/1825
* Fix cog base layer hash by 8W9aG in https://github.com/replicate/cog/pull/1833
* Print field in the validator error by 8W9aG in https://github.com/replicate/cog/pull/1836
* Bump github.com/docker/cli from 27.1.0+incompatible to 27.1.1+incompatible by dependabot in https://github.com/replicate/cog/pull/1835
* Ping the docker daemon to check if it is up by 8W9aG in https://github.com/replicate/cog/pull/1838
* Fix Pyright `reportUnnecessaryComparison ` warning by mattt in https://github.com/replicate/cog/pull/1824
* Bump github.com/google/go-containerregistry from 0.20.0 to 0.20.1 by dependabot in https://github.com/replicate/cog/pull/1816
* Bump github.com/docker/cli from 27.0.3+incompatible to 27.1.0+incompatible by dependabot in https://github.com/replicate/cog/pull/1818
* Bump github.com/docker/docker from 27.0.3+incompatible to 27.1.1+incompatible by dependabot in https://github.com/replicate/cog/pull/1832

New Contributors
* 8W9aG made their first contribution in https://github.com/replicate/cog/pull/1830

**Full Changelog**: https://github.com/replicate/cog/compare/v0.9.13...v0.9.14

0.9.13

What's Changed
* Enable `--use-cog-base-image` by default by mattt in https://github.com/replicate/cog/pull/1778
* Use `github.com/google/go-containerregistry` to get latest layer SHA instead of pulling by mattt in https://github.com/replicate/cog/pull/1779
* Bump reproducible-containers/buildkit-cache-dance from 3.1.1 to 3.1.2 by dependabot in https://github.com/replicate/cog/pull/1780
* Bump github.com/docker/cli from 26.1.4+incompatible to 27.0.3+incompatible by dependabot in https://github.com/replicate/cog/pull/1781
* Bump github.com/docker/docker from 27.0.1+incompatible to 27.0.3+incompatible by dependabot in https://github.com/replicate/cog/pull/1782
* Secure Prompt for API key by Shubhamai in https://github.com/replicate/cog/pull/1789
* don't block logs during iterators by fixing the lock by technillogue in https://github.com/replicate/cog/pull/1802
* Bump github.com/google/go-containerregistry from 0.19.2 to 0.20.0 by dependabot in https://github.com/replicate/cog/pull/1806
* Bump github.com/getkin/kin-openapi from 0.125.0 to 0.126.0 by dependabot in https://github.com/replicate/cog/pull/1792
* Bump golang.org/x/sys from 0.21.0 to 0.22.0 by dependabot in https://github.com/replicate/cog/pull/1793
* Bump golang.org/x/tools from 0.22.0 to 0.23.0 by dependabot in https://github.com/replicate/cog/pull/1791
* Fix panic in `cog predict` when predictor with string output type returns `None` by mattt in https://github.com/replicate/cog/pull/1809
* optimize webhook serialization by technillogue in https://github.com/replicate/cog/pull/1592
* Make human readable type name function more resilient by mattt in https://github.com/replicate/cog/pull/1810
* cog predict: check output path writability before predict/train by yorickvP in https://github.com/replicate/cog/pull/1389
* cog train: bring functionality on par with cog predict by yorickvP in https://github.com/replicate/cog/pull/1391
* Fix `Dockerfile` generation regression when `--separate-weights` is enabled by mattt in https://github.com/replicate/cog/pull/1811

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

**Full Changelog**: https://github.com/replicate/cog/compare/v0.9.12...v0.9.13

0.9.12

> [!IMPORTANT]
> This release is identical to v0.9.11, except for a change made to fix a flakey test that prevented our CI/CD workflow from completing.

What's Changed
* Allow `URLPath` files to be missing when cleaning up inputs by mattt in https://github.com/replicate/cog/pull/1763
* updated notebook to lab ... by gschian0 in https://github.com/replicate/cog/pull/846
* Add test for using Torch & Tensorflow together by bfirsh in https://github.com/replicate/cog/pull/1023
* fix: 🐛 a better fix for 1635 by EduarteXD in https://github.com/replicate/cog/pull/1656
* Fix integration test deadlocks / timeouts by mattt in https://github.com/replicate/cog/pull/1767
* Make cog local runner match /tmp/shm size on Replicate by nelsonjchen in https://github.com/replicate/cog/pull/1540
* Restructure CI workflow (again) by mattt in https://github.com/replicate/cog/pull/1768
* Add passing test that includes Torch and TensorFlow together by mattt in https://github.com/replicate/cog/pull/1123
* add Etelis as a contributor for code by allcontributors in https://github.com/replicate/cog/pull/1770
* add gschian0 as a contributor for doc by allcontributors in https://github.com/replicate/cog/pull/1771
* Support minor torch version by andreasjansson in https://github.com/replicate/cog/pull/1769
* Warn if `cog.yaml` or predictor are missing by asingh9530 in https://github.com/replicate/cog/pull/1470
* Fix possible data corruption due to race condition in StreamRedirector by mattt in https://github.com/replicate/cog/pull/1773
* Relax linter requirements for CI workflow, resolve new Ruff warnings by mattt in https://github.com/replicate/cog/pull/1775
* Fix `cog build --use-cog-base-image` with minor and patch versions of Python and Torch by mattt in https://github.com/replicate/cog/pull/1774
* Rewrite HTTP API documentation by mattt in https://github.com/replicate/cog/pull/1761
* Reduce size of output to reduce likelihood of OOM in unit test by mattt in https://github.com/replicate/cog/pull/1776
* Handle predictors with deferred annotations by mattt in https://github.com/replicate/cog/pull/1772

New Contributors
* gschian0 made their first contribution in https://github.com/replicate/cog/pull/846
* asingh9530 made their first contribution in https://github.com/replicate/cog/pull/1470

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

0.9.11

> [!IMPORTANT]
> The tagged commit was unable to complete its CI/CD workflow due to a flakey test. These changes are available in Cog [v0.9.12](https://github.com/replicate/cog/releases/tag/v0.9.12).

Page 11 of 32

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.