Skip to content

Commit 848f1af

Browse files
authored
fix(deps): move dev dependencies to correct section (#2030)
1 parent a3ad1a5 commit 848f1af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ dependencies = [
1515
"jinja2<4.0.0,>=3.1.4",
1616
"requests<3.0.0,>=2.32.3",
1717
"diskcache>=5.6.3",
18-
"pre-commit>=4.3.0",
19-
"ty>=0.0.1a23",
2018
]
2119
name = "instructor"
2220
version = "1.14.4"
@@ -50,6 +48,7 @@ dev = [
5048
"python-dotenv>=1.0.1",
5149
"pytest-xdist>=3.8.0",
5250
"pre-commit>=4.2.0",
51+
"ty>=0.0.1a23",
5352
"anthropic==0.71.0",
5453
"xmltodict>=0.13,<1.1",
5554
]

0 commit comments

Comments
 (0)