Fpt-api

Latest version: v0.3.5

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

Scan your dependencies

Page 1 of 2

0.3.5

Description

Added missing requests dependency to avoid import errors.

**Full Changelog**: https://github.com/ksallee/fpt-api/compare/0.3.4...0.3.5

0.3.4

Description

Previous release fixed the `import fpt_api` ImportError. This one fixes `from fpt_api import FPT` import error.

**Full Changelog**: https://github.com/ksallee/fpt-api/compare/0.3.3...0.3.4

0.3.3

Description

There was an issue to publish to pypi/install the package successfully, which is now fixed.

**Full Changelog**: https://github.com/ksallee/fpt-api/compare/0.3.2...0.3.3

0.3.2

Description

There was a problem when kwargs were used for fields instead of args, for dotted fields.

For example, `sg.find_one("Version, [], ["entity.Shot.sg_query_field"])` was working but `sg.find_one("Version", filters=[], fields=["entity.Shot.sg_query_field"])` was not.

This release fixes the issue.

**Full Changelog**: https://github.com/ksallee/fpt-api/compare/0.3.1...0.3.2

0.3.1

Description
Updated README section for `yield_page_entities` and cosmetic changes (indentations in params).

**Full Changelog**: https://github.com/ksallee/fpt-api/compare/0.3.0...0.3.1

0.3.0

Description

Added a method `yield_page_entities(page_id, additional_filters=None, fields=None)` that allows to fetch all entities from a page.

Updated README to add info about this method.

What's Changed
* New method `yield_page_entities` by ksallee in https://github.com/ksallee/fpt-api/pull/4


**Full Changelog**: https://github.com/ksallee/fpt-api/compare/0.2.1...0.3.0

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.