@@ -44,7 +44,7 @@ Repository = "https://github.com/docling-project/docling-parse"
4444requires = [
4545 " setuptools>=77.0.3" ,
4646 " pybind11>=2.13.6" ,
47- " cibuildwheel>=2.19.2,<3 .0.0" ,
47+ " cibuildwheel>=2.19.2,<4 .0.0" ,
4848 " wheel>=0.43.0,<1.0.0" ,
4949 " delocate>=0.11.0,<1.0.0" ,
5050 " cmake>=3.27.0,<4.0.0"
@@ -55,14 +55,14 @@ build-backend = "setuptools.build_meta"
5555build = [
5656 " setuptools>=77.0.3" ,
5757 " pybind11>=2.13.6" ,
58- " cibuildwheel>=2.19.2,<3 .0.0" ,
58+ " cibuildwheel>=2.19.2,<4 .0.0" ,
5959 " wheel>=0.43.0,<1.0.0" ,
6060 " delocate>=0.11.0,<1.0.0" ,
6161 " cmake>=3.27.0,<4.0.0"
6262]
6363dev = [
6464 " pytest>=7.4.2,<8.0.0" ,
65- " black[jupyter]>=24.4.2,<25 .0.0" ,
65+ " black[jupyter]>=24.4.2,<26 .0.0" ,
6666 " python-semantic-release>=7.32.2,<8.0.0" ,
6767 " pre-commit>=3.7.1,<4.0.0" ,
6868 " isort>=5.10.1,<6.0.0" ,
@@ -107,7 +107,7 @@ include = ["docling_parse*"]
107107
108108[tool .black ]
109109line-length = 88
110- target-version = [" py39" , " py310" , " py311" , " py312" , " py313" ]
110+ target-version = [" py39" , " py310" , " py311" , " py312" , " py313" , " py314 " ]
111111include = ' \.pyi?$'
112112preview = true
113113
0 commit comments