Skip to content

Commit

Permalink
Updated todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mchlwellman committed Jul 26, 2024
1 parent ffb55fc commit b1fa93d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ marshmallow-sqlalchemy = "*"
nanoid = "*"
notifications-python-client = "*"
phonenumbers = "*"
protobuf = "^4.25" # TODO: Pinned because version 5.27.2 failed to deploy
psycopg2-binary = "*"

# TODO: protobuf is pinned because version 5.27.2 failed to deploy, see https://github.com/department-of-veterans-affairs/notification-api/issues/1886
protobuf = "^4.25" psycopg2-binary = "*"
pwnedpasswords = "*"
PyJWT = "*"
pypdf = "*"
Expand Down

0 comments on commit b1fa93d

Please sign in to comment.