Skip to content

Commit 42dc54c

Browse files
committed
Update poetry to 2.1.2
1 parent ed92e82 commit 42dc54c

11 files changed

+47
-62
lines changed

.github/workflows/build-and-publish.yml

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818

1919
- name: Setup Python & Poetry Environment
2020
uses: exasol/python-toolbox/.github/actions/[email protected]
21-
with:
22-
poetry-version: 2.0.1
2321

2422
- name: Build Artifacts
2523
run: poetry build

.github/workflows/check-api-outdated.yml

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- name: Setup Python & Poetry Environment
2929
uses: exasol/python-toolbox/.github/actions/[email protected]
3030
with:
31-
poetry-version: 2.0.1
3231
python-version: "3.10"
3332

3433
- name: Run Nox Task api:check-outdated

.github/workflows/check-release-tag.yml

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515

1616
- name: Setup Python & Poetry Environment
1717
uses: exasol/python-toolbox/.github/actions/[email protected]
18-
with:
19-
poetry-version: 2.0.1
2018

2119
- name: Check Tag Version
2220
# make sure the pushed/created tag matched the project version

.github/workflows/checks.yml

-11
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717

1818
- name: Setup Python & Poetry Environment
1919
uses: exasol/python-toolbox/.github/actions/[email protected]
20-
with:
21-
poetry-version: 2.0.1
2220

2321
- name: Check Version(s)
2422
run: poetry run -- version-check version.py
@@ -34,8 +32,6 @@ jobs:
3432

3533
- name: Setup Python & Poetry Environment
3634
uses: exasol/python-toolbox/.github/actions/[email protected]
37-
with:
38-
poetry-version: 2.0.1
3935

4036
- name: Build Documentation
4137
run: |
@@ -56,8 +52,6 @@ jobs:
5652

5753
- name: Setup Python & Poetry Environment
5854
uses: exasol/python-toolbox/.github/actions/[email protected]
59-
with:
60-
poetry-version: 2.0.1
6155

6256
- name: Run changelog update check
6357
run: poetry run -- nox -s changelog:updated
@@ -77,7 +71,6 @@ jobs:
7771
- name: Setup Python & Poetry Environment
7872
uses: exasol/python-toolbox/.github/actions/[email protected]
7973
with:
80-
poetry-version: 2.0.1
8174
python-version: ${{ matrix.python-version }}
8275

8376
- name: Run lint
@@ -107,7 +100,6 @@ jobs:
107100
- name: Setup Python & Poetry Environment
108101
uses: exasol/python-toolbox/.github/actions/[email protected]
109102
with:
110-
poetry-version: 2.0.1
111103
python-version: ${{ matrix.python-version }}
112104

113105
- name: Run type-check
@@ -128,7 +120,6 @@ jobs:
128120
- name: Setup Python & Poetry Environment
129121
uses: exasol/python-toolbox/.github/actions/[email protected]
130122
with:
131-
poetry-version: 2.0.1
132123
python-version: ${{ matrix.python-version }}
133124

134125
- name: Run security linter
@@ -151,8 +142,6 @@ jobs:
151142

152143
- name: Setup Python & Poetry Environment
153144
uses: exasol/python-toolbox/.github/actions/[email protected]
154-
with:
155-
poetry-version: 2.0.1
156145

157146
- name: Run format check
158147
run: poetry run -- nox -s project:format

.github/workflows/gh-pages.yml

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717

1818
- name: Setup Python & Poetry Environment
1919
uses: exasol/python-toolbox/.github/actions/[email protected]
20-
with:
21-
poetry-version: 2.0.1
2220

2321
- name: Build Documentation
2422
run: |

.github/workflows/matrix-python.yml

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121

2222
- name: Generate matrix
2323
run: poetry run -- nox -s matrix:python
24-
with:
25-
poetry-version: 2.0.1
2624

2725
- id: set-matrix
2826
run: |

.github/workflows/report.yml

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818

1919
- name: Setup Python & Poetry Environment
2020
uses: exasol/python-toolbox/.github/actions/[email protected]
21-
with:
22-
poetry-version: 2.0.1
2321

2422
- name: Download Artifacts
2523
uses: actions/[email protected]

.github/workflows/run-tests.yml

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
- name: Setup Python & Poetry Environment
2828
uses: exasol/python-toolbox/.github/actions/[email protected]
2929
with:
30-
poetry-version: 2.0.1
3130
python-version: ${{ inputs.python-version }}
3231

3332
- name: Run Tests and Calculate Coverage

doc/changes/unreleased.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Added `streamDescription` to the models below `components` / `schemas`:
1616
## Refactorings
1717

1818
* #90: Updated open API client 2025-04-15
19+
* #92: Updated poetry to 2.1.2
1920

2021
## Security
2122

poetry.lock

+26-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+20-13
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,31 @@
1-
[tool.poetry]
1+
[project]
22
name = "exasol-saas-api"
33
version = "1.1.0"
44
description = "API enabling Python applications connecting to Exasol database SaaS instances and using their SaaS services"
5+
authors = [
6+
{name="Christoph Kuhnke", email="[email protected]"},
7+
]
8+
maintainers = [
9+
{name="Christoph Kuhnke", email="[email protected]"},
10+
]
11+
readme = "README.md"
12+
license = "MIT"
13+
dynamic = ["classifiers"]
14+
15+
[project.urls]
16+
Homepage = "https://github.com/exasol/saas-api-python"
17+
Documentation = "https://github.com/exasol/saas-api-python"
18+
Source = "https://github.com/exasol/saas-api-python"
19+
Issues = "https://github.com/exasol/saas-api-python/issues"
20+
21+
[tool.poetry]
22+
requires-poetry = ">=2.1.0"
523
packages = [ {include = "exasol"}, ]
6-
authors = [ "Christoph Kuhnke <[email protected]>" ]
7-
maintainers = [ "Christoph Kuhnke <[email protected]>" ]
824
classifiers = [
925
"Programming Language :: Python :: 3",
1026
"Development Status :: 3 - Alpha",
1127
"License :: OSI Approved :: MIT License",
1228
]
13-
readme = "README.md"
14-
license = "MIT"
15-
16-
[tool.poetry.urls]
17-
"Homepage" = "https://github.com/exasol/saas-api-python"
18-
"Documentation" = "https://github.com/exasol/saas-api-python"
19-
"Source" = "https://github.com/exasol/saas-api-python"
20-
"Issues" = "https://github.com/exasol/saas-api-python/issues"
21-
2229

2330
[tool.poetry.dependencies]
2431
python = "^3.10.0"
@@ -33,7 +40,7 @@ attrs = ">=22.2.0"
3340

3441

3542
[build-system]
36-
requires = ["poetry_core>=1.0.0"]
43+
requires = ["poetry_core>=2.0.0"]
3744
build-backend = "poetry.core.masonry.api"
3845

3946

0 commit comments

Comments
 (0)