Skip to content

Commit 1314bad

Browse files
committed
Updated pyexasol
1 parent 47d5aa6 commit 1314bad

2 files changed

Lines changed: 4 additions & 77 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "exasol-saas-api"
33
version = "2.8.0"
4-
requires-python = ">=3.10.0,<4.0"
4+
requires-python = ">=3.10.0,<3.15"
55
description = "API enabling Python applications connecting to Exasol database SaaS instances and using their SaaS services"
66
authors = [
77
{name="Christoph Kuhnke", email="christoph.kuhnke@exasol.com"},
@@ -49,7 +49,7 @@ pytest = "^7.1.1"
4949
pytest-mock = "^3.7.0"
5050
exasol-toolbox = "^5.1.1"
5151
openapi-python-client = ">=0.26"
52-
pyexasol = ">=1.0.0, <3"
52+
pyexasol = ">=2, <3"
5353
toml = "^0.10.2"
5454
types-python-dateutil = "^2.9.0.20250516"
5555

0 commit comments

Comments
 (0)