Kili

Latest version: v2.153.1

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

Scan your dependencies

Page 18 of 37

2.111.0

See changelog [here](https://docs.kili-technology.com/changelog/may-4th-2022)

The field `interfaceCategory` has been removed from the Project model. That does mean:
- You cannot query this field through `kili.projects()`
- You cannot update this property in your project through `kili.update_properties_in_project()`

As this field was unused for a long time, it is very likely not to affect your current scripts.
If it does, please upgrade your version of kili through `pip install --upgrade kili` command

2.110.0

See changelog [here](https://cloud.kili-technology.com/docs/changes/changelog)
- The queries `api_keys`, `assets`, `issues`, `labels`, `locks`, `notifications`, `organizations`, `projects`, `project_users`, `project_versions` and `users` have now the arguments `as_generator` and `disable_tqdm`
- if `as_generator` is set to `True`, the result is returned as a generator.
- if `disable_tqdm`is set to `True`, tqdm will be disabled. the default value is `False`.

- All queries above can now fetch more than 100 objects (`first` > 100). Before, It was necessary to do a loop by changing `first` and `skip`at every iteration to fetch more than 100 objects. This "loop" is now part of all queries. This internal loop also integrates the API throttling limitation of 250 queries/min by pausing the internal loop when it would exceed 250 queries/min

2.109.0

See changelog [here](https://cloud.kili-technology.com/docs/changes/changelog)

2.108.0

See changelog [here](https://cloud.kili-technology.com/docs/changes/changelog/#march-23rd-2022).

2.107.0

- Finish deprecating `name` field of user

2.106.0

Page 18 of 37

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.