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