Argilla

Latest version: v2.7.0

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

Scan your dependencies

Page 1 of 22

2.7.0

πŸ”† Release highlights

The v2.7.0 release includes some minor improvements and bugfixes

Similarity score

Return similarity score when searching by similarity
python

import argilla as rg

...

for record, score in dataset.records(similar=rg.Similar(
name="vector",
value=[0.1, 0.2, 0.3],
)):
...


Other relevant improvements and bugfixes are:

- Create users and workspaces with predefined IDs (5786)
- Prevent index errors with empty chat fields (5787)
- Pass SSL verify parameter when configuring the Argilla client (5789)


New Contributors
* hamelsmu made their first contribution in https://github.com/argilla-io/argilla/pull/5784
* louisbrulenaudet made their first contribution in https://github.com/argilla-io/argilla/pull/5766
* Saikiranbonu1661 made their first contribution in https://github.com/argilla-io/argilla/pull/5778

**Full Changelog**: https://github.com/argilla-io/argilla/compare/v2.6.0...v2.7.0

2.6.0

* [ENHANCEMENT] `argilla server`: Return users on dataset progress by frascuchon in https://github.com/argilla-io/argilla/pull/5701
* [CI] Update base docker image by frascuchon in https://github.com/argilla-io/argilla/pull/5705
* πŸ”₯ Fix highlight on bulk by damianpumar in https://github.com/argilla-io/argilla/pull/5698
* πŸ”₯ Improve plugins loaders by damianpumar in https://github.com/argilla-io/argilla/pull/5697
* fix: :bug: Send visible_options prop only when the questions has more… by damianpumar in https://github.com/argilla-io/argilla/pull/5716
* [FEATURE] UI - update dataset list by leiyre in https://github.com/argilla-io/argilla/pull/5684
* [Docs] configure issue form by sdiazlor in https://github.com/argilla-io/argilla/pull/5703
* Assign field to a span question by leiyre in https://github.com/argilla-io/argilla/pull/5717
* [FEATURE]: Adding Functionality To Update Users by sean-hickey-wf in https://github.com/argilla-io/argilla/pull/5615
* [CI] Fix argilla-frontend build by adding the `package-lock.json` file by frascuchon in https://github.com/argilla-io/argilla/pull/5731
* fix: UI - use `last_activity_at` in the dataset list by leiyre in https://github.com/argilla-io/argilla/pull/5741
* [CI] fix install deps using python.3.13 by frascuchon in https://github.com/argilla-io/argilla/pull/5745
* [BUGFIX] prevent errors when updating user by frascuchon in https://github.com/argilla-io/argilla/pull/5742
* [BUGFIX] `argilla`: prevent enum literal validation errors by frascuchon in https://github.com/argilla-io/argilla/pull/5679
* πŸŽ‰ Improve styles file weight by leiyre in https://github.com/argilla-io/argilla/pull/5724
* [FEATURE] Add support to update record fields by frascuchon in https://github.com/argilla-io/argilla/pull/5685
* πŸš‘ feat/check version by damianpumar in https://github.com/argilla-io/argilla/pull/5738
* [BUGFIX] [TESTS] Remove custom isoformat parsing and let pydantic do the work by frascuchon in https://github.com/argilla-io/argilla/pull/5752
* [BUGFIX] Fetch dataset setting when iterate `client.datasets` by frascuchon in https://github.com/argilla-io/argilla/pull/5753
* [BUGFIX] `argilla`: review datasest import with new export flow by frascuchon in https://github.com/argilla-io/argilla/pull/5756
* [FEATURE-BRANCH] feat: dataset export to the Hub by jfcalvo in https://github.com/argilla-io/argilla/pull/5730
* Feat/improve export hover by damianpumar in https://github.com/argilla-io/argilla/pull/5764
* [CHORE] Add missing fixed entries by frascuchon in https://github.com/argilla-io/argilla/pull/5765
* ✨ Add share component by damianpumar in https://github.com/argilla-io/argilla/pull/5727
* [RELEASES] v2.6.0 by jfcalvo in https://github.com/argilla-io/argilla/pull/5762

New Contributors

* sean-hickey-wf made their first contribution in https://github.com/argilla-io/argilla/pull/5615

**Full Changelog**: https://github.com/argilla-io/argilla/compare/v2.5.0...v2.6.0

2.5.0

* [BUGFIX] argilla server: Prevent update `dataset.updated_at` when updating `dataset.last_activity_at` column by frascuchon in https://github.com/argilla-io/argilla/pull/5656
* Docs: Typo Fix by RahulK4102 in https://github.com/argilla-io/argilla/pull/5642
* [Docs] : fix typos in docs by FarukhS52 in https://github.com/argilla-io/argilla/pull/5612
* [CONFIG] `argilla server`: Review and update dependencies by frascuchon in https://github.com/argilla-io/argilla/pull/5649
* Improve German translation and some aria attributes by paulbauriegel in https://github.com/argilla-io/argilla/pull/5658
* Add a high-contrast theme & improvements for the forced-colors mode by paulbauriegel in https://github.com/argilla-io/argilla/pull/5661
* [BUGFIX]: argilla server: install default `psycopg2` driver used by alembic by frascuchon in https://github.com/argilla-io/argilla/pull/5672
* (Typo): Update README.md by kaleaditya779 in https://github.com/argilla-io/argilla/pull/5655
* [CONFIG] `argilla`: Add Python 3.13 support by frascuchon in https://github.com/argilla-io/argilla/pull/5652
* [ENHANCEMENT][REFACTOR] SDK: allow to remove settings by frascuchon in https://github.com/argilla-io/argilla/pull/5584
* fix: improve logic for detecting ChatFields by leiyre in https://github.com/argilla-io/argilla/pull/5667
* [BUGFIX] `argilla frontend`: Avoid call router.push when opening an external URL by frascuchon in https://github.com/argilla-io/argilla/pull/5675
* [BUGFIX] visualisation of highlighted text by leiyre in https://github.com/argilla-io/argilla/pull/5678
* Dataset Creation UI fixes & Improvements by leiyre in https://github.com/argilla-io/argilla/pull/5670
* [BUGFIX] Show `Import data` if user is admin or owner by leiyre in https://github.com/argilla-io/argilla/pull/5688
* docs: Add missing server configuration env vars by frascuchon in https://github.com/argilla-io/argilla/pull/5676
* [REFACTOR] `argilla server`: Remove passlib dependency by frascuchon in https://github.com/argilla-io/argilla/pull/5674
* [FEATURE] UI - Add language selection in user settings by leiyre in https://github.com/argilla-io/argilla/pull/5690
* ⚑️ Fix highlight text by damianpumar in https://github.com/argilla-io/argilla/pull/5693
* [FEATURE] Add Webhooks by jfcalvo in https://github.com/argilla-io/argilla/pull/5467
* πŸš‘ Add missing translation by damianpumar in https://github.com/argilla-io/argilla/pull/5696
* Docs - Add docs for adding a language by paulbauriegel in https://github.com/argilla-io/argilla/pull/5640
* [BUGFIX] `argilla server`: Prevent passing non-string values to text fields by frascuchon in https://github.com/argilla-io/argilla/pull/5682
* [REFACTOR] `argilla server`: using pydantic v2 by frascuchon in https://github.com/argilla-io/argilla/pull/5666
* fix: Resolve failing tests after pydantic V2 merge by frascuchon in https://github.com/argilla-io/argilla/pull/5700
* [DOCS] Deploy on spaces review by sdiazlor in https://github.com/argilla-io/argilla/pull/5704
* [REFACTOR] `argilla`: Align questions to `Resource` API by frascuchon in https://github.com/argilla-io/argilla/pull/5680
* [CHORE] Review changelogs by frascuchon in https://github.com/argilla-io/argilla/pull/5707
* [EXAMPLES][DOCS] review basic webhooks example by frascuchon in https://github.com/argilla-io/argilla/pull/5710
* [BUGFIX] `argilla`: allow change default distribution values by frascuchon in https://github.com/argilla-io/argilla/pull/5719
* [DOCS] review 2.5.0 docs by frascuchon in https://github.com/argilla-io/argilla/pull/5723
* [RELEASES] v2.5.0 by frascuchon in https://github.com/argilla-io/argilla/pull/5706

New Contributors
* RahulK4102 made their first contribution in https://github.com/argilla-io/argilla/pull/5642
* FarukhS52 made their first contribution in https://github.com/argilla-io/argilla/pull/5612
* kaleaditya779 made their first contribution in https://github.com/argilla-io/argilla/pull/5655

**Full Changelog**: https://github.com/argilla-io/argilla/compare/v2.4.1...v2.5.0

2.4.1

This release includes some `argilla-server` fixes:

- Fixed redirection problems after users sign-in using HF OAuth. ([5635](https://github.com/argilla-io/argilla/pull/5635))
- Fixed highlighting of the searched text in text, span and chat fields ([5678](https://github.com/argilla-io/argilla/pull/5678))
- Fixed validation for rating question when creating a dataset ([5670](https://github.com/argilla-io/argilla/pull/5670))
- Fixed question name based on question type when creating a dataset ([5670](https://github.com/argilla-io/argilla/pull/5670))
- Fixed error so now `_touch_dataset_last_activity_at` function is not updating dataset's `updated_at` column. ([5656](https://github.com/argilla-io/argilla/pull/5656))

**Full Changelog**: https://github.com/argilla-io/argilla/compare/v2.4.0...v2.4.1

2.4.0

New Contributors
* HeAndres made their first contribution in https://github.com/argilla-io/argilla/pull/5599
* ACMCMC made their first contribution in https://github.com/argilla-io/argilla/pull/5565
* kursataktas made their first contribution in https://github.com/argilla-io/argilla/pull/5608
* bharath97-git made their first contribution in https://github.com/argilla-io/argilla/pull/5638
* dme86 made their first contribution in https://github.com/argilla-io/argilla/pull/5628

**Full Changelog**: https://github.com/argilla-io/argilla/compare/v2.3.1...v2.4.0

2.3.1

What's Changed

This is a patch release fixing an error listing current user datasets:

- Fixed error listing current user datasets and not filtering by current user id. ([5583](https://github.com/argilla-io/argilla/pull/5583))


**Full Changelog**: https://github.com/argilla-io/argilla/compare/v2.3.0...v2.3.1

Page 1 of 22

Β© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.