Skip to content

Commit

Permalink
Pinning pydantic to avoid fastapi issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ramedina86 committed Jul 11, 2023
1 parent a21fa67 commit f5cb745
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ keywords = ["data apps", "gui", "ui"]
license = { text = "Apache 2.0" }
classifiers = ["Development Status :: 4 - Beta"]
dependencies = [
"pydantic == 1.10.11",
"fastapi >= 0.89.1, < 1",
"websockets >= 10.4, < 11",
"uvicorn >= 0.20.0, < 1",
Expand All @@ -28,6 +29,7 @@ ds = [
]
test = [
"pandas >= 1.5.3, < 2",
"pyarrow >= 12.0.0, < 13.0.0",
"plotly-express >= 0.4.1, < 1",
"pytest-asyncio >= 0.21.0, < 1",
"pytest >= 7.0.0, < 8",
Expand All @@ -36,6 +38,7 @@ test = [
]
build = [
"pandas >= 1.5.3, < 2",
"pyarrow >= 12.0.0, < 13.0.0",
"plotly-express >= 0.4.1, < 1",
"build >= 0.7.0, < 1",
"mypy >= 1.2.0, < 2",
Expand All @@ -44,7 +47,6 @@ build = [
"pytest-asyncio >= 0.21.0, < 1",
"altair >= 4.1.0, < 5",
"httpx >= 0.18.2, < 1",
"build >= 0.10.0, < 1"
]

[project.urls]
Expand Down

0 comments on commit f5cb745

Please sign in to comment.