Skip to content

Commit

Permalink
remove pyyaml constraint to allow >=6.0
Browse files Browse the repository at this point in the history
the primary motivation for this change is to remove issues with cython >=3.0
see yaml/pyyaml#601

the fideslang update is needed since previously it had constrained pyyaml
  • Loading branch information
adamsachs committed Jul 17, 2023
1 parent ec70d25 commit e778a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ expandvars==0.9.0
fastapi[all]==0.89.1
fastapi-caching[redis]==0.3.0
fastapi-pagination[sqlalchemy]~= 0.10.0
fideslang==1.4.2
fideslang==1.4.3
fideslog==1.2.10
firebase-admin==5.3.0
GitPython==3.1.31
Expand All @@ -39,7 +39,7 @@ pymongo==3.13.0
pymssql==2.2.7
PyMySQL==1.0.2
python-jose[cryptography]==3.3.0
pyyaml>=5,<6
pyyaml>=5,<7
redis==3.5.3
RestrictedPython==6.0.0
rich-click==1.6.1
Expand Down

0 comments on commit e778a8a

Please sign in to comment.