openfeature-provider-flagd 0.2.4__tar.gz → 0.2.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/CHANGELOG.md +7 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/PKG-INFO +1 -1
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/pyproject.toml +2 -2
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/contrib/provider/flagd/resolvers/process/connector/grpc_watcher.py +1 -1
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/schemas/protobuf/flagd/evaluation/v1/evaluation_pb2_grpc.py +1 -1
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/schemas/protobuf/flagd/sync/v1/sync_pb2_grpc.py +1 -1
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/schemas/protobuf/schema/v1/schema_pb2_grpc.py +1 -1
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/schemas/protobuf/sync/v1/sync_service_pb2_grpc.py +1 -1
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/.gitignore +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/LICENSE +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/README.md +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/pytest.ini +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/contrib/provider/flagd/__init__.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/contrib/provider/flagd/config.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/contrib/provider/flagd/flag_type.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/contrib/provider/flagd/provider.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/contrib/provider/flagd/resolvers/__init__.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/contrib/provider/flagd/resolvers/grpc.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/contrib/provider/flagd/resolvers/in_process.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/contrib/provider/flagd/resolvers/process/connector/__init__.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/contrib/provider/flagd/resolvers/process/connector/file_watcher.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/contrib/provider/flagd/resolvers/process/custom_ops.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/contrib/provider/flagd/resolvers/process/flags.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/contrib/provider/flagd/resolvers/process/targeting.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/contrib/provider/flagd/resolvers/protocol.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/contrib/provider/flagd/sync_metadata_hook.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/schemas/protobuf/flagd/evaluation/v1/evaluation_pb2.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/schemas/protobuf/flagd/evaluation/v1/evaluation_pb2.pyi +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/schemas/protobuf/flagd/evaluation/v1/evaluation_pb2_grpc.pyi +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/schemas/protobuf/flagd/sync/v1/sync_pb2.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/schemas/protobuf/flagd/sync/v1/sync_pb2.pyi +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/schemas/protobuf/flagd/sync/v1/sync_pb2_grpc.pyi +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/schemas/protobuf/schema/v1/schema_pb2.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/schemas/protobuf/schema/v1/schema_pb2.pyi +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/schemas/protobuf/schema/v1/schema_pb2_grpc.pyi +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/schemas/protobuf/sync/v1/sync_service_pb2.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/schemas/protobuf/sync/v1/sync_service_pb2.pyi +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/src/openfeature/schemas/protobuf/sync/v1/sync_service_pb2_grpc.pyi +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/__init__.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/conftest.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/__init__.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/conftest.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/file/__init__.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/file/conftest.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/file/test_flaqd.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/flagd_container.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/inprocess/__init__.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/inprocess/conftest.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/inprocess/test_flaqd.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/parsers.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/paths.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/rpc/__init__.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/rpc/conftest.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/rpc/test_flaqd.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/step/_utils.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/step/config_steps.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/step/context_steps.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/step/event_steps.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/step/flag_step.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/step/provider_steps.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/testfilter.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/basic-flag-broken-default.json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/basic-flag-broken-state.json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/basic-flag-broken-targeting.json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/basic-flag-broken-variants.json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/basic-flag-combined-metadata.json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/basic-flag-disabled.json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/basic-flag-invalid.not-json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/basic-flag-metadata.json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/basic-flag-no-state.json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/basic-flag-set-metadata.json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/basic-flag-wrong-structure.json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/basic-flag-wrong-variant.json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/basic-flag.json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/basic-flag.yaml +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/invalid-flag-metadata-list.json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/invalid-flag-metadata.json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/invalid-flag-set-metadata-list.json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/invalid-flag-set-metadata.json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/invalid-fractional-args-wrong-content.json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/invalid-fractional-args.json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/invalid-fractional-weights-strings.json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/invalid-fractional-weights.json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/invalid-semver-args.json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/invalid-semver-op.json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/invalid-stringcomp-args.json +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/test_config.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/test_errors.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/test_file_store.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/test_flagd.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/test_in_process.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/test_metadata.py +0 -0
- {openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/test_targeting.py +0 -0
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.2.5](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flagd/v0.2.4...openfeature-provider-flagd/v0.2.5) (2025-07-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### 🐛 Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **flagd:** reduce loglevel of expected logs ([#277](https://github.com/open-feature/python-sdk-contrib/issues/277)) ([cca865f](https://github.com/open-feature/python-sdk-contrib/commit/cca865f490cc699ecf038c934dfccacad9bda8d2))
|
|
9
|
+
|
|
3
10
|
## [0.2.4](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flagd/v0.2.3...openfeature-provider-flagd/v0.2.4) (2025-06-10)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openfeature-provider-flagd
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.5
|
|
4
4
|
Summary: OpenFeature provider for the flagd flag evaluation engine
|
|
5
5
|
Project-URL: Homepage, https://github.com/open-feature/python-sdk-contrib
|
|
6
6
|
Author-email: OpenFeature <openfeature-core@groups.io>
|
|
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
|
|
|
5
5
|
|
|
6
6
|
[project]
|
|
7
7
|
name = "openfeature-provider-flagd"
|
|
8
|
-
version = "0.2.
|
|
8
|
+
version = "0.2.5"
|
|
9
9
|
description = "OpenFeature provider for the flagd flag evaluation engine"
|
|
10
10
|
readme = "README.md"
|
|
11
11
|
authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]
|
|
@@ -40,7 +40,7 @@ dependencies = [
|
|
|
40
40
|
"pytest-bdd",
|
|
41
41
|
"testcontainers",
|
|
42
42
|
"asserts",
|
|
43
|
-
"grpcio-health-checking==1.73.
|
|
43
|
+
"grpcio-health-checking==1.73.1",
|
|
44
44
|
]
|
|
45
45
|
pre-install-commands = [
|
|
46
46
|
"hatch build",
|
|
@@ -258,7 +258,7 @@ class GrpcWatcher(FlagStateConnector):
|
|
|
258
258
|
logger.debug("Terminating gRPC sync thread")
|
|
259
259
|
return
|
|
260
260
|
except grpc.RpcError as e: # noqa: PERF203
|
|
261
|
-
logger.
|
|
261
|
+
logger.debug(f"SyncFlags stream error, {e.code()=} {e.details()=}")
|
|
262
262
|
except json.JSONDecodeError:
|
|
263
263
|
logger.exception(
|
|
264
264
|
f"Could not parse JSON flag data from SyncFlags endpoint: {flag_str=}"
|
|
@@ -5,7 +5,7 @@ import warnings
|
|
|
5
5
|
|
|
6
6
|
from openfeature.schemas.protobuf.flagd.evaluation.v1 import evaluation_pb2 as openfeature_dot_schemas_dot_protobuf_dot_flagd_dot_evaluation_dot_v1_dot_evaluation__pb2
|
|
7
7
|
|
|
8
|
-
GRPC_GENERATED_VERSION = '1.73.
|
|
8
|
+
GRPC_GENERATED_VERSION = '1.73.1'
|
|
9
9
|
GRPC_VERSION = grpc.__version__
|
|
10
10
|
_version_not_supported = False
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@ import warnings
|
|
|
5
5
|
|
|
6
6
|
from openfeature.schemas.protobuf.flagd.sync.v1 import sync_pb2 as openfeature_dot_schemas_dot_protobuf_dot_flagd_dot_sync_dot_v1_dot_sync__pb2
|
|
7
7
|
|
|
8
|
-
GRPC_GENERATED_VERSION = '1.73.
|
|
8
|
+
GRPC_GENERATED_VERSION = '1.73.1'
|
|
9
9
|
GRPC_VERSION = grpc.__version__
|
|
10
10
|
_version_not_supported = False
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@ import warnings
|
|
|
5
5
|
|
|
6
6
|
from openfeature.schemas.protobuf.schema.v1 import schema_pb2 as openfeature_dot_schemas_dot_protobuf_dot_schema_dot_v1_dot_schema__pb2
|
|
7
7
|
|
|
8
|
-
GRPC_GENERATED_VERSION = '1.73.
|
|
8
|
+
GRPC_GENERATED_VERSION = '1.73.1'
|
|
9
9
|
GRPC_VERSION = grpc.__version__
|
|
10
10
|
_version_not_supported = False
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@ import warnings
|
|
|
5
5
|
|
|
6
6
|
from openfeature.schemas.protobuf.sync.v1 import sync_service_pb2 as openfeature_dot_schemas_dot_protobuf_dot_sync_dot_v1_dot_sync__service__pb2
|
|
7
7
|
|
|
8
|
-
GRPC_GENERATED_VERSION = '1.73.
|
|
8
|
+
GRPC_GENERATED_VERSION = '1.73.1'
|
|
9
9
|
GRPC_VERSION = grpc.__version__
|
|
10
10
|
_version_not_supported = False
|
|
11
11
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/file/__init__.py
RENAMED
|
File without changes
|
{openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/file/conftest.py
RENAMED
|
File without changes
|
{openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/file/test_flaqd.py
RENAMED
|
File without changes
|
{openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/flagd_container.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/rpc/__init__.py
RENAMED
|
File without changes
|
{openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/rpc/conftest.py
RENAMED
|
File without changes
|
{openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/rpc/test_flaqd.py
RENAMED
|
File without changes
|
{openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/step/_utils.py
RENAMED
|
File without changes
|
{openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/step/config_steps.py
RENAMED
|
File without changes
|
|
File without changes
|
{openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/step/event_steps.py
RENAMED
|
File without changes
|
{openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/step/flag_step.py
RENAMED
|
File without changes
|
|
File without changes
|
{openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/e2e/testfilter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/basic-flag.json
RENAMED
|
File without changes
|
{openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/flags/basic-flag.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/test_file_store.py
RENAMED
|
File without changes
|
|
File without changes
|
{openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/test_in_process.py
RENAMED
|
File without changes
|
{openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/test_metadata.py
RENAMED
|
File without changes
|
{openfeature_provider_flagd-0.2.4 → openfeature_provider_flagd-0.2.5}/tests/test_targeting.py
RENAMED
|
File without changes
|