Cog

Latest version: v0.9.9

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

Scan your dependencies

Page 6 of 24

0.9.2

What's Changed
* tweak schema file console message by technillogue in https://github.com/replicate/cog/pull/1371
* Add ENV NVIDIA_DRIVER_CAPABILITIES=all to permit Video SDK transcoding, 3D rendering, and X11 OpenGL Display by nelsonjchen in https://github.com/replicate/cog/pull/1288
* Makefile: don't hardcode bash path and use the one from PATH instead by yorickvP in https://github.com/replicate/cog/pull/1387
* cog predict: specific hint if image name contains '=' by yorickvP in https://github.com/replicate/cog/pull/1388
* Fix types, run typechecker in CI by yorickvP in https://github.com/replicate/cog/pull/1393
* create /var/run if it doesn't exist by technillogue in https://github.com/replicate/cog/pull/1402
* update compatibility matrices: support cuda 12.2 by technillogue in https://github.com/replicate/cog/pull/1396
* Fix FastAPI state hack, freeze pyright version by yorickvP in https://github.com/replicate/cog/pull/1415
* Stricter image cleanup by nickstenning in https://github.com/replicate/cog/pull/1412
* fix(python_test): added "slow" hypothesis profile in python worker test by dkhokhlov in https://github.com/replicate/cog/pull/1416
* fix(test): 'docker' 'rmi' failed in python integration tests by dkhokhlov in https://github.com/replicate/cog/pull/1417
* fix: linting in python code by dkhokhlov in https://github.com/replicate/cog/pull/1419
* run linters in CI by technillogue in https://github.com/replicate/cog/pull/1418
* fix: make target for python dev env setup by dkhokhlov in https://github.com/replicate/cog/pull/1421
* Don't return a PredictionResponse from PredictionRunner.setup by nickstenning in https://github.com/replicate/cog/pull/1433
* make a website for the docs by zeke in https://github.com/replicate/cog/pull/1435
* Set a reasonable default parallelism on non-Linux platforms by nickstenning in https://github.com/replicate/cog/pull/1436
* fix: handle early exceptions in model setup by dkhokhlov in https://github.com/replicate/cog/pull/1428
* check if setup_result is None by technillogue in https://github.com/replicate/cog/pull/1443
* Add note for naming `Output` class by iamargentum in https://github.com/replicate/cog/pull/1444
* fix: update the version typing_extensions to use latest version by mbukeRepo in https://github.com/replicate/cog/pull/1439
* document how to install git-hosted python packages by zeke in https://github.com/replicate/cog/pull/1383
* add upgrade instructions to README by zeke in https://github.com/replicate/cog/pull/1445
* build: fix goreleaser configuration by caarlos0 in https://github.com/replicate/cog/pull/1466
* fix: test fixture does not remove docker image by dkhokhlov in https://github.com/replicate/cog/pull/1451
* Capitalize OS name in release artifacts by zeke in https://github.com/replicate/cog/pull/1467
* remove upgrade anchor from readme by zeke in https://github.com/replicate/cog/pull/1468
* Add training schemas and operations to OpenAPI schema, when available by mattt in https://githu

New Contributors
* nelsonjchen made their first contribution in https://github.com/replicate/cog/pull/1288
* yorickvP made their first contribution in https://github.com/replicate/cog/pull/1387
* dkhokhlov made their first contribution in https://github.com/replicate/cog/pull/1416
* iamargentum made their first contribution in https://github.com/replicate/cog/pull/1444
* mbukeRepo made their first contribution in https://github.com/replicate/cog/pull/1439
* caarlos0 made their first contribution in https://github.com/replicate/cog/pull/1466

**Full Changelog**: https://github.com/replicate/cog/compare/v0.9.0-beta10...v0.9.0

0.9.1

This was created in error.

v0.9.0+async.1
What's Changed
* un-revert async runner
* un-revert async predict


**Full Changelog**: https://github.com/replicate/cog/compare/v0.9.0-rc1...v0.9.0+async.1

0.9.0

> [!IMPORTANT]
> The wheel published to PyPI for [cog 0.9.0](https://pypi.org/project/cog/0.9.0/) contains sources for the tag [v0.9.0+async.1](https://github.com/replicate/cog/releases/tag/v0.9.0%2Basync.1). This was unintentional, and the release will be yanked soon. We've since published [v0.9.1](https://github.com/replicate/cog/releases/tag/v0.9.1), which like [v0.9.0](https://github.com/replicate/cog/releases/tag/v0.9.0) is set to 2a9211cff5695fcc9a13f4c156d5b9fa9f372812, and will have the correct wheel published to PyPI.

What's Changed
* tweak schema file console message by technillogue in https://github.com/replicate/cog/pull/1371
* Add ENV NVIDIA_DRIVER_CAPABILITIES=all to permit Video SDK transcoding, 3D rendering, and X11 OpenGL Display by nelsonjchen in https://github.com/replicate/cog/pull/1288
* Makefile: don't hardcode bash path and use the one from PATH instead by yorickvP in https://github.com/replicate/cog/pull/1387
* cog predict: specific hint if image name contains '=' by yorickvP in https://github.com/replicate/cog/pull/1388
* Fix types, run typechecker in CI by yorickvP in https://github.com/replicate/cog/pull/1393
* create /var/run if it doesn't exist by technillogue in https://github.com/replicate/cog/pull/1402
* update compatibility matrices: support cuda 12.2 by technillogue in https://github.com/replicate/cog/pull/1396
* Fix FastAPI state hack, freeze pyright version by yorickvP in https://github.com/replicate/cog/pull/1415
* Stricter image cleanup by nickstenning in https://github.com/replicate/cog/pull/1412
* fix(python_test): added "slow" hypothesis profile in python worker test by dkhokhlov in https://github.com/replicate/cog/pull/1416
* fix(test): 'docker' 'rmi' failed in python integration tests by dkhokhlov in https://github.com/replicate/cog/pull/1417
* fix: linting in python code by dkhokhlov in https://github.com/replicate/cog/pull/1419
* run linters in CI by technillogue in https://github.com/replicate/cog/pull/1418
* fix: make target for python dev env setup by dkhokhlov in https://github.com/replicate/cog/pull/1421
* Don't return a PredictionResponse from PredictionRunner.setup by nickstenning in https://github.com/replicate/cog/pull/1433
* make a website for the docs by zeke in https://github.com/replicate/cog/pull/1435
* Set a reasonable default parallelism on non-Linux platforms by nickstenning in https://github.com/replicate/cog/pull/1436
* fix: handle early exceptions in model setup by dkhokhlov in https://github.com/replicate/cog/pull/1428
* check if setup_result is None by technillogue in https://github.com/replicate/cog/pull/1443
* Add note for naming `Output` class by iamargentum in https://github.com/replicate/cog/pull/1444
* fix: update the version typing_extensions to use latest version by mbukeRepo in https://github.com/replicate/cog/pull/1439
* document how to install git-hosted python packages by zeke in https://github.com/replicate/cog/pull/1383
* add upgrade instructions to README by zeke in https://github.com/replicate/cog/pull/1445
* build: fix goreleaser configuration by caarlos0 in https://github.com/replicate/cog/pull/1466
* fix: test fixture does not remove docker image by dkhokhlov in https://github.com/replicate/cog/pull/1451
* Capitalize OS name in release artifacts by zeke in https://github.com/replicate/cog/pull/1467
* remove upgrade anchor from readme by zeke in https://github.com/replicate/cog/pull/1468
* Add training schemas and operations to OpenAPI schema, when available by mattt in https://githu

New Contributors
* nelsonjchen made their first contribution in https://github.com/replicate/cog/pull/1288
* yorickvP made their first contribution in https://github.com/replicate/cog/pull/1387
* dkhokhlov made their first contribution in https://github.com/replicate/cog/pull/1416
* iamargentum made their first contribution in https://github.com/replicate/cog/pull/1444
* mbukeRepo made their first contribution in https://github.com/replicate/cog/pull/1439
* caarlos0 made their first contribution in https://github.com/replicate/cog/pull/1466

**Full Changelog**: https://github.com/replicate/cog/compare/v0.9.0-beta10...v0.9.0

0.9.0rc1

What's Changed
* fix typo by zeke in https://github.com/replicate/cog/pull/1471
* remove upgrade anchor from readme by zeke in https://github.com/replicate/cog/pull/1468
* Bump pyright from 1.1.341 to 1.1.345 by dependabot in https://github.com/replicate/cog/pull/1474
* Bump github.com/golangci/golangci-lint from 1.55.1 to 1.55.2 by dependabot in https://github.com/replicate/cog/pull/1454
* Bump golang.org/x/tools from 0.16.0 to 0.16.1 by dependabot in https://github.com/replicate/cog/pull/1453
* Add training schemas and operations to OpenAPI schema, when available by mattt in https://github.com/replicate/cog/pull/1267
* Bump pyright from 1.1.345 to 1.1.347 by dependabot in https://github.com/replicate/cog/pull/1483
* Bump golang.org/x/sys from 0.15.0 to 0.16.0 by dependabot in https://github.com/replicate/cog/pull/1484
* add aron as a contributor for doc, code, and ideas by allcontributors in https://github.com/replicate/cog/pull/1476
* Revert batching changes by technillogue in https://github.com/replicate/cog/pull/1486
* Bump golang.org/x/tools from 0.16.1 to 0.17.0 by dependabot in https://github.com/replicate/cog/pull/1485


**Full Changelog**: https://github.com/replicate/cog/compare/v0.9.0-beta12...v0.9.0-rc1

0.9.0beta12

What's Changed
* use a more realistic registry URL in cog push usage by zeke in https://github.com/replicate/cog/pull/1404
* create /var/run if it doesn't exist by technillogue in https://github.com/replicate/cog/pull/1402
* create event loop before predictor setup by technillogue in https://github.com/replicate/cog/pull/1366
* Bump golang.org/x/sys from 0.13.0 to 0.15.0 by dependabot in https://github.com/replicate/cog/pull/1403
* update compatibility matrices: support cuda 12.2 by technillogue in https://github.com/replicate/cog/pull/1396
* Fix FastAPI state hack, freeze pyright version by yorickvP in https://github.com/replicate/cog/pull/1415
* Stricter image cleanup by nickstenning in https://github.com/replicate/cog/pull/1412
* fix(python_test): added "slow" hypothesis profile in python worker test by dkhokhlov in https://github.com/replicate/cog/pull/1416
* fix(test): 'docker' 'rmi' failed in python integration tests by dkhokhlov in https://github.com/replicate/cog/pull/1417
* fix: linting in python code by dkhokhlov in https://github.com/replicate/cog/pull/1419
* run linters in CI by technillogue in https://github.com/replicate/cog/pull/1418
* Bump golang.org/x/tools from 0.14.0 to 0.16.0 by dependabot in https://github.com/replicate/cog/pull/1408
* fix: make target for python dev env setup by dkhokhlov in https://github.com/replicate/cog/pull/1421
* Don't return a PredictionResponse from PredictionRunner.setup by nickstenning in https://github.com/replicate/cog/pull/1433
* make a website for the docs by zeke in https://github.com/replicate/cog/pull/1435
* Set a reasonable default parallelism on non-Linux platforms by nickstenning in https://github.com/replicate/cog/pull/1436
* fix: handle early exceptions in model setup by dkhokhlov in https://github.com/replicate/cog/pull/1428
* Bump pyright from 1.1.339 to 1.1.341 by dependabot in https://github.com/replicate/cog/pull/1442
* Bump github/codeql-action from 2 to 3 by dependabot in https://github.com/replicate/cog/pull/1440
* Bump actions/setup-go from 4 to 5 by dependabot in https://github.com/replicate/cog/pull/1423
* check if setup_result is None by technillogue in https://github.com/replicate/cog/pull/1443
* Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/replicate/cog/pull/1424
* Add note for naming `Output` class by iamargentum in https://github.com/replicate/cog/pull/1444
* Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 by dependabot in https://github.com/replicate/cog/pull/1363
* Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by dependabot in https://github.com/replicate/cog/pull/1364
* fix: update the version typing_extensions to use latest version by mbukeRepo in https://github.com/replicate/cog/pull/1439
* document how to install git-hosted python packages by zeke in https://github.com/replicate/cog/pull/1383
* add upgrade instructions to README by zeke in https://github.com/replicate/cog/pull/1445
* build: fix goreleaser configuration by caarlos0 in https://github.com/replicate/cog/pull/1466
* fix: test fixture does not remove docker image by dkhokhlov in https://github.com/replicate/cog/pull/1451
* Capitalize OS name in release artifacts by zeke in https://github.com/replicate/cog/pull/1467

New Contributors
* dkhokhlov made their first contribution in https://github.com/replicate/cog/pull/1416
* iamargentum made their first contribution in https://github.com/replicate/cog/pull/1444
* mbukeRepo made their first contribution in https://github.com/replicate/cog/pull/1439
* caarlos0 made their first contribution in https://github.com/replicate/cog/pull/1466

**Full Changelog**: https://github.com/replicate/cog/compare/v0.9.0-beta11...v0.9.0-beta12

0.9.0beta11

What's Changed
* async runner by technillogue in https://github.com/replicate/cog/pull/1352
* Fix types, run typechecker in CI by yorickvP in https://github.com/replicate/cog/pull/1393
* Add ENV NVIDIA_DRIVER_CAPABILITIES=all to permit Video SDK transcoding, 3D rendering, and X11 OpenGL Display by nelsonjchen in https://github.com/replicate/cog/pull/1288
* tweak schema file console message by technillogue in https://github.com/replicate/cog/pull/1371
* Makefile: don't hardcode bash path and use the one from PATH instead by yorickvP in https://github.com/replicate/cog/pull/1387
* cog predict: specific hint if image name contains '=' by yorickvP in https://github.com/replicate/cog/pull/1388

New Contributors
* nelsonjchen made their first contribution in https://github.com/replicate/cog/pull/1288
* yorickvP made their first contribution in https://github.com/replicate/cog/pull/1387

**Full Changelog**: https://github.com/replicate/cog/compare/v0.9.0-beta10...v0.9.0-beta11

Page 6 of 24

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.