Skip to content

Commit 5de09d5

Browse files
zongsizhangclaude
andcommitted
bump version to 0.25.4, relax types-requests lower bound to >=2.31.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 68d0816 commit 5de09d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"
@@ -15,7 +15,7 @@ dependencies = [
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)