Skip to content

Commit

Permalink
upgrade various versions; downgrade orjson
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Feb 5, 2024
1 parent c48386d commit 713f354
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@
namespace_packages=[],
install_requires=[
"followthemoney==3.5.9",
"nomenklatura==3.10.3",
"rigour==0.4.3",
"nomenklatura==3.10.4",
"rigour==0.4.5",
"asyncstdlib==3.12.0",
"aiocron==1.8",
"aiocsv==1.2.5",
"aiofiles==23.2.1",
"types-aiofiles>=23.1.0.4,<23.3",
"aiohttp[speedups]==3.9.3",
"elasticsearch[async]==8.12.0",
"fastapi==0.109.0",
"fastapi==0.109.2",
"uvicorn[standard]==0.27.0.post1",
"httpx[http2]==0.26.0",
"python-multipart==0.0.6",
"python-multipart==0.0.7",
"email-validator==2.1.0.post1",
"structlog==24.1.0",
"pyicu==2.12",
"jellyfish==1.0.3",
"orjson==3.9.12",
"orjson==3.9.10",
"text-unidecode==1.3",
"click==8.1.6",
"normality==2.5.0",
Expand Down

0 comments on commit 713f354

Please sign in to comment.