pymupdf/pymupdf (PyMuPDF)
### [`v1.24.7`](https://togithub.com/pymupdf/PyMuPDF/releases/tag/1.24.7): PyMuPDF-1.24.7 released
[Compare Source](https://togithub.com/pymupdf/pymupdf/compare/1.24.6...1.24.7)
PyMuPDF-1.24.7 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.7 (2024-06-26)**
- Fixed issues:
- **Fixed** [#3615](https://togithub.com/pymupdf/pymupdf/issues/3615)
- **Fixed** [#3616](https://togithub.com/pymupdf/pymupdf/issues/3616)
### [`v1.24.6`](https://togithub.com/pymupdf/PyMuPDF/releases/tag/1.24.6): PyMuPDF-1.24.6 released
[Compare Source](https://togithub.com/pymupdf/pymupdf/compare/1.24.5...1.24.6)
PyMuPDF-1.24.6 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.6 (2024-06-25)**
- Fixed issues:
- **Fixed** [#3599](https://togithub.com/pymupdf/pymupdf/issues/3599)
- **Fixed** [#3594](https://togithub.com/pymupdf/pymupdf/issues/3594)
- **Fixed** [#3591](https://togithub.com/pymupdf/pymupdf/issues/3591)
- **Fixed** [#3561](https://togithub.com/pymupdf/pymupdf/issues/3561)
- **Fixed** [#3559](https://togithub.com/pymupdf/pymupdf/issues/3559)
- **Fixed** [#3539](https://togithub.com/pymupdf/pymupdf/issues/3539)
- **Fixed** [#3519](https://togithub.com/pymupdf/pymupdf/issues/3519)
- **Fixed** [#3510](https://togithub.com/pymupdf/pymupdf/issues/3510)
- **Fixed** [#3494](https://togithub.com/pymupdf/pymupdf/issues/3494)
- **Fixed** [#3470](https://togithub.com/pymupdf/pymupdf/issues/3470)
- **Fixed** [#3400](https://togithub.com/pymupdf/pymupdf/issues/3400)
- **Fixed** [#3347](https://togithub.com/pymupdf/pymupdf/issues/3347)
- **Fixed** [#3237](https://togithub.com/pymupdf/pymupdf/issues/3237)
- **Fixed** [#3493](https://togithub.com/pymupdf/pymupdf/issues/3493)
- Other:
- Fixed concurrent use of PyMuPDF caused by use of constant temporary filenames.
- Add musllinux x86\_64 wheels to release.
- Added clearer version information:
- `pymupdf.pymupdf_version`.
- `pymupdf.mupdf_version`.
- `pymupdf.pymupdf_date`.
actions/setup-python (actions/setup-python)
### [`v5.1.1`](https://togithub.com/actions/setup-python/releases/tag/v5.1.1)
[Compare Source](https://togithub.com/actions/setup-python/compare/v5.1.0...v5.1.1)
##### What's Changed
##### Bug fixes:
- fix(ci): update all failing workflows by [@mayeut](https://togithub.com/mayeut) in [https://github.com/actions/setup-python/pull/863](https://togithub.com/actions/setup-python/pull/863)
This update ensures compatibility and optimal performance of workflows on the latest macOS version.
##### Documentation changes:
- Documentation update for cache by [@gowridurgad](https://togithub.com/gowridurgad) in [https://github.com/actions/setup-python/pull/873](https://togithub.com/actions/setup-python/pull/873)
##### Dependency updates:
- Bump braces from 3.0.2 to 3.0.3 and undici from 5.28.3 to 5.28.4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/actions/setup-python/pull/893](https://togithub.com/actions/setup-python/pull/893)
##### New Contributors
- [@gowridurgad](https://togithub.com/gowridurgad) made their first contribution in [https://github.com/actions/setup-python/pull/873](https://togithub.com/actions/setup-python/pull/873)
**Full Changelog**: https://github.com/actions/setup-python/compare/v5...v5.1.1
chroma-core/chroma (chromadb)
### [`v0.5.4`](https://togithub.com/chroma-core/chroma/releases/tag/0.5.4)
[Compare Source](https://togithub.com/chroma-core/chroma/compare/0.5.3...0.5.4)
Version: `0.5.4`
Git ref: `refs/tags/0.5.4`
Build Date: `2024-07-11T02:31`
PIP Package: `chroma-0.5.4.tar.gz`
Github Container Registry Image: `ghcr.io/chroma-core/chroma:0.5.4`
DockerHub Image: `chromadb/chroma:0.5.4`
#### What's Changed
- \[ENH] Timeout log client by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2369](https://togithub.com/chroma-core/chroma/pull/2369)
- \[ENH] Timeout for s3 storage by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2370](https://togithub.com/chroma-core/chroma/pull/2370)
- \[ENH] Add timeout for sysdb client. Also add interceptor by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2371](https://togithub.com/chroma-core/chroma/pull/2371)
- \[ENH] use httpx over requests by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2336](https://togithub.com/chroma-core/chroma/pull/2336)
- \[BLD] Fix for JS package in GH by [@tazarov](https://togithub.com/tazarov) in [https://github.com/chroma-core/chroma/pull/2345](https://togithub.com/chroma-core/chroma/pull/2345)
- \[ENH] Enable test_embeddings by [@sanketkedia](https://togithub.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2376](https://togithub.com/chroma-core/chroma/pull/2376)
- \[ENH] Emulate sqlite fts in brute force metadata filtering by [@sanketkedia](https://togithub.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2366](https://togithub.com/chroma-core/chroma/pull/2366)
- \[ENH] handle panics in query service by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2375](https://togithub.com/chroma-core/chroma/pull/2375)
- \[BUG]: Fix cross version compatibility 0.5.0 or lower with 0.5.1+ by [@tazarov](https://togithub.com/tazarov) in [https://github.com/chroma-core/chroma/pull/2378](https://togithub.com/chroma-core/chroma/pull/2378)
- \[DOC]: Fix a typo in comment section in chromadb/db/system.py by [@imaffe](https://togithub.com/imaffe) in [https://github.com/chroma-core/chroma/pull/2386](https://togithub.com/chroma-core/chroma/pull/2386)
- \[ENH] 1965 Split up embedding functions by [@nablabits](https://togithub.com/nablabits) in [https://github.com/chroma-core/chroma/pull/2034](https://togithub.com/chroma-core/chroma/pull/2034)
- \[ENH] Min compaction size by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2346](https://togithub.com/chroma-core/chroma/pull/2346)
- \[ENH] add panics to tracing by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2382](https://togithub.com/chroma-core/chroma/pull/2382)
- \[BLD] deploy preview of docs in PRs by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2391](https://togithub.com/chroma-core/chroma/pull/2391)
- \[BLD] remove old artifacts from bleeding release by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2392](https://togithub.com/chroma-core/chroma/pull/2392)
- Revert "\[ENH] 1965 Split up embedding functions" by [@atroyn](https://togithub.com/atroyn) in [https://github.com/chroma-core/chroma/pull/2394](https://togithub.com/chroma-core/chroma/pull/2394)
- \[BUG] 1965 Split up embedding functions - Redux by [@atroyn](https://togithub.com/atroyn) in [https://github.com/chroma-core/chroma/pull/2395](https://togithub.com/chroma-core/chroma/pull/2395)
- \[DOC] fix: add github link and update discord invite link by [@zacatac](https://togithub.com/zacatac) in [https://github.com/chroma-core/chroma/pull/2387](https://togithub.com/chroma-core/chroma/pull/2387)
- \[BUG] debug proto not included in release by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2411](https://togithub.com/chroma-core/chroma/pull/2411)
- \[BLD] slight speed up by caching built Rust dependencies by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2413](https://togithub.com/chroma-core/chroma/pull/2413)
- \[ENH] openapi types for better codegen by [@jeffchuber](https://togithub.com/jeffchuber) in [https://github.com/chroma-core/chroma/pull/2416](https://togithub.com/chroma-core/chroma/pull/2416)
- \[BLD] use Depot by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2414](https://togithub.com/chroma-core/chroma/pull/2414)
- \[CLN] Remove test file by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2423](https://togithub.com/chroma-core/chroma/pull/2423)
- \[TST] Property Test Generation Fixes by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2383](https://togithub.com/chroma-core/chroma/pull/2383)
- \[PERF] Use binary search in positional posting list by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2424](https://togithub.com/chroma-core/chroma/pull/2424)
- \[ENH] add image tags to db migration jobs by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2425](https://togithub.com/chroma-core/chroma/pull/2425)
- \[ENH] Add sync point to test_filtering + fix issues by [@sanketkedia](https://togithub.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2388](https://togithub.com/chroma-core/chroma/pull/2388)
- \[ENH] clean up component channels by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2429](https://togithub.com/chroma-core/chroma/pull/2429)
- \[ENH] Add collection repr by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2433](https://togithub.com/chroma-core/chroma/pull/2433)
- \[BUG] Ensure arrow sizing is correct / 64 byte aligned by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2426](https://togithub.com/chroma-core/chroma/pull/2426)
- \[PERF] Use orjson in client by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2434](https://togithub.com/chroma-core/chroma/pull/2434)
- \[ENH] add (optional) request/reply semantics for component handlers by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2428](https://togithub.com/chroma-core/chroma/pull/2428)
- \[ENH] Configurable block size by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2439](https://togithub.com/chroma-core/chroma/pull/2439)
- \[ENH] Fix issues + add sync point to test embeddings by [@sanketkedia](https://togithub.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2397](https://togithub.com/chroma-core/chroma/pull/2397)
- \[BUG]: Compatibility for `included` for 0.5.0 and earlier by [@tazarov](https://togithub.com/tazarov) in [https://github.com/chroma-core/chroma/pull/2445](https://togithub.com/chroma-core/chroma/pull/2445)
- \[ENH] Read from hnsw cache by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2443](https://togithub.com/chroma-core/chroma/pull/2443)
- \[BUG] Log purge off by one by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2436](https://togithub.com/chroma-core/chroma/pull/2436)
- \[BUG] fix consumable join handle panicking after clone by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2448](https://togithub.com/chroma-core/chroma/pull/2448)
- \[ENH] S3 Retry by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2457](https://togithub.com/chroma-core/chroma/pull/2457)
- \[ENH] Compaction error replies by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2456](https://togithub.com/chroma-core/chroma/pull/2456)
- \[BUG] Allow hnswlinb to single record persist test by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2449](https://togithub.com/chroma-core/chroma/pull/2449)
- \[BUG] debug docs search by [@jeffchuber](https://togithub.com/jeffchuber) in [https://github.com/chroma-core/chroma/pull/2460](https://togithub.com/chroma-core/chroma/pull/2460)
- \[ENH] Support metadata update to value of different type by [@sanketkedia](https://togithub.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2463](https://togithub.com/chroma-core/chroma/pull/2463)
- \[BLD] Pin Jaeger version by [@sanketkedia](https://togithub.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2465](https://togithub.com/chroma-core/chroma/pull/2465)
- \[BLD] Service logs as artifacts by [@sanketkedia](https://togithub.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2464](https://togithub.com/chroma-core/chroma/pull/2464)
- \[CLN] Compactor should tolerate all errors or panic by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2467](https://togithub.com/chroma-core/chroma/pull/2467)
- \[CLN] Don't trace expected error case by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2468](https://togithub.com/chroma-core/chroma/pull/2468)
- \[BUG]: Thin client imports by [@tazarov](https://togithub.com/tazarov) in [https://github.com/chroma-core/chroma/pull/2466](https://togithub.com/chroma-core/chroma/pull/2466)
- \[CLN] Increasing timeouts && S3 storage error tracing by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2471](https://togithub.com/chroma-core/chroma/pull/2471)
- \[CLN] Make memberlist reset() not wait longer than it needs to by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2473](https://togithub.com/chroma-core/chroma/pull/2473)
- \[CLN] ServerAPI to use Collection model by [@atroyn](https://togithub.com/atroyn) in [https://github.com/chroma-core/chroma/pull/2300](https://togithub.com/chroma-core/chroma/pull/2300)
- \[ENH] Collection Configuration Storage by [@atroyn](https://togithub.com/atroyn) in [https://github.com/chroma-core/chroma/pull/2338](https://togithub.com/chroma-core/chroma/pull/2338)
- \[CLN] component recv message span name by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2475](https://togithub.com/chroma-core/chroma/pull/2475)
- \[BLD] run intensive distributed property tests nightly by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2469](https://togithub.com/chroma-core/chroma/pull/2469)
- \[BUG] Make go sysdb return created flag. Respect created flag by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2476](https://togithub.com/chroma-core/chroma/pull/2476)
- \[TST] ML sleep by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2480](https://togithub.com/chroma-core/chroma/pull/2480)
- \[CHORE] Add tracing for task names, materialize logs tracing, and pull logs count by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2479](https://togithub.com/chroma-core/chroma/pull/2479)
- \[BLD] fix docs preview trigger by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2481](https://togithub.com/chroma-core/chroma/pull/2481)
- \[ENH] catch panics in handlers by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2442](https://togithub.com/chroma-core/chroma/pull/2442)
- \[BUG] Fix 3.12 cross version persist tests by building the wheel manu⦠by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2482](https://togithub.com/chroma-core/chroma/pull/2482)
- \[CHORE] Add tracing to blockfile gets by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2485](https://togithub.com/chroma-core/chroma/pull/2485)
- \[BUG] Fix add -> wait for compaction -> delete -> add case by [@sanketkedia](https://togithub.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2474](https://togithub.com/chroma-core/chroma/pull/2474)
- \[CLN] LogRecord TypedDict attr name incorrect by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2486](https://togithub.com/chroma-core/chroma/pull/2486)
- \[CLN]: Replacing FastAPI HTTPException with custom ChromaAuthError in basic/token auth by [@tazarov](https://togithub.com/tazarov) in [https://github.com/chroma-core/chroma/pull/2477](https://togithub.com/chroma-core/chroma/pull/2477)
- \[ENH] catch panics in task operators by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2450](https://togithub.com/chroma-core/chroma/pull/2450)
- \[RELEASE] Release 0.5.4. Pin hnswlib upgrade. Configuration b/w compat. by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2496](https://togithub.com/chroma-core/chroma/pull/2496)
- \[BUG]\[TST] Fix thin client package test by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2497](https://togithub.com/chroma-core/chroma/pull/2497)
#### New Contributors
- [@imaffe](https://togithub.com/imaffe) made their first contribution in [https://github.com/chroma-core/chroma/pull/2386](https://togithub.com/chroma-core/chroma/pull/2386)
- [@nablabits](https://togithub.com/nablabits) made their first contribution in [https://github.com/chroma-core/chroma/pull/2034](https://togithub.com/chroma-core/chroma/pull/2034)
- [@zacatac](https://togithub.com/zacatac) made their first contribution in [https://github.com/chroma-core/chroma/pull/2387](https://togithub.com/chroma-core/chroma/pull/2387)
**Full Changelog**: https://github.com/chroma-core/chroma/compare/0.5.3...0.5.4
tiangolo/fastapi (fastapi)
### [`v0.111.1`](https://togithub.com/tiangolo/fastapi/releases/tag/0.111.1)
[Compare Source](https://togithub.com/tiangolo/fastapi/compare/0.111.0...0.111.1)
##### Upgrades
- β Remove `orjson` and `ujson` from default dependencies. PR [#11842](https://togithub.com/tiangolo/fastapi/pull/11842) by [@tiangolo](https://togithub.com/tiangolo).
- These dependencies are still installed when you install with `pip install "fastapi[all]"`. But they not included in `pip install fastapi`.
- π Restored Swagger-UI links to use the latest version possible. PR [#11459](https://togithub.com/tiangolo/fastapi/pull/11459) by [@UltimateLobster](https://togithub.com/UltimateLobster).
##### Docs
- βοΈ Rewording in `docs/en/docs/fastapi-cli.md`. PR [#11716](https://togithub.com/tiangolo/fastapi/pull/11716) by [@alejsdev](https://togithub.com/alejsdev).
- π Update Hypercorn links in all the docs. PR [#11744](https://togithub.com/tiangolo/fastapi/pull/11744) by [@kittydoor](https://togithub.com/kittydoor).
- π Update docs with Ariadne reference from Starlette to FastAPI. PR [#11797](https://togithub.com/tiangolo/fastapi/pull/11797) by [@DamianCzajkowski](https://togithub.com/DamianCzajkowski).
- π Update fastapi instrumentation external link. PR [#11317](https://togithub.com/tiangolo/fastapi/pull/11317) by [@softwarebloat](https://togithub.com/softwarebloat).
- βοΈ Fix links to alembic example repo in docs. PR [#11628](https://togithub.com/tiangolo/fastapi/pull/11628) by [@augiwan](https://togithub.com/augiwan).
- βοΈ Update `docs/en/docs/fastapi-cli.md`. PR [#11715](https://togithub.com/tiangolo/fastapi/pull/11715) by [@alejsdev](https://togithub.com/alejsdev).
- π Update External Links . PR [#11500](https://togithub.com/tiangolo/fastapi/pull/11500) by [@devon2018](https://togithub.com/devon2018).
- π Add External Link: Tutorial de FastAPI, ΒΏel mejor framework de Python?. PR [#11618](https://togithub.com/tiangolo/fastapi/pull/11618) by [@EduardoZepeda](https://togithub.com/EduardoZepeda).
- π Fix typo in `docs/en/docs/tutorial/body-multiple-params.md`. PR [#11698](https://togithub.com/tiangolo/fastapi/pull/11698) by [@mwb-u](https://togithub.com/mwb-u).
- π Add External Link: Deploy a Serverless FastAPI App with Neon Postgres and AWS App Runner at any scale. PR [#11633](https://togithub.com/tiangolo/fastapi/pull/11633) by [@ananis25](https://togithub.com/ananis25).
- π Update `security/first-steps.md`. PR [#11674](https://togithub.com/tiangolo/fastapi/pull/11674) by [@alejsdev](https://togithub.com/alejsdev).
- π Update `security/first-steps.md`. PR [#11673](https://togithub.com/tiangolo/fastapi/pull/11673) by [@alejsdev](https://togithub.com/alejsdev).
- π Update note in `path-params-numeric-validations.md`. PR [#11672](https://togithub.com/tiangolo/fastapi/pull/11672) by [@alejsdev](https://togithub.com/alejsdev).
- π Tweak intro docs about `Annotated` and `Query()` params. PR [#11664](https://togithub.com/tiangolo/fastapi/pull/11664) by [@tiangolo](https://togithub.com/tiangolo).
- π Update JWT auth documentation to use PyJWT instead of pyhon-jose. PR [#11589](https://togithub.com/tiangolo/fastapi/pull/11589) by [@estebanx64](https://togithub.com/estebanx64).
- π Update docs. PR [#11603](https://togithub.com/tiangolo/fastapi/pull/11603) by [@alejsdev](https://togithub.com/alejsdev).
- βοΈ Fix typo: convert every 're-use' to 'reuse'.. PR [#11598](https://togithub.com/tiangolo/fastapi/pull/11598) by [@hasansezertasan](https://togithub.com/hasansezertasan).
- βοΈ Fix typo in `fastapi/applications.py`. PR [#11593](https://togithub.com/tiangolo/fastapi/pull/11593) by [@petarmaric](https://togithub.com/petarmaric).
- βοΈ Fix link in `fastapi-cli.md`. PR [#11524](https://togithub.com/tiangolo/fastapi/pull/11524) by [@svlandeg](https://togithub.com/svlandeg).
##### Translations
- π Add Spanish translation for `docs/es/docs/how-to/graphql.md`. PR [#11697](https://togithub.com/tiangolo/fastapi/pull/11697) by [@camigomezdev](https://togithub.com/camigomezdev).
- π Add Portuguese translation for `docs/pt/docs/reference/index.md`. PR [#11840](https://togithub.com/tiangolo/fastapi/pull/11840) by [@lucasbalieiro](https://togithub.com/lucasbalieiro).
- π Fix link in German translation. PR [#11836](https://togithub.com/tiangolo/fastapi/pull/11836) by [@anitahammer](https://togithub.com/anitahammer).
- π Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/sub-dependencies.md`. PR [#11792](https://togithub.com/tiangolo/fastapi/pull/11792) by [@Joao-Pedro-P-Holanda](https://togithub.com/Joao-Pedro-P-Holanda).
- π Add Turkish translation for `docs/tr/docs/tutorial/request-forms.md`. PR [#11553](https://togithub.com/tiangolo/fastapi/pull/11553) by [@hasansezertasan](https://togithub.com/hasansezertasan).
- π Add Portuguese translation for `docs/pt/docs/reference/exceptions.md`. PR [#11834](https://togithub.com/tiangolo/fastapi/pull/11834) by [@lucasbalieiro](https://togithub.com/lucasbalieiro).
- π Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/global-dependencies.md`. PR [#11826](https://togithub.com/tiangolo/fastapi/pull/11826) by [@Joao-Pedro-P-Holanda](https://togithub.com/Joao-Pedro-P-Holanda).
- π Add Portuguese translation for `docs/pt/docs/how-to/general.md`. PR [#11825](https://togithub.com/tiangolo/fastapi/pull/11825) by [@lucasbalieiro](https://togithub.com/lucasbalieiro).
- π Add Portuguese translation for `docs/pt/docs/advanced/async-tests.md`. PR [#11808](https://togithub.com/tiangolo/fastapi/pull/11808) by [@ceb10n](https://togithub.com/ceb10n).
- π Add Ukrainian translation for `docs/uk/docs/tutorial/first-steps.md`. PR [#11809](https://togithub.com/tiangolo/fastapi/pull/11809) by [@vkhoroshchak](https://togithub.com/vkhoroshchak).
- π Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/dependencies-in-path-operation-operators.md`. PR [#11804](https://togithub.com/tiangolo/fastapi/pull/11804) by [@Joao-Pedro-P-Holanda](https://togithub.com/Joao-Pedro-P-Holanda).
- π Add Chinese translation for `docs/zh/docs/fastapi-cli.md`. PR [#11786](https://togithub.com/tiangolo/fastapi/pull/11786) by [@logan2d5](https://togithub.com/logan2d5).
- π Add Portuguese translation for `docs/pt/docs/advanced/openapi-webhooks.md`. PR [#11791](https://togithub.com/tiangolo/fastapi/pull/11791) by [@ceb10n](https://togithub.com/ceb10n).
- π Update Chinese translation for `docs/tutorial/security/oauth2-jwt.md`. PR [#11781](https://togithub.com/tiangolo/fastapi/pull/11781) by [@logan2d5](https://togithub.com/logan2d5).
- π Fix image missing in French translation for `docs/fr/docs/async.md` . PR [#11787](https://togithub.com/tiangolo/fastapi/pull/11787) by [@pe-brian](https://togithub.com/pe-brian).
- π Add Portuguese translation for `docs/pt/docs/advanced/advanced-dependencies.md`. PR [#11775](https://togithub.com/tiangolo/fastapi/pull/11775) by [@ceb10n](https://togithub.com/ceb10n).
- π Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/classes-as-dependencies.md`. PR [#11768](https://togithub.com/tiangolo/fastapi/pull/11768) by [@Joao-Pedro-P-Holanda](https://togithub.com/Joao-Pedro-P-Holanda).
- π Add Portuguese translation for `docs/pt/docs/advanced/additional-status-codes.md`. PR [#11753](https://togithub.com/tiangolo/fastapi/pull/11753) by [@ceb10n](https://togithub.com/ceb10n).
- π Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/index.md`. PR [#11757](https://togithub.com/tiangolo/fastapi/pull/11757) by [@Joao-Pedro-P-Holanda](https://togithub.com/Joao-Pedro-P-Holanda).
- π Add Portuguese translation for `docs/pt/docs/advanced/settings.md`. PR [#11739](https://togithub.com/tiangolo/fastapi/pull/11739) by [@Joao-Pedro-P-Holanda](https://togithub.com/Joao-Pedro-P-Holanda).
- π Add French translation for `docs/fr/docs/learn/index.md`. PR [#11712](https://togithub.com/tiangolo/fastapi/pull/11712) by [@benjaminvandammeholberton](https://togithub.com/benjaminvandammeholberton).
- π Add Portuguese translation for `docs/pt/docs/how-to/index.md`. PR [#11731](https://togithub.com/tiangolo/fastapi/pull/11731) by [@vhsenna](https://togithub.com/vhsenna).
- π Add Portuguese translation for `docs/pt/docs/advanced/additional-responses.md`. PR [#11736](https://togithub.com/tiangolo/fastapi/pull/11736) by [@ceb10n](https://togithub.com/ceb10n).
- π Add Portuguese translation for `docs/pt/docs/advanced/benchmarks.md`. PR [#11713](https://togithub.com/tiangolo/fastapi/pull/11713) by [@ceb10n](https://togithub.com/ceb10n).
- π Fix Korean translation for `docs/ko/docs/tutorial/response-status-code.md`. PR [#11718](https://togithub.com/tiangolo/fastapi/pull/11718) by [@nayeonkinn](https://togithub.com/nayeonkinn).
- π Add Korean translation for `docs/ko/docs/tutorial/extra-data-types.md`. PR [#11711](https://togithub.com/tiangolo/fastapi/pull/11711) by [@nayeonkinn](https://togithub.com/nayeonkinn).
- π Fix Korean translation for `docs/ko/docs/tutorial/body-nested-models.md`. PR [#11710](https://togithub.com/tiangolo/fastapi/pull/11710) by [@nayeonkinn](https://togithub.com/nayeonkinn).
- π Add Portuguese translation for `docs/pt/docs/advanced/fastapi-cli.md`. PR [#11641](https://togithub.com/tiangolo/fastapi/pull/11641) by [@ayr-ton](https://togithub.com/ayr-ton).
- π Add Traditional Chinese translation for `docs/zh-hant/docs/fastapi-people.md`. PR [#11639](https://togithub.com/tiangolo/fastapi/pull/11639) by [@hsuanchi](https://togithub.com/hsuanchi).
- π Add Turkish translation for `docs/tr/docs/advanced/index.md`. PR [#11606](https://togithub.com/tiangolo/fastapi/pull/11606) by [@hasansezertasan](https://togithub.com/hasansezertasan).
- π Add Turkish translation for `docs/tr/docs/deployment/cloud.md`. PR [#11610](https://togithub.com/tiangolo/fastapi/pull/11610) by [@hasansezertasan](https://togithub.com/hasansezertasan).
- π Add Turkish translation for `docs/tr/docs/advanced/security/index.md`. PR [#11609](https://togithub.com/tiangolo/fastapi/pull/11609) by [@hasansezertasan](https://togithub.com/hasansezertasan).
- π Add Turkish translation for `docs/tr/docs/advanced/testing-websockets.md`. PR [#11608](https://togithub.com/tiangolo/fastapi/pull/11608) by [@hasansezertasan](https://togithub.com/hasansezertasan).
- π Add Turkish translation for `docs/tr/docs/how-to/general.md`. PR [#11607](https://togithub.com/tiangolo/fastapi/pull/11607) by [@hasansezertasan](https://togithub.com/hasansezertasan).
- π Update Chinese translation for `docs/zh/docs/advanced/templates.md`. PR [#11620](https://togithub.com/tiangolo/fastapi/pull/11620) by [@chaoless](https://togithub.com/chaoless).
- π Add Turkish translation for `docs/tr/docs/deployment/index.md`. PR [#11605](https://togithub.com/tiangolo/fastapi/pull/11605) by [@hasansezertasan](https://togithub.com/hasansezertasan).
- π Add Turkish translation for `docs/tr/docs/tutorial/static-files.md`. PR [#11599](https://togithub.com/tiangolo/fastapi/pull/11599) by [@hasansezertasan](https://togithub.com/hasansezertasan).
- π Polish translation for `docs/pl/docs/fastapi-people.md`. PR [#10196](https://togithub.com/tiangolo/fastapi/pull/10196) by [@isulim](https://togithub.com/isulim).
- π Add Turkish translation for `docs/tr/docs/advanced/wsgi.md`. PR [#11575](https://togithub.com/tiangolo/fastapi/pull/11575) by [@hasansezertasan](https://togithub.com/hasansezertasan).
- π Add Turkish translation for `docs/tr/docs/tutorial/cookie-params.md`. PR [#11561](https://togithub.com/tiangolo/fastapi/pull/11561) by [@hasansezertasan](https://togithub.com/hasansezertasan).
- π Add Russian translation for `docs/ru/docs/about/index.md`. PR [#10961](https://togithub.com/tiangolo/fastapi/pull/10961) by [@s111d](https://togithub.com/s111d).
- π Update Chinese translation for `docs/zh/docs/tutorial/sql-databases.md`. PR [#11539](https://togithub.com/tiangolo/fastapi/pull/11539) by [@chaoless](https://togithub.com/chaoless).
- π Add Chinese translation for `docs/zh/docs/how-to/configure-swagger-ui.md`. PR [#11501](https://togithub.com/tiangolo/fastapi/pull/11501) by [@Lucas-lyh](https://togithub.com/Lucas-lyh).
- π Update Chinese translation for `/docs/advanced/security/http-basic-auth.md`. PR [#11512](https://togithub.com/tiangolo/fastapi/pull/11512) by [@nick-cjyx9](https://togithub.com/nick-cjyx9).
##### Internal
- β»οΈ Simplify internal docs script. PR [#11777](https://togithub.com/tiangolo/fastapi/pull/11777) by [@gitworkflows](https://togithub.com/gitworkflows).
- π§ Update sponsors: add Fine. PR [#11784](https://togithub.com/tiangolo/fastapi/pull/11784) by [@tiangolo](https://togithub.com/tiangolo).
- π§ Tweak sponsors: Kong URL. PR [#11765](https://togithub.com/tiangolo/fastapi/pull/11765) by [@tiangolo](https://togithub.com/tiangolo).
- π§ Tweak sponsors: Kong URL. PR [#11764](https://togithub.com/tiangolo/fastapi/pull/11764) by [@tiangolo](https://togithub.com/tiangolo).
- π§ Update sponsors, add Stainless. PR [#11763](https://togithub.com/tiangolo/fastapi/pull/11763) by [@tiangolo](https://togithub.com/tiangolo).
- π§ Update sponsors, add Zuplo. PR [#11729](https://togithub.com/tiangolo/fastapi/pull/11729) by [@tiangolo](https://togithub.com/tiangolo).
- π§ Update Sponsor link: Coherence. PR [#11730](https://togithub.com/tiangolo/fastapi/pull/11730) by [@tiangolo](https://togithub.com/tiangolo).
- π₯ Update FastAPI People. PR [#11669](https://togithub.com/tiangolo/fastapi/pull/11669) by [@tiangolo](https://togithub.com/tiangolo).
- π§ Add sponsor Kong. PR [#11662](https://togithub.com/tiangolo/fastapi/pull/11662) by [@tiangolo](https://togithub.com/tiangolo).
- π· Update Smokeshow, fix sync download artifact and smokeshow configs. PR [#11563](https://togithub.com/tiangolo/fastapi/pull/11563) by [@tiangolo](https://togithub.com/tiangolo).
- π· Update Smokeshow download artifact GitHub Action. PR [#11562](https://togithub.com/tiangolo/fastapi/pull/11562) by [@tiangolo](https://togithub.com/tiangolo).
- π· Update GitHub actions to download and upload artifacts to v4, for docs and coverage. PR [#11550](https://togithub.com/tiangolo/fastapi/pull/11550) by [@tamird](https://togithub.com/tamird).
- π· Tweak CI for test-redistribute, add needed env vars for slim. PR [#11549](https://togithub.com/tiangolo/fastapi/pull/11549) by [@tiangolo](https://togithub.com/tiangolo).
- π₯ Update FastAPI People. PR [#11511](https://togithub.com/tiangolo/fastapi/pull/11511) by [@tiangolo](https://togithub.com/tiangolo).
fsspec/filesystem_spec (fsspec)
### [`v2024.6.1`](https://togithub.com/fsspec/filesystem_spec/compare/2024.6.0...2024.6.1)
[Compare Source](https://togithub.com/fsspec/filesystem_spec/compare/2024.6.0...2024.6.1)
abetlen/llama-cpp-python (llama-cpp-python)
### [`v0.2.82`](https://togithub.com/abetlen/llama-cpp-python/blob/HEAD/CHANGELOG.md#0282)
[Compare Source](https://togithub.com/abetlen/llama-cpp-python/compare/v0.2.81...v0.2.82)
- feat: Update llama.cpp to [ggerganov/llama.cpp@`7fdb6f7`](https://togithub.com/ggerganov/llama.cpp/commit/7fdb6f73e35605c8dbc39e9f19cd9ed84dbc87f2)
### [`v0.2.81`](https://togithub.com/abetlen/llama-cpp-python/blob/HEAD/CHANGELOG.md#0281)
[Compare Source](https://togithub.com/abetlen/llama-cpp-python/compare/v0.2.80...v0.2.81)
- feat: Update llama.cpp to [ggerganov/llama.cpp@`9689673`](https://togithub.com/ggerganov/llama.cpp/commit/968967376dc2c018d29f897c4883d335bbf384fb)
- fix(ci): Fix CUDA wheels, use LLAMA_CUDA instead of removed LLAMA_CUBLAS by [@abetlen](https://togithub.com/abetlen) in [`4fb6fc1`](https://togithub.com/abetlen/llama-cpp-python/commit/4fb6fc12a02a68884c25dd9f6a421cacec7604c6)
- fix(ci): Fix MacOS release, use macos-12 image instead of removed macos-11 by [@abetlen](https://togithub.com/abetlen) in [`3a551eb`](https://togithub.com/abetlen/llama-cpp-python/commit/3a551eb5263fdbd24b36d7770856374c04e92788)
### [`v0.2.80`](https://togithub.com/abetlen/llama-cpp-python/blob/HEAD/CHANGELOG.md#0280)
[Compare Source](https://togithub.com/abetlen/llama-cpp-python/compare/v0.2.79...v0.2.80)
- feat: Update llama.cpp to [ggerganov/llama.cpp@`023b880`](https://togithub.com/ggerganov/llama.cpp/commit/023b8807e10bc3ade24a255f01c1ad2a01bb4228)
- fix(server): Fix bug in FastAPI streaming response where dependency was released before request completes causing SEGFAULT by [@abetlen](https://togithub.com/abetlen) in [`296304b`](https://togithub.com/abetlen/llama-cpp-python/commit/296304b60bb83689659883c9cc24f4c074dd88ff)
- fix(server): Update default config value for embeddings to False to fix error in text generation where logits were not allocated by llama.cpp by [@abetlen](https://togithub.com/abetlen) in [`bf5e0bb`](https://togithub.com/abetlen/llama-cpp-python/commit/bf5e0bb4b151f4ca2f5a21af68eb832a96a79d75)
- fix(ci): Fix the CUDA workflow by [@oobabooga](https://togithub.com/oobabooga) in [#1551](https://togithub.com/abetlen/llama-cpp-python/issues/1551)
- docs: Update readme examples to use newer Qwen2 model by [@jncraton](https://togithub.com/jncraton) in [#1544](https://togithub.com/abetlen/llama-cpp-python/issues/1544)
ijl/orjson (orjson)
### [`v3.10.6`](https://togithub.com/ijl/orjson/blob/HEAD/CHANGELOG.md#3106---2024-07-02)
[Compare Source](https://togithub.com/ijl/orjson/compare/3.10.5...3.10.6)
##### Changed
- Improve performance.
encode/uvicorn (uvicorn)
### [`v0.30.3`](https://togithub.com/encode/uvicorn/blob/HEAD/CHANGELOG.md#0303-2024-07-20)
[Compare Source](https://togithub.com/encode/uvicorn/compare/0.30.2...0.30.3)
##### Fixed
- Suppress `KeyboardInterrupt` from CLI and programmatic usage ([#2384](https://togithub.com/encode/uvicorn/issues/2384))
- `ClientDisconnect` inherits from `OSError` instead of `IOError` ([#2393](https://togithub.com/encode/uvicorn/issues/2393))
### [`v0.30.2`](https://togithub.com/encode/uvicorn/blob/HEAD/CHANGELOG.md#0302-2024-07-20)
[Compare Source](https://togithub.com/encode/uvicorn/compare/0.30.1...0.30.2)
##### Added
- Add `reason` support to [`websocket.disconnect`](https://asgi.readthedocs.io/en/latest/specs/www.html#disconnect-receive-event-ws) event ([#2324](https://togithub.com/encode/uvicorn/issues/2324))
##### Fixed
- Iterate subprocesses in-place on the process manager ([#2373](https://togithub.com/encode/uvicorn/issues/2373))
Configuration
π Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
==1.24.5
->==1.24.7
v5.1.0
->v5.1.1
==0.5.3
->==0.5.4
==0.111.0
->==0.111.1
==2024.6.0
->==2024.6.1
==0.2.79
->==0.2.82
==3.10.5
->==3.10.6
1-66
->1-66.1720018730
==0.30.1
->==0.30.3
Release Notes
pymupdf/pymupdf (PyMuPDF)
### [`v1.24.7`](https://togithub.com/pymupdf/PyMuPDF/releases/tag/1.24.7): PyMuPDF-1.24.7 released [Compare Source](https://togithub.com/pymupdf/pymupdf/compare/1.24.6...1.24.7) PyMuPDF-1.24.7 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.7 (2024-06-26)** - Fixed issues: - **Fixed** [#3615](https://togithub.com/pymupdf/pymupdf/issues/3615) - **Fixed** [#3616](https://togithub.com/pymupdf/pymupdf/issues/3616) ### [`v1.24.6`](https://togithub.com/pymupdf/PyMuPDF/releases/tag/1.24.6): PyMuPDF-1.24.6 released [Compare Source](https://togithub.com/pymupdf/pymupdf/compare/1.24.5...1.24.6) PyMuPDF-1.24.6 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.6 (2024-06-25)** - Fixed issues: - **Fixed** [#3599](https://togithub.com/pymupdf/pymupdf/issues/3599) - **Fixed** [#3594](https://togithub.com/pymupdf/pymupdf/issues/3594) - **Fixed** [#3591](https://togithub.com/pymupdf/pymupdf/issues/3591) - **Fixed** [#3561](https://togithub.com/pymupdf/pymupdf/issues/3561) - **Fixed** [#3559](https://togithub.com/pymupdf/pymupdf/issues/3559) - **Fixed** [#3539](https://togithub.com/pymupdf/pymupdf/issues/3539) - **Fixed** [#3519](https://togithub.com/pymupdf/pymupdf/issues/3519) - **Fixed** [#3510](https://togithub.com/pymupdf/pymupdf/issues/3510) - **Fixed** [#3494](https://togithub.com/pymupdf/pymupdf/issues/3494) - **Fixed** [#3470](https://togithub.com/pymupdf/pymupdf/issues/3470) - **Fixed** [#3400](https://togithub.com/pymupdf/pymupdf/issues/3400) - **Fixed** [#3347](https://togithub.com/pymupdf/pymupdf/issues/3347) - **Fixed** [#3237](https://togithub.com/pymupdf/pymupdf/issues/3237) - **Fixed** [#3493](https://togithub.com/pymupdf/pymupdf/issues/3493) - Other: - Fixed concurrent use of PyMuPDF caused by use of constant temporary filenames. - Add musllinux x86\_64 wheels to release. - Added clearer version information: - `pymupdf.pymupdf_version`. - `pymupdf.mupdf_version`. - `pymupdf.pymupdf_date`.actions/setup-python (actions/setup-python)
### [`v5.1.1`](https://togithub.com/actions/setup-python/releases/tag/v5.1.1) [Compare Source](https://togithub.com/actions/setup-python/compare/v5.1.0...v5.1.1) ##### What's Changed ##### Bug fixes: - fix(ci): update all failing workflows by [@mayeut](https://togithub.com/mayeut) in [https://github.com/actions/setup-python/pull/863](https://togithub.com/actions/setup-python/pull/863) This update ensures compatibility and optimal performance of workflows on the latest macOS version. ##### Documentation changes: - Documentation update for cache by [@gowridurgad](https://togithub.com/gowridurgad) in [https://github.com/actions/setup-python/pull/873](https://togithub.com/actions/setup-python/pull/873) ##### Dependency updates: - Bump braces from 3.0.2 to 3.0.3 and undici from 5.28.3 to 5.28.4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/actions/setup-python/pull/893](https://togithub.com/actions/setup-python/pull/893) ##### New Contributors - [@gowridurgad](https://togithub.com/gowridurgad) made their first contribution in [https://github.com/actions/setup-python/pull/873](https://togithub.com/actions/setup-python/pull/873) **Full Changelog**: https://github.com/actions/setup-python/compare/v5...v5.1.1chroma-core/chroma (chromadb)
### [`v0.5.4`](https://togithub.com/chroma-core/chroma/releases/tag/0.5.4) [Compare Source](https://togithub.com/chroma-core/chroma/compare/0.5.3...0.5.4) Version: `0.5.4` Git ref: `refs/tags/0.5.4` Build Date: `2024-07-11T02:31` PIP Package: `chroma-0.5.4.tar.gz` Github Container Registry Image: `ghcr.io/chroma-core/chroma:0.5.4` DockerHub Image: `chromadb/chroma:0.5.4` #### What's Changed - \[ENH] Timeout log client by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2369](https://togithub.com/chroma-core/chroma/pull/2369) - \[ENH] Timeout for s3 storage by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2370](https://togithub.com/chroma-core/chroma/pull/2370) - \[ENH] Add timeout for sysdb client. Also add interceptor by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2371](https://togithub.com/chroma-core/chroma/pull/2371) - \[ENH] use httpx over requests by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2336](https://togithub.com/chroma-core/chroma/pull/2336) - \[BLD] Fix for JS package in GH by [@tazarov](https://togithub.com/tazarov) in [https://github.com/chroma-core/chroma/pull/2345](https://togithub.com/chroma-core/chroma/pull/2345) - \[ENH] Enable test_embeddings by [@sanketkedia](https://togithub.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2376](https://togithub.com/chroma-core/chroma/pull/2376) - \[ENH] Emulate sqlite fts in brute force metadata filtering by [@sanketkedia](https://togithub.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2366](https://togithub.com/chroma-core/chroma/pull/2366) - \[ENH] handle panics in query service by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2375](https://togithub.com/chroma-core/chroma/pull/2375) - \[BUG]: Fix cross version compatibility 0.5.0 or lower with 0.5.1+ by [@tazarov](https://togithub.com/tazarov) in [https://github.com/chroma-core/chroma/pull/2378](https://togithub.com/chroma-core/chroma/pull/2378) - \[DOC]: Fix a typo in comment section in chromadb/db/system.py by [@imaffe](https://togithub.com/imaffe) in [https://github.com/chroma-core/chroma/pull/2386](https://togithub.com/chroma-core/chroma/pull/2386) - \[ENH] 1965 Split up embedding functions by [@nablabits](https://togithub.com/nablabits) in [https://github.com/chroma-core/chroma/pull/2034](https://togithub.com/chroma-core/chroma/pull/2034) - \[ENH] Min compaction size by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2346](https://togithub.com/chroma-core/chroma/pull/2346) - \[ENH] add panics to tracing by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2382](https://togithub.com/chroma-core/chroma/pull/2382) - \[BLD] deploy preview of docs in PRs by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2391](https://togithub.com/chroma-core/chroma/pull/2391) - \[BLD] remove old artifacts from bleeding release by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2392](https://togithub.com/chroma-core/chroma/pull/2392) - Revert "\[ENH] 1965 Split up embedding functions" by [@atroyn](https://togithub.com/atroyn) in [https://github.com/chroma-core/chroma/pull/2394](https://togithub.com/chroma-core/chroma/pull/2394) - \[BUG] 1965 Split up embedding functions - Redux by [@atroyn](https://togithub.com/atroyn) in [https://github.com/chroma-core/chroma/pull/2395](https://togithub.com/chroma-core/chroma/pull/2395) - \[DOC] fix: add github link and update discord invite link by [@zacatac](https://togithub.com/zacatac) in [https://github.com/chroma-core/chroma/pull/2387](https://togithub.com/chroma-core/chroma/pull/2387) - \[BUG] debug proto not included in release by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2411](https://togithub.com/chroma-core/chroma/pull/2411) - \[BLD] slight speed up by caching built Rust dependencies by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2413](https://togithub.com/chroma-core/chroma/pull/2413) - \[ENH] openapi types for better codegen by [@jeffchuber](https://togithub.com/jeffchuber) in [https://github.com/chroma-core/chroma/pull/2416](https://togithub.com/chroma-core/chroma/pull/2416) - \[BLD] use Depot by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2414](https://togithub.com/chroma-core/chroma/pull/2414) - \[CLN] Remove test file by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2423](https://togithub.com/chroma-core/chroma/pull/2423) - \[TST] Property Test Generation Fixes by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2383](https://togithub.com/chroma-core/chroma/pull/2383) - \[PERF] Use binary search in positional posting list by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2424](https://togithub.com/chroma-core/chroma/pull/2424) - \[ENH] add image tags to db migration jobs by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2425](https://togithub.com/chroma-core/chroma/pull/2425) - \[ENH] Add sync point to test_filtering + fix issues by [@sanketkedia](https://togithub.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2388](https://togithub.com/chroma-core/chroma/pull/2388) - \[ENH] clean up component channels by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2429](https://togithub.com/chroma-core/chroma/pull/2429) - \[ENH] Add collection repr by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2433](https://togithub.com/chroma-core/chroma/pull/2433) - \[BUG] Ensure arrow sizing is correct / 64 byte aligned by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2426](https://togithub.com/chroma-core/chroma/pull/2426) - \[PERF] Use orjson in client by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2434](https://togithub.com/chroma-core/chroma/pull/2434) - \[ENH] add (optional) request/reply semantics for component handlers by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2428](https://togithub.com/chroma-core/chroma/pull/2428) - \[ENH] Configurable block size by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2439](https://togithub.com/chroma-core/chroma/pull/2439) - \[ENH] Fix issues + add sync point to test embeddings by [@sanketkedia](https://togithub.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2397](https://togithub.com/chroma-core/chroma/pull/2397) - \[BUG]: Compatibility for `included` for 0.5.0 and earlier by [@tazarov](https://togithub.com/tazarov) in [https://github.com/chroma-core/chroma/pull/2445](https://togithub.com/chroma-core/chroma/pull/2445) - \[ENH] Read from hnsw cache by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2443](https://togithub.com/chroma-core/chroma/pull/2443) - \[BUG] Log purge off by one by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2436](https://togithub.com/chroma-core/chroma/pull/2436) - \[BUG] fix consumable join handle panicking after clone by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2448](https://togithub.com/chroma-core/chroma/pull/2448) - \[ENH] S3 Retry by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2457](https://togithub.com/chroma-core/chroma/pull/2457) - \[ENH] Compaction error replies by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2456](https://togithub.com/chroma-core/chroma/pull/2456) - \[BUG] Allow hnswlinb to single record persist test by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2449](https://togithub.com/chroma-core/chroma/pull/2449) - \[BUG] debug docs search by [@jeffchuber](https://togithub.com/jeffchuber) in [https://github.com/chroma-core/chroma/pull/2460](https://togithub.com/chroma-core/chroma/pull/2460) - \[ENH] Support metadata update to value of different type by [@sanketkedia](https://togithub.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2463](https://togithub.com/chroma-core/chroma/pull/2463) - \[BLD] Pin Jaeger version by [@sanketkedia](https://togithub.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2465](https://togithub.com/chroma-core/chroma/pull/2465) - \[BLD] Service logs as artifacts by [@sanketkedia](https://togithub.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2464](https://togithub.com/chroma-core/chroma/pull/2464) - \[CLN] Compactor should tolerate all errors or panic by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2467](https://togithub.com/chroma-core/chroma/pull/2467) - \[CLN] Don't trace expected error case by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2468](https://togithub.com/chroma-core/chroma/pull/2468) - \[BUG]: Thin client imports by [@tazarov](https://togithub.com/tazarov) in [https://github.com/chroma-core/chroma/pull/2466](https://togithub.com/chroma-core/chroma/pull/2466) - \[CLN] Increasing timeouts && S3 storage error tracing by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2471](https://togithub.com/chroma-core/chroma/pull/2471) - \[CLN] Make memberlist reset() not wait longer than it needs to by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2473](https://togithub.com/chroma-core/chroma/pull/2473) - \[CLN] ServerAPI to use Collection model by [@atroyn](https://togithub.com/atroyn) in [https://github.com/chroma-core/chroma/pull/2300](https://togithub.com/chroma-core/chroma/pull/2300) - \[ENH] Collection Configuration Storage by [@atroyn](https://togithub.com/atroyn) in [https://github.com/chroma-core/chroma/pull/2338](https://togithub.com/chroma-core/chroma/pull/2338) - \[CLN] component recv message span name by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2475](https://togithub.com/chroma-core/chroma/pull/2475) - \[BLD] run intensive distributed property tests nightly by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2469](https://togithub.com/chroma-core/chroma/pull/2469) - \[BUG] Make go sysdb return created flag. Respect created flag by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2476](https://togithub.com/chroma-core/chroma/pull/2476) - \[TST] ML sleep by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2480](https://togithub.com/chroma-core/chroma/pull/2480) - \[CHORE] Add tracing for task names, materialize logs tracing, and pull logs count by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2479](https://togithub.com/chroma-core/chroma/pull/2479) - \[BLD] fix docs preview trigger by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2481](https://togithub.com/chroma-core/chroma/pull/2481) - \[ENH] catch panics in handlers by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2442](https://togithub.com/chroma-core/chroma/pull/2442) - \[BUG] Fix 3.12 cross version persist tests by building the wheel manu⦠by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2482](https://togithub.com/chroma-core/chroma/pull/2482) - \[CHORE] Add tracing to blockfile gets by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2485](https://togithub.com/chroma-core/chroma/pull/2485) - \[BUG] Fix add -> wait for compaction -> delete -> add case by [@sanketkedia](https://togithub.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2474](https://togithub.com/chroma-core/chroma/pull/2474) - \[CLN] LogRecord TypedDict attr name incorrect by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2486](https://togithub.com/chroma-core/chroma/pull/2486) - \[CLN]: Replacing FastAPI HTTPException with custom ChromaAuthError in basic/token auth by [@tazarov](https://togithub.com/tazarov) in [https://github.com/chroma-core/chroma/pull/2477](https://togithub.com/chroma-core/chroma/pull/2477) - \[ENH] catch panics in task operators by [@codetheweb](https://togithub.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2450](https://togithub.com/chroma-core/chroma/pull/2450) - \[RELEASE] Release 0.5.4. Pin hnswlib upgrade. Configuration b/w compat. by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2496](https://togithub.com/chroma-core/chroma/pull/2496) - \[BUG]\[TST] Fix thin client package test by [@HammadB](https://togithub.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2497](https://togithub.com/chroma-core/chroma/pull/2497) #### New Contributors - [@imaffe](https://togithub.com/imaffe) made their first contribution in [https://github.com/chroma-core/chroma/pull/2386](https://togithub.com/chroma-core/chroma/pull/2386) - [@nablabits](https://togithub.com/nablabits) made their first contribution in [https://github.com/chroma-core/chroma/pull/2034](https://togithub.com/chroma-core/chroma/pull/2034) - [@zacatac](https://togithub.com/zacatac) made their first contribution in [https://github.com/chroma-core/chroma/pull/2387](https://togithub.com/chroma-core/chroma/pull/2387) **Full Changelog**: https://github.com/chroma-core/chroma/compare/0.5.3...0.5.4tiangolo/fastapi (fastapi)
### [`v0.111.1`](https://togithub.com/tiangolo/fastapi/releases/tag/0.111.1) [Compare Source](https://togithub.com/tiangolo/fastapi/compare/0.111.0...0.111.1) ##### Upgrades - β Remove `orjson` and `ujson` from default dependencies. PR [#11842](https://togithub.com/tiangolo/fastapi/pull/11842) by [@tiangolo](https://togithub.com/tiangolo). - These dependencies are still installed when you install with `pip install "fastapi[all]"`. But they not included in `pip install fastapi`. - π Restored Swagger-UI links to use the latest version possible. PR [#11459](https://togithub.com/tiangolo/fastapi/pull/11459) by [@UltimateLobster](https://togithub.com/UltimateLobster). ##### Docs - βοΈ Rewording in `docs/en/docs/fastapi-cli.md`. PR [#11716](https://togithub.com/tiangolo/fastapi/pull/11716) by [@alejsdev](https://togithub.com/alejsdev). - π Update Hypercorn links in all the docs. PR [#11744](https://togithub.com/tiangolo/fastapi/pull/11744) by [@kittydoor](https://togithub.com/kittydoor). - π Update docs with Ariadne reference from Starlette to FastAPI. PR [#11797](https://togithub.com/tiangolo/fastapi/pull/11797) by [@DamianCzajkowski](https://togithub.com/DamianCzajkowski). - π Update fastapi instrumentation external link. PR [#11317](https://togithub.com/tiangolo/fastapi/pull/11317) by [@softwarebloat](https://togithub.com/softwarebloat). - βοΈ Fix links to alembic example repo in docs. PR [#11628](https://togithub.com/tiangolo/fastapi/pull/11628) by [@augiwan](https://togithub.com/augiwan). - βοΈ Update `docs/en/docs/fastapi-cli.md`. PR [#11715](https://togithub.com/tiangolo/fastapi/pull/11715) by [@alejsdev](https://togithub.com/alejsdev). - π Update External Links . PR [#11500](https://togithub.com/tiangolo/fastapi/pull/11500) by [@devon2018](https://togithub.com/devon2018). - π Add External Link: Tutorial de FastAPI, ΒΏel mejor framework de Python?. PR [#11618](https://togithub.com/tiangolo/fastapi/pull/11618) by [@EduardoZepeda](https://togithub.com/EduardoZepeda). - π Fix typo in `docs/en/docs/tutorial/body-multiple-params.md`. PR [#11698](https://togithub.com/tiangolo/fastapi/pull/11698) by [@mwb-u](https://togithub.com/mwb-u). - π Add External Link: Deploy a Serverless FastAPI App with Neon Postgres and AWS App Runner at any scale. PR [#11633](https://togithub.com/tiangolo/fastapi/pull/11633) by [@ananis25](https://togithub.com/ananis25). - π Update `security/first-steps.md`. PR [#11674](https://togithub.com/tiangolo/fastapi/pull/11674) by [@alejsdev](https://togithub.com/alejsdev). - π Update `security/first-steps.md`. PR [#11673](https://togithub.com/tiangolo/fastapi/pull/11673) by [@alejsdev](https://togithub.com/alejsdev). - π Update note in `path-params-numeric-validations.md`. PR [#11672](https://togithub.com/tiangolo/fastapi/pull/11672) by [@alejsdev](https://togithub.com/alejsdev). - π Tweak intro docs about `Annotated` and `Query()` params. PR [#11664](https://togithub.com/tiangolo/fastapi/pull/11664) by [@tiangolo](https://togithub.com/tiangolo). - π Update JWT auth documentation to use PyJWT instead of pyhon-jose. PR [#11589](https://togithub.com/tiangolo/fastapi/pull/11589) by [@estebanx64](https://togithub.com/estebanx64). - π Update docs. PR [#11603](https://togithub.com/tiangolo/fastapi/pull/11603) by [@alejsdev](https://togithub.com/alejsdev). - βοΈ Fix typo: convert every 're-use' to 'reuse'.. PR [#11598](https://togithub.com/tiangolo/fastapi/pull/11598) by [@hasansezertasan](https://togithub.com/hasansezertasan). - βοΈ Fix typo in `fastapi/applications.py`. PR [#11593](https://togithub.com/tiangolo/fastapi/pull/11593) by [@petarmaric](https://togithub.com/petarmaric). - βοΈ Fix link in `fastapi-cli.md`. PR [#11524](https://togithub.com/tiangolo/fastapi/pull/11524) by [@svlandeg](https://togithub.com/svlandeg). ##### Translations - π Add Spanish translation for `docs/es/docs/how-to/graphql.md`. PR [#11697](https://togithub.com/tiangolo/fastapi/pull/11697) by [@camigomezdev](https://togithub.com/camigomezdev). - π Add Portuguese translation for `docs/pt/docs/reference/index.md`. PR [#11840](https://togithub.com/tiangolo/fastapi/pull/11840) by [@lucasbalieiro](https://togithub.com/lucasbalieiro). - π Fix link in German translation. PR [#11836](https://togithub.com/tiangolo/fastapi/pull/11836) by [@anitahammer](https://togithub.com/anitahammer). - π Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/sub-dependencies.md`. PR [#11792](https://togithub.com/tiangolo/fastapi/pull/11792) by [@Joao-Pedro-P-Holanda](https://togithub.com/Joao-Pedro-P-Holanda). - π Add Turkish translation for `docs/tr/docs/tutorial/request-forms.md`. PR [#11553](https://togithub.com/tiangolo/fastapi/pull/11553) by [@hasansezertasan](https://togithub.com/hasansezertasan). - π Add Portuguese translation for `docs/pt/docs/reference/exceptions.md`. PR [#11834](https://togithub.com/tiangolo/fastapi/pull/11834) by [@lucasbalieiro](https://togithub.com/lucasbalieiro). - π Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/global-dependencies.md`. PR [#11826](https://togithub.com/tiangolo/fastapi/pull/11826) by [@Joao-Pedro-P-Holanda](https://togithub.com/Joao-Pedro-P-Holanda). - π Add Portuguese translation for `docs/pt/docs/how-to/general.md`. PR [#11825](https://togithub.com/tiangolo/fastapi/pull/11825) by [@lucasbalieiro](https://togithub.com/lucasbalieiro). - π Add Portuguese translation for `docs/pt/docs/advanced/async-tests.md`. PR [#11808](https://togithub.com/tiangolo/fastapi/pull/11808) by [@ceb10n](https://togithub.com/ceb10n). - π Add Ukrainian translation for `docs/uk/docs/tutorial/first-steps.md`. PR [#11809](https://togithub.com/tiangolo/fastapi/pull/11809) by [@vkhoroshchak](https://togithub.com/vkhoroshchak). - π Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/dependencies-in-path-operation-operators.md`. PR [#11804](https://togithub.com/tiangolo/fastapi/pull/11804) by [@Joao-Pedro-P-Holanda](https://togithub.com/Joao-Pedro-P-Holanda). - π Add Chinese translation for `docs/zh/docs/fastapi-cli.md`. PR [#11786](https://togithub.com/tiangolo/fastapi/pull/11786) by [@logan2d5](https://togithub.com/logan2d5). - π Add Portuguese translation for `docs/pt/docs/advanced/openapi-webhooks.md`. PR [#11791](https://togithub.com/tiangolo/fastapi/pull/11791) by [@ceb10n](https://togithub.com/ceb10n). - π Update Chinese translation for `docs/tutorial/security/oauth2-jwt.md`. PR [#11781](https://togithub.com/tiangolo/fastapi/pull/11781) by [@logan2d5](https://togithub.com/logan2d5). - π Fix image missing in French translation for `docs/fr/docs/async.md` . PR [#11787](https://togithub.com/tiangolo/fastapi/pull/11787) by [@pe-brian](https://togithub.com/pe-brian). - π Add Portuguese translation for `docs/pt/docs/advanced/advanced-dependencies.md`. PR [#11775](https://togithub.com/tiangolo/fastapi/pull/11775) by [@ceb10n](https://togithub.com/ceb10n). - π Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/classes-as-dependencies.md`. PR [#11768](https://togithub.com/tiangolo/fastapi/pull/11768) by [@Joao-Pedro-P-Holanda](https://togithub.com/Joao-Pedro-P-Holanda). - π Add Portuguese translation for `docs/pt/docs/advanced/additional-status-codes.md`. PR [#11753](https://togithub.com/tiangolo/fastapi/pull/11753) by [@ceb10n](https://togithub.com/ceb10n). - π Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/index.md`. PR [#11757](https://togithub.com/tiangolo/fastapi/pull/11757) by [@Joao-Pedro-P-Holanda](https://togithub.com/Joao-Pedro-P-Holanda). - π Add Portuguese translation for `docs/pt/docs/advanced/settings.md`. PR [#11739](https://togithub.com/tiangolo/fastapi/pull/11739) by [@Joao-Pedro-P-Holanda](https://togithub.com/Joao-Pedro-P-Holanda). - π Add French translation for `docs/fr/docs/learn/index.md`. PR [#11712](https://togithub.com/tiangolo/fastapi/pull/11712) by [@benjaminvandammeholberton](https://togithub.com/benjaminvandammeholberton). - π Add Portuguese translation for `docs/pt/docs/how-to/index.md`. PR [#11731](https://togithub.com/tiangolo/fastapi/pull/11731) by [@vhsenna](https://togithub.com/vhsenna). - π Add Portuguese translation for `docs/pt/docs/advanced/additional-responses.md`. PR [#11736](https://togithub.com/tiangolo/fastapi/pull/11736) by [@ceb10n](https://togithub.com/ceb10n). - π Add Portuguese translation for `docs/pt/docs/advanced/benchmarks.md`. PR [#11713](https://togithub.com/tiangolo/fastapi/pull/11713) by [@ceb10n](https://togithub.com/ceb10n). - π Fix Korean translation for `docs/ko/docs/tutorial/response-status-code.md`. PR [#11718](https://togithub.com/tiangolo/fastapi/pull/11718) by [@nayeonkinn](https://togithub.com/nayeonkinn). - π Add Korean translation for `docs/ko/docs/tutorial/extra-data-types.md`. PR [#11711](https://togithub.com/tiangolo/fastapi/pull/11711) by [@nayeonkinn](https://togithub.com/nayeonkinn). - π Fix Korean translation for `docs/ko/docs/tutorial/body-nested-models.md`. PR [#11710](https://togithub.com/tiangolo/fastapi/pull/11710) by [@nayeonkinn](https://togithub.com/nayeonkinn). - π Add Portuguese translation for `docs/pt/docs/advanced/fastapi-cli.md`. PR [#11641](https://togithub.com/tiangolo/fastapi/pull/11641) by [@ayr-ton](https://togithub.com/ayr-ton). - π Add Traditional Chinese translation for `docs/zh-hant/docs/fastapi-people.md`. PR [#11639](https://togithub.com/tiangolo/fastapi/pull/11639) by [@hsuanchi](https://togithub.com/hsuanchi). - π Add Turkish translation for `docs/tr/docs/advanced/index.md`. PR [#11606](https://togithub.com/tiangolo/fastapi/pull/11606) by [@hasansezertasan](https://togithub.com/hasansezertasan). - π Add Turkish translation for `docs/tr/docs/deployment/cloud.md`. PR [#11610](https://togithub.com/tiangolo/fastapi/pull/11610) by [@hasansezertasan](https://togithub.com/hasansezertasan). - π Add Turkish translation for `docs/tr/docs/advanced/security/index.md`. PR [#11609](https://togithub.com/tiangolo/fastapi/pull/11609) by [@hasansezertasan](https://togithub.com/hasansezertasan). - π Add Turkish translation for `docs/tr/docs/advanced/testing-websockets.md`. PR [#11608](https://togithub.com/tiangolo/fastapi/pull/11608) by [@hasansezertasan](https://togithub.com/hasansezertasan). - π Add Turkish translation for `docs/tr/docs/how-to/general.md`. PR [#11607](https://togithub.com/tiangolo/fastapi/pull/11607) by [@hasansezertasan](https://togithub.com/hasansezertasan). - π Update Chinese translation for `docs/zh/docs/advanced/templates.md`. PR [#11620](https://togithub.com/tiangolo/fastapi/pull/11620) by [@chaoless](https://togithub.com/chaoless). - π Add Turkish translation for `docs/tr/docs/deployment/index.md`. PR [#11605](https://togithub.com/tiangolo/fastapi/pull/11605) by [@hasansezertasan](https://togithub.com/hasansezertasan). - π Add Turkish translation for `docs/tr/docs/tutorial/static-files.md`. PR [#11599](https://togithub.com/tiangolo/fastapi/pull/11599) by [@hasansezertasan](https://togithub.com/hasansezertasan). - π Polish translation for `docs/pl/docs/fastapi-people.md`. PR [#10196](https://togithub.com/tiangolo/fastapi/pull/10196) by [@isulim](https://togithub.com/isulim). - π Add Turkish translation for `docs/tr/docs/advanced/wsgi.md`. PR [#11575](https://togithub.com/tiangolo/fastapi/pull/11575) by [@hasansezertasan](https://togithub.com/hasansezertasan). - π Add Turkish translation for `docs/tr/docs/tutorial/cookie-params.md`. PR [#11561](https://togithub.com/tiangolo/fastapi/pull/11561) by [@hasansezertasan](https://togithub.com/hasansezertasan). - π Add Russian translation for `docs/ru/docs/about/index.md`. PR [#10961](https://togithub.com/tiangolo/fastapi/pull/10961) by [@s111d](https://togithub.com/s111d). - π Update Chinese translation for `docs/zh/docs/tutorial/sql-databases.md`. PR [#11539](https://togithub.com/tiangolo/fastapi/pull/11539) by [@chaoless](https://togithub.com/chaoless). - π Add Chinese translation for `docs/zh/docs/how-to/configure-swagger-ui.md`. PR [#11501](https://togithub.com/tiangolo/fastapi/pull/11501) by [@Lucas-lyh](https://togithub.com/Lucas-lyh). - π Update Chinese translation for `/docs/advanced/security/http-basic-auth.md`. PR [#11512](https://togithub.com/tiangolo/fastapi/pull/11512) by [@nick-cjyx9](https://togithub.com/nick-cjyx9). ##### Internal - β»οΈ Simplify internal docs script. PR [#11777](https://togithub.com/tiangolo/fastapi/pull/11777) by [@gitworkflows](https://togithub.com/gitworkflows). - π§ Update sponsors: add Fine. PR [#11784](https://togithub.com/tiangolo/fastapi/pull/11784) by [@tiangolo](https://togithub.com/tiangolo). - π§ Tweak sponsors: Kong URL. PR [#11765](https://togithub.com/tiangolo/fastapi/pull/11765) by [@tiangolo](https://togithub.com/tiangolo). - π§ Tweak sponsors: Kong URL. PR [#11764](https://togithub.com/tiangolo/fastapi/pull/11764) by [@tiangolo](https://togithub.com/tiangolo). - π§ Update sponsors, add Stainless. PR [#11763](https://togithub.com/tiangolo/fastapi/pull/11763) by [@tiangolo](https://togithub.com/tiangolo). - π§ Update sponsors, add Zuplo. PR [#11729](https://togithub.com/tiangolo/fastapi/pull/11729) by [@tiangolo](https://togithub.com/tiangolo). - π§ Update Sponsor link: Coherence. PR [#11730](https://togithub.com/tiangolo/fastapi/pull/11730) by [@tiangolo](https://togithub.com/tiangolo). - π₯ Update FastAPI People. PR [#11669](https://togithub.com/tiangolo/fastapi/pull/11669) by [@tiangolo](https://togithub.com/tiangolo). - π§ Add sponsor Kong. PR [#11662](https://togithub.com/tiangolo/fastapi/pull/11662) by [@tiangolo](https://togithub.com/tiangolo). - π· Update Smokeshow, fix sync download artifact and smokeshow configs. PR [#11563](https://togithub.com/tiangolo/fastapi/pull/11563) by [@tiangolo](https://togithub.com/tiangolo). - π· Update Smokeshow download artifact GitHub Action. PR [#11562](https://togithub.com/tiangolo/fastapi/pull/11562) by [@tiangolo](https://togithub.com/tiangolo). - π· Update GitHub actions to download and upload artifacts to v4, for docs and coverage. PR [#11550](https://togithub.com/tiangolo/fastapi/pull/11550) by [@tamird](https://togithub.com/tamird). - π· Tweak CI for test-redistribute, add needed env vars for slim. PR [#11549](https://togithub.com/tiangolo/fastapi/pull/11549) by [@tiangolo](https://togithub.com/tiangolo). - π₯ Update FastAPI People. PR [#11511](https://togithub.com/tiangolo/fastapi/pull/11511) by [@tiangolo](https://togithub.com/tiangolo).fsspec/filesystem_spec (fsspec)
### [`v2024.6.1`](https://togithub.com/fsspec/filesystem_spec/compare/2024.6.0...2024.6.1) [Compare Source](https://togithub.com/fsspec/filesystem_spec/compare/2024.6.0...2024.6.1)abetlen/llama-cpp-python (llama-cpp-python)
### [`v0.2.82`](https://togithub.com/abetlen/llama-cpp-python/blob/HEAD/CHANGELOG.md#0282) [Compare Source](https://togithub.com/abetlen/llama-cpp-python/compare/v0.2.81...v0.2.82) - feat: Update llama.cpp to [ggerganov/llama.cpp@`7fdb6f7`](https://togithub.com/ggerganov/llama.cpp/commit/7fdb6f73e35605c8dbc39e9f19cd9ed84dbc87f2) ### [`v0.2.81`](https://togithub.com/abetlen/llama-cpp-python/blob/HEAD/CHANGELOG.md#0281) [Compare Source](https://togithub.com/abetlen/llama-cpp-python/compare/v0.2.80...v0.2.81) - feat: Update llama.cpp to [ggerganov/llama.cpp@`9689673`](https://togithub.com/ggerganov/llama.cpp/commit/968967376dc2c018d29f897c4883d335bbf384fb) - fix(ci): Fix CUDA wheels, use LLAMA_CUDA instead of removed LLAMA_CUBLAS by [@abetlen](https://togithub.com/abetlen) in [`4fb6fc1`](https://togithub.com/abetlen/llama-cpp-python/commit/4fb6fc12a02a68884c25dd9f6a421cacec7604c6) - fix(ci): Fix MacOS release, use macos-12 image instead of removed macos-11 by [@abetlen](https://togithub.com/abetlen) in [`3a551eb`](https://togithub.com/abetlen/llama-cpp-python/commit/3a551eb5263fdbd24b36d7770856374c04e92788) ### [`v0.2.80`](https://togithub.com/abetlen/llama-cpp-python/blob/HEAD/CHANGELOG.md#0280) [Compare Source](https://togithub.com/abetlen/llama-cpp-python/compare/v0.2.79...v0.2.80) - feat: Update llama.cpp to [ggerganov/llama.cpp@`023b880`](https://togithub.com/ggerganov/llama.cpp/commit/023b8807e10bc3ade24a255f01c1ad2a01bb4228) - fix(server): Fix bug in FastAPI streaming response where dependency was released before request completes causing SEGFAULT by [@abetlen](https://togithub.com/abetlen) in [`296304b`](https://togithub.com/abetlen/llama-cpp-python/commit/296304b60bb83689659883c9cc24f4c074dd88ff) - fix(server): Update default config value for embeddings to False to fix error in text generation where logits were not allocated by llama.cpp by [@abetlen](https://togithub.com/abetlen) in [`bf5e0bb`](https://togithub.com/abetlen/llama-cpp-python/commit/bf5e0bb4b151f4ca2f5a21af68eb832a96a79d75) - fix(ci): Fix the CUDA workflow by [@oobabooga](https://togithub.com/oobabooga) in [#1551](https://togithub.com/abetlen/llama-cpp-python/issues/1551) - docs: Update readme examples to use newer Qwen2 model by [@jncraton](https://togithub.com/jncraton) in [#1544](https://togithub.com/abetlen/llama-cpp-python/issues/1544)ijl/orjson (orjson)
### [`v3.10.6`](https://togithub.com/ijl/orjson/blob/HEAD/CHANGELOG.md#3106---2024-07-02) [Compare Source](https://togithub.com/ijl/orjson/compare/3.10.5...3.10.6) ##### Changed - Improve performance.encode/uvicorn (uvicorn)
### [`v0.30.3`](https://togithub.com/encode/uvicorn/blob/HEAD/CHANGELOG.md#0303-2024-07-20) [Compare Source](https://togithub.com/encode/uvicorn/compare/0.30.2...0.30.3) ##### Fixed - Suppress `KeyboardInterrupt` from CLI and programmatic usage ([#2384](https://togithub.com/encode/uvicorn/issues/2384)) - `ClientDisconnect` inherits from `OSError` instead of `IOError` ([#2393](https://togithub.com/encode/uvicorn/issues/2393)) ### [`v0.30.2`](https://togithub.com/encode/uvicorn/blob/HEAD/CHANGELOG.md#0302-2024-07-20) [Compare Source](https://togithub.com/encode/uvicorn/compare/0.30.1...0.30.2) ##### Added - Add `reason` support to [`websocket.disconnect`](https://asgi.readthedocs.io/en/latest/specs/www.html#disconnect-receive-event-ws) event ([#2324](https://togithub.com/encode/uvicorn/issues/2324)) ##### Fixed - Iterate subprocesses in-place on the process manager ([#2373](https://togithub.com/encode/uvicorn/issues/2373))Configuration
π Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR becomes conflicted, 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.