Download Latest Version v2.8.0 source code.tar.gz (317.7 MB)
Email in envelope

Get an email when there's a new version of Argilla

Home / v2.8.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-03-10 2.0 kB
v2.8.0 source code.tar.gz 2025-03-10 317.7 MB
v2.8.0 source code.zip 2025-03-10 319.7 MB
Totals: 3 Items   637.5 MB 0

🔆 Release highlights

The v2.8.0 comes with a better OAuth integration, and some other improvements and bug fixes.

Better OAuth integration

Now, you can extend the supported providers by adding social backends classes in the configuration file:

:::yaml

providers:
  - name: apple-id
    client_id: "<client_id>" # You can use the ARGILLA_OAUTH2_APPLE_ID_CLIENT_ID environment variable
    client_secret: "<client_secret>" # You can use the ARGILLA_OAUTH2_APPLE_ID_CLIENT_SECRET environment variable

extra_backends:
    - social_core.backends.apple.AppleIdAuth # Register the Apple OAuth2 provider backend
...

Also, the KeyCloak provider is supported by default.

You can visit the docs for more info.

Some relevant improvements and bugfixes are:

New Contributors

Full Changelog: https://github.com/argilla-io/argilla/compare/v2.7.1...v2.8.0

Source: README.md, updated 2025-03-10