containers / ai-lab-recipes

Examples for building and running LLM services and applications locally with Podman
Apache License 2.0
103 stars 106 forks source link

Update Auto merged updates #773

Closed platform-engineering-bot closed 3 weeks ago

platform-engineering-bot commented 3 weeks ago

This PR contains the following updates:

Package Type Update Change
PyMuPDF (changelog) patch ==1.24.9 -> ==1.24.10
PyYAML (source) patch ==6.0.1 -> ==6.0.2
hashicorp/setup-terraform action patch v3.1.1 -> v3.1.2
httpx (changelog) patch ==0.27.0 -> ==0.27.2
llama-cpp-python (changelog) patch ==0.2.85 -> ==0.2.90
orjson (changelog) patch ==3.10.6 -> ==3.10.7
safetensors patch ==0.4.3 -> ==0.4.4
timm patch ==1.0.8 -> ==1.0.9
typer (changelog) patch ==0.12.3 -> ==0.12.5
uvicorn (changelog) patch ==0.30.5 -> ==0.30.6

Release Notes

pymupdf/pymupdf (PyMuPDF) ### [`v1.24.10`](https://redirect.github.com/pymupdf/PyMuPDF/releases/tag/1.24.10): PyMuPDF-1.24.10 released [Compare Source](https://redirect.github.com/pymupdf/pymupdf/compare/1.24.9...1.24.10) PyMuPDF-1.24.10 has been released. Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example: python -m pip install --upgrade pymupdf \[Linux-aarch64 wheels will be built and uploaded later.] **Changes in version 1.24.10 (2024-09-02)** - Use MuPDF-1.24.9. - Fixed issues: - **Fixed** [#​3450](https://redirect.github.com/pymupdf/pymupdf/issues/3450) - **Fixed** [#​3569](https://redirect.github.com/pymupdf/pymupdf/issues/3569) - **Fixed** [#​3603](https://redirect.github.com/pymupdf/pymupdf/issues/3603) - **Fixed** [#​3650](https://redirect.github.com/pymupdf/pymupdf/issues/3650) - **Fixed** [#​3698](https://redirect.github.com/pymupdf/pymupdf/issues/3698) - **Fixed** [#​3705](https://redirect.github.com/pymupdf/pymupdf/issues/3705) - **Fixed** [#​3706](https://redirect.github.com/pymupdf/pymupdf/issues/3706) - **Fixed** [#​3727](https://redirect.github.com/pymupdf/pymupdf/issues/3727) - **Fixed** [#​3767](https://redirect.github.com/pymupdf/pymupdf/issues/3767) - **Fixed** [#​3773](https://redirect.github.com/pymupdf/pymupdf/issues/3773) - **Fixed** [#​3774](https://redirect.github.com/pymupdf/pymupdf/issues/3774) - **Fixed** [#​3789](https://redirect.github.com/pymupdf/pymupdf/issues/3789) - **Fixed** [#​3820](https://redirect.github.com/pymupdf/pymupdf/issues/3820) - Other: - Object streams and linearization cannot be used together; attempting to do so will raise an exception. ([#​3603](https://redirect.github.com/pymupdf/pymupdf/issues/3603)) - Fixed handling of non-existing /Contents object.
yaml/pyyaml (PyYAML) ### [`v6.0.2`](https://redirect.github.com/yaml/pyyaml/releases/tag/6.0.2) [Compare Source](https://redirect.github.com/yaml/pyyaml/compare/6.0.1...6.0.2) #### What's Changed - Support for Cython 3.x and Python 3.13. **Full Changelog**: https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2
hashicorp/setup-terraform (hashicorp/setup-terraform) ### [`v3.1.2`](https://redirect.github.com/hashicorp/setup-terraform/releases/tag/v3.1.2) [Compare Source](https://redirect.github.com/hashicorp/setup-terraform/compare/v3.1.1...v3.1.2) NOTES: - This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. ([#​430](https://redirect.github.com/hashicorp/setup-terraform/issues/430))
encode/httpx (httpx) ### [`v0.27.2`](https://redirect.github.com/encode/httpx/blob/HEAD/CHANGELOG.md#0272-27th-August-2024) [Compare Source](https://redirect.github.com/encode/httpx/compare/0.27.1...0.27.2) ##### Fixed - Reintroduced supposedly-private `URLTypes` shortcut. ([#​2673](https://redirect.github.com/encode/httpx/issues/2673)) ### [`v0.27.1`](https://redirect.github.com/encode/httpx/blob/HEAD/CHANGELOG.md#0271-27th-August-2024) [Compare Source](https://redirect.github.com/encode/httpx/compare/0.27.0...0.27.1) ##### Added - Support for `zstd` content decoding using the python `zstandard` package is added. Installable using `httpx[zstd]`. ([#​3139](https://redirect.github.com/encode/httpx/issues/3139)) ##### Fixed - Improved error messaging for `InvalidURL` exceptions. ([#​3250](https://redirect.github.com/encode/httpx/issues/3250)) - Fix `app` type signature in `ASGITransport`. ([#​3109](https://redirect.github.com/encode/httpx/issues/3109))
abetlen/llama-cpp-python (llama-cpp-python) ### [`v0.2.90`](https://redirect.github.com/abetlen/llama-cpp-python/blob/HEAD/CHANGELOG.md#0290) [Compare Source](https://redirect.github.com/abetlen/llama-cpp-python/compare/v0.2.89...v0.2.90) - feat: Update llama.cpp to [ggerganov/llama.cpp@`1d1ccce`](https://redirect.github.com/ggerganov/llama.cpp/commit/1d1ccce67613674c75c9c7e3fa4c1e24e428ba48) - feat: Add support for `MiniCPMv26ChatHandler` and `minicpm-v-26` in server by [@​abetlen](https://redirect.github.com/abetlen) in [`f70df82`](https://redirect.github.com/abetlen/llama-cpp-python/commit/f70df824985d875226793b94dacc0c302a4256b2) ### [`v0.2.89`](https://redirect.github.com/abetlen/llama-cpp-python/blob/HEAD/CHANGELOG.md#0289) [Compare Source](https://redirect.github.com/abetlen/llama-cpp-python/compare/v0.2.88...v0.2.89) - feat: Update llama.cpp to [ggerganov/llama.cpp@`cfac111`](https://redirect.github.com/ggerganov/llama.cpp/commit/cfac111e2b3953cdb6b0126e67a2487687646971) - fix: Llama.close didn't free lora adapter by [@​jkawamoto](https://redirect.github.com/jkawamoto) in [#​1679](https://redirect.github.com/abetlen/llama-cpp-python/issues/1679) - fix: missing dependencies for test by [@​jkawamoto](https://redirect.github.com/jkawamoto) in [#​1680](https://redirect.github.com/abetlen/llama-cpp-python/issues/1680) ### [`v0.2.88`](https://redirect.github.com/abetlen/llama-cpp-python/blob/HEAD/CHANGELOG.md#0288) [Compare Source](https://redirect.github.com/abetlen/llama-cpp-python/compare/v0.2.87...v0.2.88) - feat: Update llama.cpp to [ggerganov/llama.cpp@`fc4ca27`](https://redirect.github.com/ggerganov/llama.cpp/commit/fc4ca27b25464a11b3b86c9dbb5b6ed6065965c2) - fix: only print 'cache saved' in verbose mode by [@​lsorber](https://redirect.github.com/lsorber) in [#​1668](https://redirect.github.com/abetlen/llama-cpp-python/issues/1668) - fix: Added back from_file method to LlamaGrammar by [@​ExtReMLapin](https://redirect.github.com/ExtReMLapin) in [#​1673](https://redirect.github.com/abetlen/llama-cpp-python/issues/1673) - fix: grammar prints on each call by [@​abetlen](https://redirect.github.com/abetlen) in [`0998ea0`](https://redirect.github.com/abetlen/llama-cpp-python/commit/0998ea0deea076a547d54bd598d6b413b588ee2b) - feat: Enable recursive search of HFFS.ls when using from_pretrained by [@​benHeidabetlen](https://redirect.github.com/benHeidabetlen) in [#​1656](https://redirect.github.com/abetlen/llama-cpp-python/issues/1656) - feat: Add more detailed log for prefix-match by [@​xu-song](https://redirect.github.com/xu-song) in [#​1659](https://redirect.github.com/abetlen/llama-cpp-python/issues/1659) ### [`v0.2.87`](https://redirect.github.com/abetlen/llama-cpp-python/blob/HEAD/CHANGELOG.md#0287) [Compare Source](https://redirect.github.com/abetlen/llama-cpp-python/compare/v0.2.86...v0.2.87) - feat: Update llama.cpp to [ggerganov/llama.cpp@`be55695`](https://redirect.github.com/ggerganov/llama.cpp/commit/be55695eff44784a141a863f273661a6bce63dfc) - fix: Include all llama.cpp source files and subdirectories by [@​abetlen](https://redirect.github.com/abetlen) in [`9cad571`](https://redirect.github.com/abetlen/llama-cpp-python/commit/9cad5714ae6e7c250af8d0bbb179f631368c928b) - feat(ci): Re-build wheel index automatically when releases are created by [@​abetlen](https://redirect.github.com/abetlen) in [`198f47d`](https://redirect.github.com/abetlen/llama-cpp-python/commit/198f47dc1bd202fd2b71b29e041a9f33fe40bfad) ### [`v0.2.86`](https://redirect.github.com/abetlen/llama-cpp-python/blob/HEAD/CHANGELOG.md#0286) [Compare Source](https://redirect.github.com/abetlen/llama-cpp-python/compare/v0.2.85...v0.2.86) - feat: Update llama.cpp to [ggerganov/llama.cpp@`398ede5`](https://redirect.github.com/ggerganov/llama.cpp/commit/398ede5efeb07b9adf9fbda7ea63f630d476a792) - feat: Ported back new grammar changes from C++ to Python implementation by [@​ExtReMLapin](https://redirect.github.com/ExtReMLapin) in ([#​1637](https://redirect.github.com/abetlen/llama-cpp-python/issues/1637)) - fix: llama_grammar_accept_token arg order by [@​tc-wolf](https://redirect.github.com/tc-wolf) in ([#​1649](https://redirect.github.com/abetlen/llama-cpp-python/issues/1649))
ijl/orjson (orjson) ### [`v3.10.7`](https://redirect.github.com/ijl/orjson/blob/HEAD/CHANGELOG.md#3107---2024-08-08) [Compare Source](https://redirect.github.com/ijl/orjson/compare/3.10.6...3.10.7) ##### Changed - Improve performance of stable Rust amd64 builds.
huggingface/safetensors (safetensors) ### [`v0.4.4`](https://redirect.github.com/huggingface/safetensors/releases/tag/v0.4.4) [Compare Source](https://redirect.github.com/huggingface/safetensors/compare/v0.4.3...v0.4.4) #### Important changes - Fixed a bug bf16 + big endian + torch [https://github.com/huggingface/safetensors/pull/507](https://redirect.github.com/huggingface/safetensors/pull/507) - Lots of minor fixes #### What's Changed - Fixing empty serialization (no tensor) with some metadata. by [@​Narsil](https://redirect.github.com/Narsil) in [https://github.com/huggingface/safetensors/pull/472](https://redirect.github.com/huggingface/safetensors/pull/472) - Minor correction about Arrow in README.md by [@​lhoestq](https://redirect.github.com/lhoestq) in [https://github.com/huggingface/safetensors/pull/488](https://redirect.github.com/huggingface/safetensors/pull/488) - Upgrading Pyo3 0.22 (with gil-refs) by [@​Narsil](https://redirect.github.com/Narsil) in [https://github.com/huggingface/safetensors/pull/504](https://redirect.github.com/huggingface/safetensors/pull/504) - Improving the bf16 tests for PT+TF. by [@​Narsil](https://redirect.github.com/Narsil) in [https://github.com/huggingface/safetensors/pull/505](https://redirect.github.com/huggingface/safetensors/pull/505) - Revert "Improving the bf16 tests for PT+TF." by [@​Narsil](https://redirect.github.com/Narsil) in [https://github.com/huggingface/safetensors/pull/506](https://redirect.github.com/huggingface/safetensors/pull/506) - Change doc-builder workflow container by [@​mishig25](https://redirect.github.com/mishig25) in [https://github.com/huggingface/safetensors/pull/508](https://redirect.github.com/huggingface/safetensors/pull/508) - feat(ci): add trufflehog secrets detection by [@​McPatate](https://redirect.github.com/McPatate) in [https://github.com/huggingface/safetensors/pull/484](https://redirect.github.com/huggingface/safetensors/pull/484) - Add support for xla devices by [@​BitPhinix](https://redirect.github.com/BitPhinix) in [https://github.com/huggingface/safetensors/pull/494](https://redirect.github.com/huggingface/safetensors/pull/494) - Improving bf16 tests by [@​Narsil](https://redirect.github.com/Narsil) in [https://github.com/huggingface/safetensors/pull/507](https://redirect.github.com/huggingface/safetensors/pull/507) - Fixing zero-width tensor for in memory loading. by [@​Narsil](https://redirect.github.com/Narsil) in [https://github.com/huggingface/safetensors/pull/510](https://redirect.github.com/huggingface/safetensors/pull/510) - Respects torch.device(0) new behavior without breaking backward compatibility by [@​Narsil](https://redirect.github.com/Narsil) in [https://github.com/huggingface/safetensors/pull/509](https://redirect.github.com/huggingface/safetensors/pull/509) - Upgrading the version. by [@​Narsil](https://redirect.github.com/Narsil) in [https://github.com/huggingface/safetensors/pull/511](https://redirect.github.com/huggingface/safetensors/pull/511) - Fixing release workflow. by [@​Narsil](https://redirect.github.com/Narsil) in [https://github.com/huggingface/safetensors/pull/513](https://redirect.github.com/huggingface/safetensors/pull/513) - Forcing empty list/empty tuple behavior. by [@​Narsil](https://redirect.github.com/Narsil) in [https://github.com/huggingface/safetensors/pull/514](https://redirect.github.com/huggingface/safetensors/pull/514) #### New Contributors - [@​lhoestq](https://redirect.github.com/lhoestq) made their first contribution in [https://github.com/huggingface/safetensors/pull/488](https://redirect.github.com/huggingface/safetensors/pull/488) - [@​McPatate](https://redirect.github.com/McPatate) made their first contribution in [https://github.com/huggingface/safetensors/pull/484](https://redirect.github.com/huggingface/safetensors/pull/484) - [@​BitPhinix](https://redirect.github.com/BitPhinix) made their first contribution in [https://github.com/huggingface/safetensors/pull/494](https://redirect.github.com/huggingface/safetensors/pull/494) **Full Changelog**: https://github.com/huggingface/safetensors/compare/v0.4.3...v0.4.4
huggingface/pytorch-image-models (timm) ### [`v1.0.9`](https://redirect.github.com/huggingface/pytorch-image-models/releases/tag/v1.0.9) [Compare Source](https://redirect.github.com/huggingface/pytorch-image-models/compare/v1.0.8...v1.0.9) ##### Aug 21, 2024 - Updated SBB ViT models trained on ImageNet-12k and fine-tuned on ImageNet-1k, challenging quite a number of much larger, slower models | model | top1 | top5 | param_count | img_size | | -------------------------------------------------- | ------ | ------ | ----------- | -------- | | [vit_mediumd_patch16\_reg4\_gap\_384.sbb2\_e200\_in12k_ft_in1k](https://huggingface.co/timm/vit_mediumd_patch16\_reg4\_gap\_384.sbb2\_e200\_in12k_ft_in1k) | 87.438 | 98.256 | 64.11 | 384 | | [vit_mediumd_patch16\_reg4\_gap\_256.sbb2\_e200\_in12k_ft_in1k](https://huggingface.co/timm/vit_mediumd_patch16\_reg4\_gap\_256.sbb2\_e200\_in12k_ft_in1k) | 86.608 | 97.934 | 64.11 | 256 | | [vit_betwixt_patch16\_reg4\_gap\_384.sbb2\_e200\_in12k_ft_in1k](https://huggingface.co/timm/vit_betwixt_patch16\_reg4\_gap\_384.sbb2\_e200\_in12k_ft_in1k) | 86.594 | 98.02 | 60.4 | 384 | | [vit_betwixt_patch16\_reg4\_gap\_256.sbb2\_e200\_in12k_ft_in1k](https://huggingface.co/timm/vit_betwixt_patch16\_reg4\_gap\_256.sbb2\_e200\_in12k_ft_in1k) | 85.734 | 97.61 | 60.4 | 256 | - MobileNet-V1 1.25, EfficientNet-B1, & ResNet50-D weights w/ MNV4 baseline challenge recipe | model | top1 | top5 | param_count | img_size | |--------------------------------------------------------------------------------------------------------------------------|--------|--------|-------------|----------| | [resnet50d.ra4\_e3600\_r224\_in1k](http://hf.co/timm/resnet50d.ra4\_e3600\_r224\_in1k) | 81.838 | 95.922 | 25.58 | 288 | | [efficientnet_b1.ra4\_e3600\_r240\_in1k](http://hf.co/timm/efficientnet_b1.ra4\_e3600\_r240\_in1k) | 81.440 | 95.700 | 7.79 | 288 | | [resnet50d.ra4\_e3600\_r224\_in1k](http://hf.co/timm/resnet50d.ra4\_e3600\_r224\_in1k) | 80.952 | 95.384 | 25.58 | 224 | | [efficientnet_b1.ra4\_e3600\_r240\_in1k](http://hf.co/timm/efficientnet_b1.ra4\_e3600\_r240\_in1k) | 80.406 | 95.152 | 7.79 | 240 | | [mobilenetv1\_125.ra4\_e3600\_r224\_in1k](http://hf.co/timm/mobilenetv1\_125.ra4\_e3600\_r224\_in1k) | 77.600 | 93.804 | 6.27 | 256 | | [mobilenetv1\_125.ra4\_e3600\_r224\_in1k](http://hf.co/timm/mobilenetv1\_125.ra4\_e3600\_r224\_in1k) | 76.924 | 93.234 | 6.27 | 224 | - Add SAM2 (HieraDet) backbone arch & weight loading support - Add Hiera Small weights trained w/ abswin pos embed on in12k & fine-tuned on 1k |model |top1 |top5 |param_count| |---------------------------------|------|------|-----------| |hiera_small_abswin\_256.sbb2\_e200\_in12k_ft_in1k |84.912|97.260|35.01 | |hiera_small_abswin\_256.sbb2\_pd_e200\_in12k_ft_in1k |84.560|97.106|35.01 | ##### Aug 8, 2024 - Add RDNet ('DenseNets Reloaded', https://arxiv.org/abs/2403.19588), thanks [Donghyun Kim](https://redirect.github.com/dhkim0225)
fastapi/typer (typer) ### [`v0.12.5`](https://redirect.github.com/fastapi/typer/releases/tag/0.12.5) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.12.4...0.12.5) ##### Features - 💄 Unify the width of the Rich console for help and errors. PR [#​788](https://redirect.github.com/fastapi/typer/pull/788) by [@​racinmat](https://redirect.github.com/racinmat). - 🚸 Improve assertion error message if a group is not a valid subclass. PR [#​425](https://redirect.github.com/fastapi/typer/pull/425) by [@​chrisburr](https://redirect.github.com/chrisburr). ##### Fixes - 🐛 Ensure `rich_markup_mode=None` disables Rich formatting. PR [#​859](https://redirect.github.com/fastapi/typer/pull/859) by [@​svlandeg](https://redirect.github.com/svlandeg). - 🐛 Fix sourcing of completion path for Git Bash. PR [#​801](https://redirect.github.com/fastapi/typer/pull/801) by [@​svlandeg](https://redirect.github.com/svlandeg). - 🐛 Fix PowerShell completion with incomplete word. PR [#​360](https://redirect.github.com/fastapi/typer/pull/360) by [@​patricksurry](https://redirect.github.com/patricksurry). ##### Refactors - 🔥 Remove Python 3.6 specific code paths. PR [#​850](https://redirect.github.com/fastapi/typer/pull/850) by [@​svlandeg](https://redirect.github.com/svlandeg). - 🔥 Clean up redundant code. PR [#​858](https://redirect.github.com/fastapi/typer/pull/858) by [@​svlandeg](https://redirect.github.com/svlandeg). ##### Docs - ♻️ Use F-strings in Click examples in docs. PR [#​891](https://redirect.github.com/fastapi/typer/pull/891) by [@​svlandeg](https://redirect.github.com/svlandeg). - 📝Add missing `main.py` in tutorial on CLI option names. PR [#​868](https://redirect.github.com/fastapi/typer/pull/868) by [@​fsramalho](https://redirect.github.com/fsramalho). - 📝 Fix broken link. PR [#​835](https://redirect.github.com/fastapi/typer/pull/835) by [@​OhioDschungel6](https://redirect.github.com/OhioDschungel6). - 📝 Update package docs with the latest versions of Typer and Poetry. PR [#​781](https://redirect.github.com/fastapi/typer/pull/781) by [@​kinuax](https://redirect.github.com/kinuax). - 📝 Update the Progress Bar tutorial with correct output. PR [#​199](https://redirect.github.com/fastapi/typer/pull/199) by [@​n1ckdm](https://redirect.github.com/n1ckdm). - 📝 Add docs and scripts to test completion in different shells. PR [#​953](https://redirect.github.com/fastapi/typer/pull/953) by [@​tiangolo](https://redirect.github.com/tiangolo). - ✏️ Fix a typo in `docs/virtual-environments.md`. PR [#​952](https://redirect.github.com/fastapi/typer/pull/952) by [@​tiangolo](https://redirect.github.com/tiangolo). - ✏️ Fix typo in `docs/contributing.md`. PR [#​947](https://redirect.github.com/fastapi/typer/pull/947) by [@​tiangolo](https://redirect.github.com/tiangolo). - 📝 Add docs for virtual environments, environment variables, and update contributing. PR [#​946](https://redirect.github.com/fastapi/typer/pull/946) by [@​tiangolo](https://redirect.github.com/tiangolo). ##### Internal - 🔨 Pre-install dependencies in Docker so that testing in Docker is faster. PR [#​954](https://redirect.github.com/fastapi/typer/pull/954) by [@​tiangolo](https://redirect.github.com/tiangolo). - ✅ Add `needs_bash` test fixture. PR [#​888](https://redirect.github.com/fastapi/typer/pull/888) by [@​svlandeg](https://redirect.github.com/svlandeg). - ⬆ Bump mkdocs-material from 9.5.18 to 9.5.33. PR [#​945](https://redirect.github.com/fastapi/typer/pull/945) by [@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump pillow from 10.3.0 to 10.4.0. PR [#​939](https://redirect.github.com/fastapi/typer/pull/939) by [@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - 👷 Fix issue-manager. PR [#​948](https://redirect.github.com/fastapi/typer/pull/948) by [@​tiangolo](https://redirect.github.com/tiangolo). - 🙈 Remove extra line in .gitignore. PR [#​936](https://redirect.github.com/fastapi/typer/pull/936) by [@​tiangolo](https://redirect.github.com/tiangolo). - ⬆ Update pytest-cov requirement from <5.0.0,>=2.10.0 to >=2.10.0,<6.0.0. PR [#​844](https://redirect.github.com/fastapi/typer/pull/844) by [@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.9.0. PR [#​865](https://redirect.github.com/fastapi/typer/pull/865) by [@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Update pytest requirement from <8.0.0,>=4.4.0 to >=4.4.0,<9.0.0. PR [#​915](https://redirect.github.com/fastapi/typer/pull/915) by [@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Update pytest-sugar requirement from <0.10.0,>=0.9.4 to >=0.9.4,<1.1.0. PR [#​841](https://redirect.github.com/fastapi/typer/pull/841) by [@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot). ### [`v0.12.4`](https://redirect.github.com/fastapi/typer/releases/tag/0.12.4) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.12.3...0.12.4) ##### Features - ✨ Add support for Python 3.12, tests in CI and official marker. PR [#​807](https://redirect.github.com/tiangolo/typer/pull/807) by [@​ivantodorovich](https://redirect.github.com/ivantodorovich). ##### Fixes - 🐛 Fix support for `UnionType` (e.g. `str | None`) with Python 3.11. PR [#​548](https://redirect.github.com/fastapi/typer/pull/548) by [@​jonaslb](https://redirect.github.com/jonaslb). - 🐛 Fix `zsh` autocompletion installation. PR [#​237](https://redirect.github.com/fastapi/typer/pull/237) by [@​alexjurkiewicz](https://redirect.github.com/alexjurkiewicz). - 🐛 Fix usage of `Annotated` with future annotations in Python 3.7+. PR [#​814](https://redirect.github.com/fastapi/typer/pull/814) by [@​ivantodorovich](https://redirect.github.com/ivantodorovich). - 🐛 Fix `shell_complete` not working for Arguments. PR [#​737](https://redirect.github.com/fastapi/typer/pull/737) by [@​bckohan](https://redirect.github.com/bckohan). ##### Docs - 📝 Update docs links, from tiangolo to new fastapi org. PR [#​919](https://redirect.github.com/fastapi/typer/pull/919) by [@​tiangolo](https://redirect.github.com/tiangolo). - 📝 Add docs for team and repo management. PR [#​917](https://redirect.github.com/tiangolo/typer/pull/917) by [@​tiangolo](https://redirect.github.com/tiangolo). ##### Internal - 🔧 Add URLs to `pyproject.toml`, show up in PyPI. PR [#​931](https://redirect.github.com/fastapi/typer/pull/931) by [@​tiangolo](https://redirect.github.com/tiangolo). - 👷 Do not sync labels as it overrides manually added labels. PR [#​930](https://redirect.github.com/fastapi/typer/pull/930) by [@​tiangolo](https://redirect.github.com/tiangolo). - 👷 Update labeler GitHub Action to add only one label. PR [#​927](https://redirect.github.com/fastapi/typer/pull/927) by [@​tiangolo](https://redirect.github.com/tiangolo). - 👷 Update labeler GitHub Actions permissions and dependencies. PR [#​926](https://redirect.github.com/fastapi/typer/pull/926) by [@​tiangolo](https://redirect.github.com/tiangolo). - 👷 Add GitHub Action label-checker. PR [#​925](https://redirect.github.com/fastapi/typer/pull/925) by [@​tiangolo](https://redirect.github.com/tiangolo). - 👷 Add GitHub Action labeler. PR [#​924](https://redirect.github.com/fastapi/typer/pull/924) by [@​tiangolo](https://redirect.github.com/tiangolo). - 👷 Add GitHub Action add-to-project. PR [#​922](https://redirect.github.com/fastapi/typer/pull/922) by [@​tiangolo](https://redirect.github.com/tiangolo). - 🔨 Update docs.py script to enable dirty reload conditionally. PR [#​918](https://redirect.github.com/tiangolo/typer/pull/918) by [@​tiangolo](https://redirect.github.com/tiangolo). - 🔧 Update MkDocs previews. PR [#​916](https://redirect.github.com/tiangolo/typer/pull/916) by [@​tiangolo](https://redirect.github.com/tiangolo). - 👷 Upgrade build docs configs. PR [#​914](https://redirect.github.com/tiangolo/typer/pull/914) by [@​tiangolo](https://redirect.github.com/tiangolo). - 🔧 Update MkDocs to have titles in Markdown files instead of config. PR [#​913](https://redirect.github.com/tiangolo/typer/pull/913) by [@​tiangolo](https://redirect.github.com/tiangolo). - 👷 Add alls-green for test-redistribute. PR [#​911](https://redirect.github.com/tiangolo/typer/pull/911) by [@​tiangolo](https://redirect.github.com/tiangolo). - 👷 Update docs-previews to handle no docs changes. PR [#​912](https://redirect.github.com/tiangolo/typer/pull/912) by [@​tiangolo](https://redirect.github.com/tiangolo). - 👷🏻 Show docs deployment status and preview URLs in comment. PR [#​910](https://redirect.github.com/tiangolo/typer/pull/910) by [@​tiangolo](https://redirect.github.com/tiangolo). - 🔧 Enable auto dark mode from system. PR [#​908](https://redirect.github.com/tiangolo/typer/pull/908) by [@​tiangolo](https://redirect.github.com/tiangolo). - 💄 Add dark mode logo. PR [#​907](https://redirect.github.com/tiangolo/typer/pull/907) by [@​tiangolo](https://redirect.github.com/tiangolo). - 🔧 Update tabs and admonitions with new syntax and new MkDocs features. PR [#​906](https://redirect.github.com/tiangolo/typer/pull/906) by [@​tiangolo](https://redirect.github.com/tiangolo). - 🔧 Enable MkDocs Material features. PR [#​905](https://redirect.github.com/tiangolo/typer/pull/905) by [@​tiangolo](https://redirect.github.com/tiangolo). - 🔧 Enable dark mode for docs. PR [#​904](https://redirect.github.com/tiangolo/typer/pull/904) by [@​tiangolo](https://redirect.github.com/tiangolo). - ➖ Do not install jieba for MkDocs Material as there are no chinese translations. PR [#​903](https://redirect.github.com/tiangolo/typer/pull/903) by [@​tiangolo](https://redirect.github.com/tiangolo). - 🙈 Add MkDocs Material cache to gitignore. PR [#​902](https://redirect.github.com/tiangolo/typer/pull/902) by [@​tiangolo](https://redirect.github.com/tiangolo). - 🔨 Update lint script. PR [#​901](https://redirect.github.com/tiangolo/typer/pull/901) by [@​tiangolo](https://redirect.github.com/tiangolo). - 🔧 Update MkDocs configs and docs build setup. PR [#​900](https://redirect.github.com/tiangolo/typer/pull/900) by [@​tiangolo](https://redirect.github.com/tiangolo). - ⬆ Bump actions/cache from 3 to 4. PR [#​839](https://redirect.github.com/tiangolo/typer/pull/839) by [@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - 🍱 Update Typer icon and logo. PR [#​899](https://redirect.github.com/tiangolo/typer/pull/899) by [@​tiangolo](https://redirect.github.com/tiangolo). - 👷 Update issue-manager.yml GitHub Action permissions. PR [#​897](https://redirect.github.com/tiangolo/typer/pull/897) by [@​tiangolo](https://redirect.github.com/tiangolo). - 👷 Refactor GitHub Action to comment docs deployment URLs and update token, preparing for GitHub org. PR [#​896](https://redirect.github.com/tiangolo/typer/pull/896) by [@​tiangolo](https://redirect.github.com/tiangolo). - 🔨 Update docs Termynal scripts to not include line nums for local dev. PR [#​882](https://redirect.github.com/tiangolo/typer/pull/882) by [@​tiangolo](https://redirect.github.com/tiangolo). - ⬆ Bump black from 23.3.0 to 24.3.0. PR [#​837](https://redirect.github.com/tiangolo/typer/pull/837) by [@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump pillow from 10.1.0 to 10.3.0. PR [#​836](https://redirect.github.com/tiangolo/typer/pull/836) by [@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ✅ Add CI configs to run tests on Windows and MacOS. PR [#​824](https://redirect.github.com/tiangolo/typer/pull/824) by [@​svlandeg](https://redirect.github.com/svlandeg). - 👷 Update GitHub Actions to upload and download artifacts. PR [#​829](https://redirect.github.com/tiangolo/typer/pull/829) by [@​tiangolo](https://redirect.github.com/tiangolo). - 👷 Tweak CI for test-redistribute, add needed env vars for slim. PR [#​827](https://redirect.github.com/tiangolo/typer/pull/827) by [@​tiangolo](https://redirect.github.com/tiangolo). - ✅ Generalize test suite to run on Windows. PR [#​810](https://redirect.github.com/tiangolo/typer/pull/810) by [@​svlandeg](https://redirect.github.com/svlandeg). - ✅ Add `__init__.py` files to fix test suite. PR [#​809](https://redirect.github.com/tiangolo/typer/pull/809) by [@​svlandeg](https://redirect.github.com/svlandeg). - 🔧 Update MkDocs Material, enable plugins. PR [#​813](https://redirect.github.com/tiangolo/typer/pull/813) by [@​tiangolo](https://redirect.github.com/tiangolo). - 🔧 Tweak development scripts and configs after migration to PDM, Ruff, etc.. PR [#​797](https://redirect.github.com/tiangolo/typer/pull/797) by [@​tiangolo](https://redirect.github.com/tiangolo).
encode/uvicorn (uvicorn) ### [`v0.30.6`](https://redirect.github.com/encode/uvicorn/blob/HEAD/CHANGELOG.md#0306-2024-08-13) [Compare Source](https://redirect.github.com/encode/uvicorn/compare/0.30.5...0.30.6) ##### Fixed - Don't warn when upgrade is not WebSocket and depedencies are installed ([#​2360](https://redirect.github.com/encode/uvicorn/issues/2360))

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot.

rhatdan commented 3 weeks ago

LGTM