Skip to content

Commit 40382f7

Browse files
committed
Merge branch 'main' into markdown-stream-component
2 parents 99b58b3 + d562055 commit 40382f7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ test = [
7575
"seaborn",
7676
"plotnine",
7777
"plotly",
78+
"anywidget",
7879
"duckdb",
7980
"holoviews",
8081
"bokeh",
@@ -116,6 +117,11 @@ dev = [
116117
"anthropic",
117118
"google-generativeai;python_version>='3.9'",
118119
"langchain_core",
120+
# langsmith (needed for langchain_core) versions >= 0.3
121+
# (up to at least 0.3.2 as of 2025-01-29)
122+
# cause an `argparse.ArgumentError` when running `pytest`.
123+
# https://github.com/posit-dev/py-shiny/issues/1829
124+
"langsmith<0.3",
119125
"openai",
120126
"ollama",
121127
"tokenizers",

shiny/_autoreload.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ async def process_request(
251251
status_code=http.HTTPStatus.MOVED_PERMANENTLY,
252252
reason_phrase="Moved Permanently",
253253
headers=websockets.Headers(Location=app_url),
254-
body=b"",
255254
)
256255
else:
257256
return None

0 commit comments

Comments
 (0)