File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,4 @@ make check-tests
7777make check-types
7878make check-lint
7979make check-format
80- # TODO: Requires uv.
81- # make ci-check-mypy-can-run
8280```
Original file line number Diff line number Diff 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]
130131doc = [
131132 " jupyter" ,
You can’t perform that action at this time.
0 commit comments