Skip to content

Commit 5dcf3e9

Browse files
committed
Add pydantic to app requirements for test deployments
Added 'pydantic' to the app_requirements.txt files for several Playwright deployment test apps to ensure consistent dependency management and support for features requiring pydantic.
1 parent 1324740 commit 5dcf3e9

File tree

9 files changed

+9
-7
lines changed

9 files changed

+9
-7
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
htmltools
2+
pydantic
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
htmltools
22
pandas
3-
3+
pydantic
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
htmltools
22
folium
3-
3+
pydantic
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
htmltools
2-
2+
pydantic
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
htmltools
2+
pydantic
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
htmltools
2-
2+
pydantic
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
htmltools
2-
2+
pydantic

tests/playwright/deploys/plotly/app_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ plotly
33
anywidget
44
htmltools
55
git+https://github.com/posit-dev/py-shinywidgets.git#egg=shinywidgets
6-
6+
pydantic
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
htmltools
2-
2+
pydantic

0 commit comments

Comments
 (0)