diff --git a/pyproject.toml b/pyproject.toml index 538d50a..3d2aae3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wherobots-python-dbapi" -version = "0.27.0" +version = "0.28.0" description = "Python DB-API driver for Wherobots DB" authors = [{ name = "Maxime Petazzoni", email = "max@wherobots.com" }] requires-python = ">=3.10, <4" diff --git a/uv.lock b/uv.lock index 0062282..2fe876e 100644 --- a/uv.lock +++ b/uv.lock @@ -1147,7 +1147,7 @@ wheels = [ [[package]] name = "wherobots-python-dbapi" -version = "0.25.3" +version = "0.28.0" source = { editable = "." } dependencies = [ { name = "cbor2" }, @@ -1187,10 +1187,10 @@ requires-dist = [ { name = "pandas-stubs", specifier = ">=2.0.3.230814" }, { name = "pyarrow", specifier = ">=14.0.2" }, { name = "pytest", marker = "extra == 'test'", specifier = ">=8.0.2" }, - { name = "requests", specifier = ">=2.32.3" }, + { name = "requests", specifier = ">=2.31.0" }, { name = "strenum", specifier = ">=0.4.15,<0.5" }, { name = "tenacity", specifier = ">=8.2.3" }, - { name = "types-requests", specifier = ">=2.32.0.20241016" }, + { name = "types-requests", specifier = ">=2.31.0" }, { name = "websockets", specifier = ">=13.0" }, ] provides-extras = ["test"]