Skip to content

Commit 0752db0

Browse files
committed
"uv" should be a dev dependency, but do not need to run mypy
1 parent 76caf57 commit 0752db0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,4 @@ make check-tests
7777
make check-types
7878
make check-lint
7979
make check-format
80-
# TODO: Requires uv.
81-
# make ci-check-mypy-can-run
8280
```

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dev = [
117117
"google-generativeai;python_version>='3.9'",
118118
"langchain_core",
119119
# langsmith (needed for langchain_core) versions >= 0.3
120-
# (up to at least 0.3.2 as of 2025-01-29)
120+
# (up to at least 0.3.2 as of 2025-01-29)
121121
# cause an `argparse.ArgumentError` when running `pytest`.
122122
# https://github.com/posit-dev/py-shiny/issues/1829
123123
"langsmith<0.3",
@@ -126,6 +126,7 @@ dev = [
126126
"tokenizers",
127127
"aiohttp",
128128
"beautifulsoup4",
129+
"uv",
129130
]
130131
doc = [
131132
"jupyter",

0 commit comments

Comments
 (0)