Skip to content

Commit a835c77

Browse files
chore: relax types-requests and update grpcio version constraints (#334)
* chore: relax `types-requests` version constraint Resolves dependency conflict between `types-requests` and `boto3`/`moto` on Python 3.9 for #331 Signed-off-by: Peter Tri Ho <mail@petertriho.com> * fixup: grpc dep Signed-off-by: Todd Baert <todd.baert@dynatrace.com> --------- Signed-off-by: Peter Tri Ho <mail@petertriho.com> Signed-off-by: Todd Baert <todd.baert@dynatrace.com> Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
1 parent a345ef9 commit a835c77

3 files changed

Lines changed: 94 additions & 72 deletions

File tree

providers/openfeature-provider-flipt/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dev = [
3030
"mypy>=1.18.0,<2.0.0",
3131
"pytest>=8.4.0,<9.0.0",
3232
"requests-mock>=1.12.0,<2.0.0",
33-
"types-requests>=2.32.0,<3.0.0",
33+
"types-requests>=2.31.0,<3.0.0", # NOTE: types-requests>=2.32.0 has dependency conflicts with boto3/moto on Python 3.9
3434
]
3535

3636
[tool.uv.build-backend]

providers/openfeature-provider-ofrep/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dev = [
3131
"mypy>=1.18.0,<2.0.0",
3232
"pytest>=8.4.0,<9.0.0",
3333
"requests-mock>=1.12.0,<2.0.0",
34-
"types-requests>=2.32.0,<3.0.0",
34+
"types-requests>=2.31.0,<3.0.0", # NOTE: types-requests>=2.32.0 has dependency conflicts with boto3/moto on Python 3.9
3535
]
3636

3737
[tool.uv.build-backend]

0 commit comments

Comments
 (0)