I’m trying to build a source-workday-singer connector. After I generated the empty connector and run ‘pip install -r requirements.txt’, it alwasy ended with ResolutionTooDeep
error while ‘Collecting airbyte-cdk~=0.1.56’ that is defined as MAIN_REQUIREMENTS in setup.py on my local and remote server. How can I modify the setup.py file to restrict the constraints?
And on the server it also has this SyntxError
I’m running it using Python3.10.1 Does this latest version matter?