Skip to content

Commit

Permalink
fix: Use canonical import paths for openfeature classes (#11)
Browse files Browse the repository at this point in the history
See upstream related issue
open-feature/python-sdk#319
  • Loading branch information
keelerm84 authored May 3, 2024
1 parent 6576453 commit e60ec31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ld_openfeature/impl/context_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import Any, Dict, List, Optional

from ldclient.context import Context, ContextBuilder, ContextMultiBuilder
from openfeature.provider.provider import EvaluationContext
from openfeature.evaluation_context import EvaluationContext


logger = getLogger("launchdarkly-openfeature-server")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.8"
openfeature-sdk = "0.4.2"
openfeature-sdk = ">=0.4.2,<1"
launchdarkly-server-sdk = "<10"


Expand Down

0 comments on commit e60ec31

Please sign in to comment.