{"id":26849,"library":"conductor-python","title":"Conductor Python SDK","description":"Python SDK for the Conductor workflow orchestration platform. v1.3.11 supports Python >=3.9. Active development with bi-monthly releases.","status":"active","version":"1.3.11","language":"python","source_language":"en","source_url":"https://github.com/conductor-oss/conductor","tags":["workflow","orchestration","sdk","conductor","orkes"],"install":[{"cmd":"pip install conductor-python","lang":"bash","label":"Install from PyPI"}],"dependencies":[{"reason":"HTTP client for API calls","package":"requests","optional":false},{"reason":"Fast JSON serialization","package":"orjson","optional":true}],"imports":[{"wrong":"from conductor.client import OrchestrationClient","symbol":"OrchestrationClient","correct":"from conductor import OrchestrationClient"}],"quickstart":{"code":"from conductor.client import OrchestrationClient\n\nclient = OrchestrationClient(\n    server_api_url='https://play.orkes.io/api',\n    key_id='YOUR_KEY',\n    key_secret='YOUR_SECRET'\n)\nprint(client.get_workflows('my_workflow'))","lang":"python","description":"Initialize a client and list workflows (replace credentials with env vars)"},"warnings":[{"fix":"Use `pip install conductor-python` and update imports to use `conductor.client`.","message":"v1.0.0 migrated from `conductor` package to `conductor-python` PyPI name. Old `conductor` package is unrelated.","severity":"breaking","affected_versions":"<1.0.0"},{"fix":"`TaskRunner(worker, domain='test')` instead of `TaskRunner(worker, 'test')`.","message":"`TaskRunner` with positional `domain` argument is deprecated. Use keyword argument.","severity":"deprecated","affected_versions":"<=1.3.10"},{"fix":"Always provide auth credentials when using Orkes. For local, set to empty string or use token auth if configured.","message":"Client authentication requires `key_id` and `key_secret` for Orkes, but may be omitted for local Conductor servers. If omitted for Orkes, API calls fail with 401.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'3.9':15 'activ':16 'bi':20 'bi-month':19 'conductor':1,8,26 'develop':17 'month':21 'orchestr':10,24 'ork':27 'platform':11 'python':2,4,14 'releas':22 'sdk':3,5,25 'support':13 'v1.3.11':12 'workflow':9,23","created_at":"2026-05-01T17:43:12.644456+00:00","updated_at":"2026-05-01T17:43:12.644456+00:00","problems":{"verify_error":"Traceback (most recent call last):\n  File \"<string>\", line 1, in <module>\nImportError: cannot import name 'OrchestrationClient' from 'conductor' (/tmp/tmp9k81v6hl/venv/lib/python3.12/site-packages/conductor/__init__.py)"},"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":"","cli_version":null,"type":"library","homepage":"https://conductordev.io","github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/conductor-python/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["workflow","devops","data"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"import_fail","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-07-10","install_tag":null}}