Skip to content

Commit a9a8394

Browse files
authored
Merge pull request #63 from wherobots/relax-requests-dep
feat: relax requests lower bound to >=2.31.0 for MWAA compatibility
2 parents 2e29772 + 5de09d5 commit a9a8394

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[project]
22
name = "wherobots-python-dbapi"
3-
version = "0.25.3"
3+
version = "0.25.4"
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.3",
11+
"requests>=2.31.0",
1212
"websockets>=13.0",
1313
"tenacity>=8.2.3",
1414
"cbor2>=5.6.3",
1515
"StrEnum>=0.4.15,<0.5",
1616
"pyarrow>=14.0.2",
1717
"pandas",
18-
"types-requests>=2.32.0.20241016",
18+
"types-requests>=2.31.0",
1919
"pandas-stubs>=2.0.3.230814",
2020
]
2121

0 commit comments

Comments
 (0)