This is an automated email from the ASF dual-hosted git repository.

sungwy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 2cc89f92 fix (#1067)
2cc89f92 is described below

commit 2cc89f92b258a10ce1def11240dbb768b2e5f987
Author: Sung Yun <[email protected]>
AuthorDate: Fri Aug 16 09:09:35 2024 -0400

    fix (#1067)
---
 poetry.lock    | 9 +++------
 pyproject.toml | 4 ++--
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index 4e7fc52e..e2119764 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -3058,10 +3058,7 @@ files = [
 [package.dependencies]
 annotated-types = ">=0.4.0"
 pydantic-core = "2.20.1"
-typing-extensions = [
-    {version = ">=4.6.1", markers = "python_version < \"3.13\""},
-    {version = ">=4.12.2", markers = "python_version >= \"3.13\""},
-]
+typing-extensions = {version = ">=4.6.1", markers = "python_version < 
\"3.13\""}
 
 [package.extras]
 email = ["email-validator (>=2.0.0)"]
@@ -4578,5 +4575,5 @@ zstandard = ["zstandard"]
 
 [metadata]
 lock-version = "2.0"
-python-versions = ">=3.8, <4.0, !=3.9.7"
-content-hash = 
"dd6a632537362646d6836d6df3b760263a6882ec9a11cae75e61c8386d34994d"
+python-versions = ">=3.8, <3.12, !=3.9.7"
+content-hash = 
"4cdc5aec21e4d18b1934406a3a8857555ba6b0d723681216423c74049630fd96"
diff --git a/pyproject.toml b/pyproject.toml
index d4c99aac..205d5921 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -49,7 +49,7 @@ include = [
 ]
 
 [tool.poetry.dependencies]
-python = ">=3.8, <4.0, !=3.9.7"
+python = ">=3.8, <3.12, !=3.9.7"
 mmh3 = ">=4.0.0,<5.0.0"
 requests = ">=2.20.0,<3.0.0"
 click = ">=7.1.1,<9.0.0"
@@ -94,7 +94,7 @@ pytest-mock = "3.14.0"
 pyspark = "3.5.2"
 cython = "3.0.11"
 deptry = ">=0.14,<0.20"
-docutils = "!=0.21"
+docutils = "!=0.21.post1"   # 
https://github.com/python-poetry/poetry/issues/9248#issuecomment-2026240520
 
 [[tool.mypy.overrides]]
 module = "pytest_mock.*"

Reply via email to