diff --git a/pyproject.toml b/pyproject.toml index ece4287..9ebaf86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wherobots-python-dbapi" -version = "0.25.3" +version = "0.25.4" description = "Python DB-API driver for Wherobots DB" authors = [{ name = "Maxime Petazzoni", email = "max@wherobots.com" }] requires-python = ">=3.10, <4" @@ -8,14 +8,14 @@ readme = "README.md" license = "Apache-2.0" dependencies = [ "packaging", - "requests>=2.32.3", + "requests>=2.31.0", "websockets>=13.0", "tenacity>=8.2.3", "cbor2>=5.6.3", "StrEnum>=0.4.15,<0.5", "pyarrow>=14.0.2", "pandas", - "types-requests>=2.32.0.20241016", + "types-requests>=2.31.0", "pandas-stubs>=2.0.3.230814", ]