-
Notifications
You must be signed in to change notification settings - Fork 3
feat: Fi 4 update libs and connect python api3 #616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Update ftrack-python-api dependency version.
Use api version 3.0.0 and above.
|
|
||
| #ftrack | ||
| ftrack-python-api = "^2.5.4" | ||
| ftrack-python-api = "^3.0.0" |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
Resolves :
FI-4
This PR has been tested on :
Description
Update
ftrack-utils,ftrack-framework-coreandftrack-connectpackage dependencies to supportftrack-python-apiversion 3.0.0 and higher.[Test instructions
fi-4_update-libs-and-connect-python-api3[integrations]/apps/connectpoetry env use python3.10poetry run python -m ftrack_connectIf ftrack connect launches without errors and we can log into an ftrack instance, we're good :)