Skip to content

Commit 719f32e

Browse files
committed
review comments
1 parent bf24117 commit 719f32e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

featuremanagement/_featuremanagerbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import hashlib
99
import logging
1010
from abc import ABC
11-
from typing import List, Optional, Dict, Tuple, Any, Mapping, Callable, cast
11+
from typing import List, Optional, Dict, Tuple, Any, Mapping, Callable
1212
from ._models import FeatureFlag, Variant, VariantAssignmentReason, TargetingContext, EvaluationEvent, VariantReference
1313

1414
FEATURE_MANAGEMENT_KEY = "feature_management"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Homepage = "https://github.com/microsoft/FeatureManagement-Python"
6363
Issues = "https://github.com/microsoft/FeatureManagement-Python/issues"
6464

6565
[project.optional-dependencies]
66-
AzureMonitor = ["opentelemetry-sdk~=1.20"]
66+
AzureMonitor = ["opentelemetry-sdk~=1.44.0"]
6767
test = [
6868
"azure-monitor-opentelemetry < 1.8.9",
6969
]
@@ -74,7 +74,7 @@ dev = [
7474
"black >= 26.5.1, < 27.0.0",
7575
"pylint >= 4.0.7, < 5.0.0",
7676
"mypy >= 2.3.0, < 3.0.0",
77-
"sphinx >= 9.0.4, < 10.0.0",
77+
"sphinx >= 8.1.3, < 10.0.0",
7878
"sphinx_rtd_theme >= 3.1.0, < 4.0.0",
7979
"sphinx-toolbox >= 4.3.0, < 5.0.0",
8080
"myst_parser >= 5.1.0, < 6.0.0",

0 commit comments

Comments
 (0)