Algorithmia

Latest version: v2.0.5

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

Scan your dependencies

Page 1 of 3

2.0.5

depending on the workflow, algo.publish may fail with 400 errors; but succeeds on retry. Added a retry mechanic to get around this server side issue.

What's Changed
* added a retry mechanic to PostJsonHelper to avoid 400 error issues by zeryx in https://github.com/algorithmiaio/algorithmia-python/pull/130


**Full Changelog**: https://github.com/algorithmiaio/algorithmia-python/compare/v2.0.4...v2.0.5

2.0.4

What's Changed
* added get and set secrets endpoints for python client by zeryx in https://github.com/algorithmiaio/algorithmia-python/pull/129


**Full Changelog**: https://github.com/algorithmiaio/algorithmia-python/compare/v2.0.3...v2.0.4

2.0.3

What's Changed
* get available SCMs support by zeryx in https://github.com/algorithmiaio/algorithmia-python/pull/128


**Full Changelog**: https://github.com/algorithmiaio/algorithmia-python/compare/v2.0.2...v2.0.3

2.0.2

added kwargs to actually be used by the internal API client

What's Changed
* kwarg added by zeryx in https://github.com/algorithmiaio/algorithmia-python/pull/127


**Full Changelog**: https://github.com/algorithmiaio/algorithmia-python/compare/v2.0.1...v2.0.2

2.0.1

Fixes issue where some 4xx response codes were not be reported properly, even though they were generated by the Algorithmia system.

What's Changed
* fixes non 2xx responses (handles failures better) by zeryx in https://github.com/algorithmiaio/algorithmia-python/pull/126


**Full Changelog**: https://github.com/algorithmiaio/algorithmia-python/compare/v2.0.0...v2.0.1

2.0.0

This release adds a number of functional changes, including an .exists() and .versions() endpoint to Algorithms. It also removes the algorithmia-api-client utilization in favor of hardcoded api routes. The api-client was too brittle and caused many issues for compatibility when API changes were made.

This also has a breaking change to enable uniform API servicing; all endpoints (except for .pipe() and datafile/folder interactions) now return a dictionary object, and have error handling built-in at the helper level. This enables uniform API interfacing but may break existing workflows that expect the class attributes to be available (as per previously gneereated by the API Client)

What's Changed
* add versions, environments and improve test coverage by zeryx in https://github.com/algorithmiaio/algorithmia-python/pull/125


**Full Changelog**: https://github.com/algorithmiaio/algorithmia-python/compare/v1.17.0...v2.0.0

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.