Skip to content

Commit

Permalink
Merge pull request #201 from michaelfeil/orjson-fix
Browse files Browse the repository at this point in the history
fix-orjson
  • Loading branch information
michaelfeil authored Apr 13, 2024
2 parents 1958cc5 + 59a13c0 commit d4279a0
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 49 deletions.
100 changes: 52 additions & 48 deletions libs/infinity_emb/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/infinity_emb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ huggingface_hub="*"
rich = {version = "^13", optional=true}
# webserver-only
fastapi = {version = "^0.103.2", optional=true}
orjson = {version = ">=3.9.8,<4", optional=true}
orjson = {version = ">=3.9.8,!=3.10.0", optional=true}
prometheus-fastapi-instrumentator = {version = "^6.1.0", optional=true}
uvicorn = {extras = ["standard"], version = "^0.23.2", optional=true}
typer = {extras = ["all"], version = "^0.9.0", optional=true}
Expand Down

0 comments on commit d4279a0

Please sign in to comment.