Skip to content

Commit

Permalink
build(engine): Remove duplicate pydantic + make orjson a core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllimyt committed Mar 8, 2024
1 parent bd5de8e commit 19a075d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ classifiers = [
]
dependencies = [
"fastapi",
"pydantic",
"sqlmodel",
"uvicorn",
"pydantic==2.6.1",
"openai",
"tenacity",
"colorlog",
"orjson",
"python-slugify"
]
dynamic = ["version"]
Expand All @@ -43,7 +43,6 @@ Repository = "https://github.com/TracecatHQ/tracecat"

[project.optional-dependencies]
runner = [
"orjson",
"httpx[http2]",
"python-multipart",
"jsonpath_ng",
Expand Down

0 comments on commit 19a075d

Please sign in to comment.