Cog

Latest version: v0.9.9

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

Scan your dependencies

Page 5 of 24

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

0.9.7

The main changes in this release is the Secret type and always passing the `--load` flag to `docker buildx build`. Enjoy!

What's Changed
* Bump github.com/docker/docker from 25.0.3+incompatible to 26.0.0+incompatible by dependabot in https://github.com/replicate/cog/pull/1596
* Bump actions/cache from 2 to 4 by dependabot in https://github.com/replicate/cog/pull/1604
* Increase timeout of flakey test to 1.5s by technillogue in https://github.com/replicate/cog/pull/1575
* Include options for compatgen targets in Usage help by jd7h in https://github.com/replicate/cog/pull/1581
* Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by dependabot in https://github.com/replicate/cog/pull/1577
* Bump github.com/docker/cli from 25.0.3+incompatible to 26.0.0+incompatible by dependabot in https://github.com/replicate/cog/pull/1595
* Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by dependabot in https://github.com/replicate/cog/pull/1556
* Bump golang.org/x/tools from 0.18.0 to 0.19.0 by dependabot in https://github.com/replicate/cog/pull/1569
* Remove base-image building workflow by tempusfrangit in https://github.com/replicate/cog/pull/1606
* Define `Secret` type by mattt in https://github.com/replicate/cog/pull/1546
* Cog base images by andreasjansson in https://github.com/replicate/cog/pull/1605
* Always pass `--load` flag to `docker buildx build` command by mattt in https://github.com/replicate/cog/pull/1621
* deprecate `cog.File` in docs by zeke in https://github.com/replicate/cog/pull/1613
* Bump github.com/docker/docker from 26.0.0+incompatible to 26.0.2+incompatible by dependabot in https://github.com/replicate/cog/pull/1626
* Bump golang.org/x/net from 0.22.0 to 0.23.0 by dependabot in https://github.com/replicate/cog/pull/1628
* Bump docker/metadata-action from 4 to 5 by dependabot in https://github.com/replicate/cog/pull/1619
* Bump golang.org/x/tools from 0.19.0 to 0.20.0 by dependabot in https://github.com/replicate/cog/pull/1608


**Full Changelog**: https://github.com/replicate/cog/compare/v0.9.6...v0.9.7

0.9.6

The main highlight in this release is revised schema validation that should improve boot times. We also add support for torch 2.2, drop support for 3.7, add support for list in inputs, and fix some other bugs.

What's Changed
* fix: invalid components: schema "Output": extra sibling fields: [title] by dkhokhlov in https://github.com/replicate/cog/pull/1579
* update compatibility matrices: support torch 2.2 by jd7h in https://github.com/replicate/cog/pull/1580
* feat: support for list in inputs by dkhokhlov in https://github.com/replicate/cog/pull/1561
* feat: deprecate python 3.7 2 by dkhokhlov in https://github.com/replicate/cog/pull/1582
* Implement base-building workflow by tempusfrangit in https://github.com/replicate/cog/pull/1598
* Fix go-runtime setup for base-build workflow by tempusfrangit in https://github.com/replicate/cog/pull/1599
* feat: new approach for fast validation - fast cold boot by dkhokhlov in https://github.com/replicate/cog/pull/1553

Changelog
* 1999f43 Fix go-runtime setup for base-build workflow
* 175e3e5 Implement base-building workflow
* c138db2 feat: deprecate python 3.7 2 (1582)
* fae2ac3 feat: new approach for fast validation - fast cold boot (1553)
* 1289b6f feat: support for list in inputs (1561)
* d1d3fc4 fix: invalid components: schema "Output": extra sibling fields: [title] (1579)
* cffd61b update compatibility matrices: support torch 2.2 (1580)

0.9.5

What's Changed

Highlights in this release are deprecating python 3.7 and allowing a `str` in addition to `Path` and `File` for setup() weights argument. If you download weights with pget, we highly recommend switching to `str` instead of `Path` so that cog doesn't also try to download your weights.

* Document how to download/store weights by cuuupid in https://github.com/replicate/cog/pull/1479
* Bump github.com/docker/cli from 24.0.6+incompatible to 25.0.3+incompatible by dependabot in https://github.com/replicate/cog/pull/1521
* Bump github.com/docker/docker from 24.0.6+incompatible to 25.0.3+incompatible by dependabot in https://github.com/replicate/cog/pull/1520
* Update deprecated list type usage by iamargentum in https://github.com/replicate/cog/pull/1327
* remove unstable git archival config by zeke in https://github.com/replicate/cog/pull/1522
* Bump golang.org/x/sys from 0.16.0 to 0.17.0 by dependabot in https://github.com/replicate/cog/pull/1529
* Fix a formatting typo in yaml.md by JacekDuszenko in https://github.com/replicate/cog/pull/1526
* Bump github.com/getkin/kin-openapi from 0.120.0 to 0.123.0 by dependabot in https://github.com/replicate/cog/pull/1506
* Upgrade to Go 1.21 by yorickvP in https://github.com/replicate/cog/pull/1537
* Bump github.com/golangci/golangci-lint from 1.55.2 to 1.56.2 by dependabot in https://github.com/replicate/cog/pull/1536
* feat: eliminate redundant loads of predict.py and train.py in early setup of cog predict by dkhokhlov in https://github.com/replicate/cog/pull/1503
* fix: disable fast validation for now - it breaks complex types by dkhokhlov in https://github.com/replicate/cog/pull/1548
* feat: deprecate python 3.7 by dkhokhlov in https://github.com/replicate/cog/pull/1550
* a new version of ruff has appeared by technillogue in https://github.com/replicate/cog/pull/1565
* Remove deprecated labels by bfirsh in https://github.com/replicate/cog/pull/1572
* Better formatting for `pget` instructions in `setup()` docs for Python by cuuupid in https://github.com/replicate/cog/pull/1576
* use shorter cog.run URLs in `cog init` templates by zeke in https://github.com/replicate/cog/pull/1578
* allow setup(self, weights: str) by technillogue in https://github.com/replicate/cog/pull/1559

New Contributors
* cuuupid made their first contribution in https://github.com/replicate/cog/pull/1479
* JacekDuszenko made their first contribution in https://github.com/replicate/cog/pull/1526

**Full Changelog**: https://github.com/replicate/cog/compare/v0.9.4...v0.9.5

0.9.4

Changelog
* d255445 fix: ignore "train" part of schema errors during predict runs in production for backward compatibility (1496)

0.9.3

Changelog
* 4f2d690 fix: add handling of early setup exceptions on "train" path in cog predict/build (1490)
* 2e57549 fix: added log message and error exit code when setup fails in cog predict (1487)

Page 5 of 24

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.