Skip to content

Commit a50a306

Browse files
authored
fix: Pin setuptools (#13)
* Pin setuptools * bump version
1 parent 2d02975 commit a50a306

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"pydoc-markdown==4.8.2",
2929
"databind<4.5.0",
3030
"requests",
31-
"setuptools",
31+
"setuptools==81.0.0",
3232
]
3333

3434
[project.urls]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2024-present deepset GmbH <info@deepset.ai>
22
#
33
# SPDX-License-Identifier: Apache-2.0
4-
__version__ = "0.6.3"
4+
__version__ = "0.6.4"

0 commit comments

Comments
 (0)