Skip to content

Commit 6acd297

Browse files
committed
Fixed version for poetry
1 parent df730c4 commit 6acd297

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Apache Polaris Python package provides a client for interacting with the Apa
2424

2525
### Prerequisites
2626
- Python 3.9 or later
27-
- poetry >= 2.0
27+
- poetry >= 2.1
2828

2929
### Installation
3030
First we need to generate the OpenAPI client code from the OpenAPI specification.

client/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ homepage = "https://polaris.apache.org/"
4242
repository = "https://github.com/apache/polaris/"
4343

4444
[tool.poetry]
45-
requires-poetry = ">=2.1"
45+
requires-poetry = "==2.1.3"
4646
packages = [{ include = "polaris" }]
4747

4848
[tool.poetry.group.test.dependencies]

0 commit comments

Comments
 (0)