Geti-sdk

Latest version: v2.6.1

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

Scan your dependencies

Page 6 of 7

1.0.3

What's Changed
* Add `ScoreMetadata` to represent the new `scores` field by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/106
* Add model and prediction client integration tests + update cassettes by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/107
* Update simplejson requirement from ==3.17.* to ==3.18.* in /requirements by dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/108
* Fix opencv window closure bug by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/109


**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v1.0.2...v1.0.3

1.0.2

What's Changed
* Update ote-sdk requirement to v0.3.1 by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/98
* Add integration tests for `project_client`, fix `project_client.add_labels` by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/99
* Update data model for TaskMetadata, improve robustness of active model fetching by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/100
* Use OTE SDK visualizer, add plot helper unit tests by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/101
* Add HTTPS_PROXY as variable to the credentials helper by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/102
* Add tests for video up- and download in Geti integration tests by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/103


**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v1.0.1...v1.0.2

1.0.1

What's Changed
* Add path validation to project download target path by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/87
* Update tqdm requirement from ==4.62.* to ==4.64.* in /requirements by dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/84
* Update python-dotenv requirement from ==0.20.* to ==0.21.* in /requirements by dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/86
* Add security note to README for project download by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/88
* Update numpy requirement to 1.21.* by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/89
* Reduce permissions upon directory creation by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/90
* Update README to correctly reference Intel Geti brand everywhere by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/92
* Improve check for video processing in `Geti.upload_project_data()` to avoid potential infinite loop by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/93
* Add unit tests to pre-merge test suite by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/91
* Update ProjectStatus and TaskStatus to include new field `n_new_annotations` by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/94
* Add progress bars for up/download of projects, media, annotations and predictions by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/95
* Add ipywidgets to notebook requirements by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/97


**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v1.0.0...v1.0.1

1.0.0

What's Changed
* Add a re-authentication mechanism when using token authentication by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/72
* Update pytest requirement from ==7.1.* to ==7.2.* in /requirements by dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/73
* Update pillow requirement from ==9.2.* to ==9.3.* in /requirements by dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/74
* Update pytest-html requirement from ==3.1.* to ==3.2.* in /requirements by dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/75
* Catch value error when invalid datetime string is converted by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/76
* Update nightly test workflow to include tests against Geti `develop` branch by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/78
* Enable SSL certificate validation by default by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/77
* Remove disallowed fields from project before POSTing by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/79
* Ignore false positive bandit detections by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/80
* Update numpy, ipython, jupyterlab versions by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/81
* Fix and unify folder naming for project download by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/82


Breaking Changes
* The `Geti` class now has SSL certificate validation enabled by default. This will result in an error when connecting to a server with a certificate that can't be validated. Note that it is still possible to disable certificate validation by passing `verify_certificate = False` when initializing the `Geti` instance. Please note that disabling certificate validation is unsafe and should only be considered in a secure network environment.


**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v0.2.4...v1.0.0rc1

0.2.4

What's Changed
* Auto detect normalized annotation files for GetiAnnotationReader by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/63
* Fix version detection mechanism and add tests for GetiVersion by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/64
* Minor changes for backward compatibility with SCv1.1 by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/67
* Enable proxies in ONLINE test mode by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/66
* Fix proxy config in tests for online mode by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/68
* Updated Attrs Classes and Fields by HiteshManglani123 in https://github.com/openvinotoolkit/geti-sdk/pull/65
* Validate media filename upon download by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/69
* Update pytest-env requirement from ==0.6.* to ==0.8.* in /requirements by dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/70
* Fix anomaly classification deployment by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/71

**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v0.2.3...v0.2.4

0.2.3

What's Changed
* Remove VCR from nightly test for demos by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/54
* Improve nightly tests for `demos` module by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/55
* Update sc_annotation_reader by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/56
* Add version to optimized model by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/57
* Update SDK platform version parsing mechanism by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/58
* Add nightly tests against Geti-MVP by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/59
* Handle failed training jobs in notebook 007 by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/60
* Update example script to store prediction results to file by ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/61

**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v0.2.2...v0.2.3

Page 6 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.