https://www.growthbook.io/ logo
Join Slack
Powered by
# sdk-python
  • b

    brief-honey-45610

    09/21/2023, 4:04 AM
    set the channel topic: Ask questions here related to the Python SDK.
  • b

    brief-honey-45610

    09/21/2023, 4:04 AM
    set the channel description: Ask questions here related to the Python SDK.
  • a

    average-kilobyte-68838

    06/24/2024, 10:18 AM
    Hello Team. I’m confused with this line https://github.com/growthbook/growthbook-python/blob/main/growthbook.py#L879 it is joining base url with client_key like `https://cdn.growthbook.io/api/features/client_key. but from the api doc, the string after
    features
    can be a feature name. why here a client_key is added at the end of url ? isn’t client_key is used for authentication?
    r
    • 2
    • 1
  • j

    jolly-insurance-34659

    09/10/2024, 2:40 PM
    Hi! Our team is having issues with SDK Webhooks. We cannot get our "test" call to successfully be verified. • We tried creating our verification in Python using hmac (same as the example in the documentation that is in Javascript) • We tried using the "standard webhooks" package • Last resort we tried the example in Javascript that was in the documentation, and that does not match either Is it possible the "shared secret" field for the SDK Webhook is wrong or there is a bug?
    f
    • 2
    • 2
  • a

    aloof-greece-14875

    04/10/2025, 7:39 PM
    does anyone else have this issue on the python sdk currently 😕 https://github.com/growthbook/growthbook-python/issues/33
  • t

    thankful-furniture-97156

    04/28/2025, 3:15 PM
    Hello, I have been trying to use growthbook's OpenFeature python SDK provider to integrate with our application. I'm seeing strange behavior where it infinitely hangs, even if I follow the simple setup to a T. I am able to get feature flag values by directly referencing the
    GrowthBookClient
    , but not when using the
    OpenFeatureClient
    as documented. Does anyone in these chats have context on setting this python SDK up? Full details are listed in the issue: https://github.com/growthbook/growthbook-openfeature-provider-python/issues/5 (edited)
    s
    f
    • 3
    • 3
  • t

    thankful-furniture-97156

    05/13/2025, 8:30 PM
    Okay, I was able to verify the above issue was fixed. Thanks so much for the timely response! I closed out the issue. Unfortunately, I'm coming across another issue in the async integration of
    growthbook-openfeature-provider-python
    . The good news is I believe this would be a very easy fix if you are okay with upgrading the requirement for
    openfeature-sdk
    from 0.7.4 to 0.8.1, with a minor corresponding change. Please let me know thoughts in this issue, or if I'm way off mark. https://github.com/growthbook/growthbook-openfeature-provider-python/issues/13
    s
    f
    • 3
    • 8