Cog

Latest version: v0.9.9

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

Scan your dependencies

Page 9 of 24

0.8.4

Changelog
* 64bf012 Bump actions/setup-python from 3 to 4 (1237)
* fa3992e Bump goreleaser/goreleaser-action from 2 to 4 (1238)
* 00406cf Update dependabot.yml (1236)
* 27ff168 Validate model schema on build (1232)

0.8.3

What's Changed
* Bump github.com/docker/docker from 24.0.4+incompatible to 24.0.5+incompatible by dependabot in https://github.com/replicate/cog/pull/1227
* Bump github.com/docker/cli from 24.0.4+incompatible to 24.0.5+incompatible by dependabot in https://github.com/replicate/cog/pull/1226
* feat: skip building the weights image to speed up by hongchaodeng in https://github.com/replicate/cog/pull/1223


**Full Changelog**: https://github.com/replicate/cog/compare/v0.8.2...v0.8.3

0.8.2

Changelog
* cb5b9bc Add `--use-cuda-base-image` flag (1214)
* 220b68a Configure goimports local prefix (1213)
* d938742 Fix typo 'compatability'
* abea92b Remove exception for 'compatability' in misspell configuration (1212)
* 1ae1ca5 Revert "Download `tini` in separate stage (1161)" (1231)
* 218bdf2 Small fix: don't install python when using python base image (1230)
* 805c354 Update Go linter configuration (1210)
* 5186e25 Use --clean instead of --rm-dist
* 1aaafe1 don't import numpy at the top of json.py (1203)
* 01fad82 fix(python): put file to endpoint `file.seek(0)` (990)

0.8.1

What's Changed
- Add back support for Python 3.7 by nickstenning in https://github.com/replicate/cog/pull/1201

**Full Changelog**: https://github.com/replicate/cog/compare/v0.8.0...v0.8.1

0.8.0

What's Changed
* Fix typo in test_http_output.py by eltociear in https://github.com/replicate/cog/pull/948
* Update ambiguous webhook events filter docs by evilstreak in https://github.com/replicate/cog/pull/1050
* Fix `generate_compatibility_matrices` and regenerate compatibility matrices by mattt in https://github.com/replicate/cog/pull/1057
* Update Python version requirements by mattt in https://github.com/replicate/cog/pull/1020
* Move `pyproject.toml` to root directory by mattt in https://github.com/replicate/cog/pull/1058
* Generate requirements files from `pyproject.toml` using pip-tools by mattt in https://github.com/replicate/cog/pull/1059
* Lint Python sources with ruff by mattt in https://github.com/replicate/cog/pull/1060
* Enable Dependabot version updates for pip dependencies by mattt in https://github.com/replicate/cog/pull/1062
* Fix various mypy type checking errors by mattt in https://github.com/replicate/cog/pull/1061
* Provide details in Internal Server Error responses for predict endpoint by mattt in https://github.com/replicate/cog/pull/1071
* Bump pytest from 7.2.0 to 7.3.1 by dependabot in https://github.com/replicate/cog/pull/1063
* Bump structlog from 22.3.0 to 23.1.0 by dependabot in https://github.com/replicate/cog/pull/1064
* Bump build from 0.9.0 to 0.10.0 by dependabot in https://github.com/replicate/cog/pull/1066
* Bump hypothesis from 6.56.4 to 6.76.0 by dependabot in https://github.com/replicate/cog/pull/1067
* Bump github.com/mattn/go-isatty from 0.0.16 to 0.0.19 by dependabot in https://github.com/replicate/cog/pull/1048
* Bump github.com/docker/cli from 20.10.21+incompatible to 24.0.2+incompatible by dependabot in https://github.com/replicate/cog/pull/1052
* Bump github.com/docker/docker from 20.10.21+incompatible to 24.0.2+incompatible by dependabot in https://github.com/replicate/cog/pull/1051
* Bump golang.org/x/sys from 0.3.0 to 0.8.0 by dependabot in https://github.com/replicate/cog/pull/1027
* Allow null/empty lists for `python_packages`, `system_packages`, `pre_install`, and `run` in `cog.yaml` by mattt in https://github.com/replicate/cog/pull/1073
* Automatically re-run command when GPU isn't available by mattt in https://github.com/replicate/cog/pull/1069
* feat: prevent small code changes from copying entire model weights by hongchaodeng in https://github.com/replicate/cog/pull/1041
* feat: opt-out flag to disable weights optimization by hongchaodeng in https://github.com/replicate/cog/pull/1095
* fix: respects existing contents in .dockerignore by hongchaodeng in https://github.com/replicate/cog/pull/1101
* fix: take into account user specified image name by hongchaodeng in https://github.com/replicate/cog/pull/1097
* Bump golang.org/x/tools from 0.4.0 to 0.10.0 by dependabot in https://github.com/replicate/cog/pull/1092
* Bump github.com/stretchr/testify from 1.8.1 to 1.8.4 by dependabot in https://github.com/replicate/cog/pull/1091
* Bump attrs from 22.2.0 to 23.1.0 by dependabot in https://github.com/replicate/cog/pull/1080
* Bump pytest-xdist from 3.1.0 to 3.3.1 by dependabot in https://github.com/replicate/cog/pull/1077
* Bump ruff from 0.0.270 to 0.0.272 by dependabot in https://github.com/replicate/cog/pull/1076
* Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by dependabot in https://github.com/replicate/cog/pull/1074
* Copy weights using `--link` option by mattt in https://github.com/replicate/cog/pull/1104
* Check whether port is already in use before starting HTTP server by mattt in https://github.com/replicate/cog/pull/1103
* Change logging level to info when unable to determine Git commit or tag by mattt in https://github.com/replicate/cog/pull/1111
* Update `cog init` template to use Python 3.11 by mattt in https://github.com/replicate/cog/pull/1112
* Bump github.com/moby/term from 0.0.0-20201110203204-bea5bbe245bf to 0.5.0 by dependabot in https://github.com/replicate/cog/pull/1106
* Bump mypy from 0.990 to 1.4.0 by dependabot in https://github.com/replicate/cog/pull/1109
* Bump github.com/golangci/golangci-lint from 1.50.1 to 1.53.3 by dependabot in https://github.com/replicate/cog/pull/1108
* Bump werkzeug from 2.3.4 to 2.3.6 by dependabot in https://github.com/replicate/cog/pull/1110
* Bump pytest from 7.3.1 to 7.3.2 by dependabot in https://github.com/replicate/cog/pull/1107
* Fix instructions for Windows 11 by mattt in https://github.com/replicate/cog/pull/1113
* Automatically set `DOCKER_DEFAULT_PLATFORM=linux/amd64` when running `cog predict` on M1/M2 Macs by mattt in https://github.com/replicate/cog/pull/1114
* Update VSCode recommended extensions and settings by mattt in https://github.com/replicate/cog/pull/1119
* Bump urllib3 from 2.0.2 to 2.0.3 by dependabot in https://github.com/replicate/cog/pull/1117
* Bump fastapi from 0.96.0 to 0.97.0 by dependabot in https://github.com/replicate/cog/pull/1116
* Bump pytest-httpserver from 1.0.6 to 1.0.8 by dependabot in https://github.com/replicate/cog/pull/1115
* Copy weights after installing Python dependencies and running setup commands by mattt in https://github.com/replicate/cog/pull/1118
* Configure Git user in GPU build integration test by mattt in https://github.com/replicate/cog/pull/1124
* Update Dependabot configuration by mattt in https://github.com/replicate/cog/pull/1127
* Bump pytest from 7.3.2 to 7.4.0 by dependabot in https://github.com/replicate/cog/pull/1132
* Bump pydantic from 1.10.8 to 1.10.9 by dependabot in https://github.com/replicate/cog/pull/1122
* Bump hypothesis from 6.76.0 to 6.79.2 by dependabot in https://github.com/replicate/cog/pull/1130
* doc: add best practices to building images by hongchaodeng in https://github.com/replicate/cog/pull/1054
* Bump responses from 0.22.0 to 0.23.1 by dependabot in https://github.com/replicate/cog/pull/1138
* Bump ruff from 0.0.272 to 0.0.275 by dependabot in https://github.com/replicate/cog/pull/1141
* Bump mypy from 1.4.0 to 1.4.1 by dependabot in https://github.com/replicate/cog/pull/1137
* Update Python and dependency versions in documentation by mattt in https://github.com/replicate/cog/pull/1144
* Configure Dependabot to run weekly by mattt in https://github.com/replicate/cog/pull/1149
* Add `.dockerignore` file to `cog init` template by mattt in https://github.com/replicate/cog/pull/1136
* Make separate weights feature opt-in by mattt in https://github.com/replicate/cog/pull/1151
* Rerun flaky integration tests by mattt in https://github.com/replicate/cog/pull/1152
* Bump hypothesis from 6.79.2 to 6.80.0 by dependabot in https://github.com/replicate/cog/pull/1150
* Bump fastapi from 0.97.0 to 0.98.0 by dependabot in https://github.com/replicate/cog/pull/1145
* Don't use first input as implicit input name in `cog predict` by mattt in https://github.com/replicate/cog/pull/1154
* Conditionally prepend `cog-` to default image name by mattt in https://github.com/replicate/cog/pull/1148
* Bump github.com/getkin/kin-openapi from 0.110.0 to 0.118.0 by dependabot in https://github.com/replicate/cog/pull/1072
* fix: debug cmd should have --separate-weights by hongchaodeng in https://github.com/replicate/cog/pull/1173
* Refactor compatibility generation by mattt in https://github.com/replicate/cog/pull/1170
* Allow `MAJOR.MINOR` to match `MAJOR.MINOR.PATCH` with non-zero patch by mattt in https://github.com/replicate/cog/pull/1175
* Update `goreleaser` configuration to remove deprecated `replacements` field by mattt in https://github.com/replicate/cog/pull/1176
* Download `tini` in separate stage by mattt in https://github.com/replicate/cog/pull/1161
* Fix input filename handling issues by nickstenning in https://github.com/replicate/cog/pull/1181
* Upgrade to Go 1.20 by mattt in https://github.com/replicate/cog/pull/1177
* Accumulate errors in `ValidateAndComplete` by mattt in https://github.com/replicate/cog/pull/1174

New Contributors
* eltociear made their first contribution in https://github.com/replicate/cog/pull/948
* hongchaodeng made their first contribution in https://github.com/replicate/cog/pull/1041

**Full Changelog**: https://github.com/replicate/cog/compare/v0.7.2...v0.8.0

0.8.0beta12

Changelog
* 2e331c7 Download `tini` in separate stage (1161)
* 3915acc Fix input filename handling issues (1181)

Page 9 of 24

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.