We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df730c4 commit 6acd297Copy full SHA for 6acd297
client/python/README.md
@@ -24,7 +24,7 @@ The Apache Polaris Python package provides a client for interacting with the Apa
24
25
### Prerequisites
26
- Python 3.9 or later
27
-- poetry >= 2.0
+- poetry >= 2.1
28
29
### Installation
30
First we need to generate the OpenAPI client code from the OpenAPI specification.
client/python/pyproject.toml
@@ -42,7 +42,7 @@ homepage = "https://polaris.apache.org/"
42
repository = "https://github.com/apache/polaris/"
43
44
[tool.poetry]
45
-requires-poetry = ">=2.1"
+requires-poetry = "==2.1.3"
46
packages = [{ include = "polaris" }]
47
48
[tool.poetry.group.test.dependencies]
0 commit comments