Skip to content

Commit

Permalink
#1891 - When building api/http container, it cannot run due to mismat…
Browse files Browse the repository at this point in the history
…ch in pydantic version (#1892)
  • Loading branch information
T1t4m1un authored Apr 1, 2024
1 parent ad8471f commit 6c2a46e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/http/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
package_data = {"": ["*"]}

install_requires = [
"pydantic==1.10.8",
"aiofiles>=0.7.0",
"epam.indigo>=1.4.3",
"fastapi>=0.63.0",
Expand Down

0 comments on commit 6c2a46e

Please sign in to comment.