Skip to content

Commit

Permalink
force to limit pydantic version < 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tianweidut committed Jul 10, 2023
1 parent b9042ee commit 8f97c9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"trio>=0.22.0",
"httpx>=0.22.0",
"urllib3<1.27",
"pydantic<2.0.0", # current broker and fastapi lib code only work with pydantic < 2.0.0
]

extras_require = {
Expand Down

0 comments on commit 8f97c9d

Please sign in to comment.