Skip to content

Commit be3f53c

Browse files
committed
fix: relax requests pin from >=2.32.5 to >=2.32.3
MWAA Airflow 2.10.3 enforces requests==2.32.3 via its constraints file, causing pip resolution failure when installing the provider. Relaxing the floor to 2.32.3 restores compatibility.
1 parent ddbf94e commit be3f53c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "wherobots-python-dbapi"
3-
version = "0.25.1"
3+
version = "0.25.2"
44
description = "Python DB-API driver for Wherobots DB"
55
authors = [{ name = "Maxime Petazzoni", email = "max@wherobots.com" }]
66
requires-python = ">=3.10, <4"
77
readme = "README.md"
88
license = "Apache-2.0"
99
dependencies = [
1010
"packaging",
11-
"requests>=2.32.5",
11+
"requests>=2.32.3",
1212
"websockets>=13.0",
1313
"tenacity>=8.2.3",
1414
"cbor2>=5.6.3",

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)