Skip to content

Conversation

@dennisweil
Copy link
Contributor

Resolves :
FI-4

  • I have added automatic tests where applicable.
  • The PR contains a description of what has been changed.
  • The description contains manual test instructions.
  • The PR contains update to the release notes.
  • The PR contains update to the documentation.

This PR has been tested on :

  • Windows.
  • MacOs.
  • Linux.

Description

Update ftrack-utils, ftrack-framework-core and ftrack-connect package dependencies to support ftrack-python-api version 3.0.0 and higher.[

Test instructions

  • pull the intergrations repo
  • check out the branch fi-4_update-libs-and-connect-python-api3
  • navigate to [integrations]/apps/connect
  • create a virtual environment using poetry with python 3.10 poetry env use python3.10
  • run poetry run python -m ftrack_connect

If ftrack connect launches without errors and we can log into an ftrack instance, we're good :)

Update ftrack-python-api dependency version.
Use api version 3.0.0 and above.
@dennisweil dennisweil requested a review from a team as a code owner August 11, 2025 10:34
@github-actions
Copy link

Coverage report

This PR does not seem to contain any modification to coverable code.

@dennisweil dennisweil requested review from hdd and removed request for a team August 11, 2025 12:15

#ftrack
ftrack-python-api = "^2.5.4"
ftrack-python-api = "^3.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

API should be 3.0.5rc1

platformdirs = "^4.0.0"
pyyaml = "^6.0.1"
#ftrack
ftrack-python-api = "^3.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

API should be 3.0.5rc1

[tool.poetry.dependencies]
python = ">= 3.7, < 3.12"
ftrack-python-api = "^2.5.4"
ftrack-python-api = "^3.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

API should be 3.0.5rc1

## v3.2.1rc1
2025-08-11

* [changed] Dependencies; Use ftrack-python-api 3.0.0 and above
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

API should be 3.0.5rc1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants