Skip to content

Commit

Permalink
Disallow uvicorn 0.28.0
Browse files Browse the repository at this point in the history
due to galaxyproject#17669 .

Disallow also pydantic 2.6.4 .
  • Loading branch information
nsoranzo committed Mar 18, 2024
1 parent b798532 commit 9bbd91d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pillow = "*"
psutil = "*"
pulsar-galaxy-lib = ">=0.15.0.dev0"
pycryptodome = "*"
pydantic = {version = ">=2, !=2.6.0, !=2.6.1, !=2.6.2, !=2.6.3", extras = ["email"]} # https://github.com/pydantic/pydantic/issues/8760
pydantic = {version = ">=2, !=2.6.0, !=2.6.1, !=2.6.2, !=2.6.3, !=2.6.4", extras = ["email"]} # https://github.com/pydantic/pydantic/issues/8760
PyJWT = "*"
pykwalify = "*"
pylibmagic = "*"
Expand Down Expand Up @@ -118,7 +118,7 @@ svgwrite = "*"
tifffile = "*"
tuswsgi = "*"
typing-extensions = "*"
uvicorn = "*"
uvicorn = "!=0.28.0" # https://github.com/galaxyproject/galaxy/issues/17669
uvloop = "*"
WebOb = "*"
Whoosh = "*"
Expand Down

0 comments on commit 9bbd91d

Please sign in to comment.