Skip to content

Commit

Permalink
Relaxed pytest-asyncio dependency (#58)
Browse files Browse the repository at this point in the history
* Reverted pydantic dependency

---------

Co-authored-by: 0xMochan <[email protected]>
  • Loading branch information
gabrielfior and 0xMochan authored Jun 20, 2024
1 parent 797aaf8 commit 1ff50c6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
49 changes: 25 additions & 24 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords = ["graph", "subgrounds", "graphql", "subgraph"]
python = "^3.10"
pandas = ">=1.4.2, ^2.1"
pipe = "^2.0"
pydantic = "^2.6.1"
pydantic = "^2.0"
dash = { version = "^2.3.1", optional = true }
plotly = { version = "^5.14.1", optional = true }
httpx = { extras = ["http2"], version = "^0.25.1" }
Expand Down

0 comments on commit 1ff50c6

Please sign in to comment.