Skip to content

Commit

Permalink
Merge pull request #3 from superagentxai/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
SyedHabibM authored Oct 22, 2024
2 parents ac224c2 + 601ecb0 commit decdf1f
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 65 deletions.
121 changes: 58 additions & 63 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ asyncpg = "^0.30.0"
aiomysql = "^0.2.0"
aioodbc = "^0.5.0"
jira = "^3.8.0"
pypdf2 = "^3.0.1"
pypdf = "^5.0.1"

[tool.poetry.group.test.dependencies]
pytest = "^8.3.3"
Expand Down
2 changes: 1 addition & 1 deletion superagentx_handlers/google/gmail.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from abc import ABC
from email.message import EmailMessage

from PyPDF2 import PdfReader
from pypdf import PdfReader
from google_auth_oauthlib.flow import InstalledAppFlow
from googleapiclient.discovery import build
from googleapiclient.errors import HttpError
Expand Down

0 comments on commit decdf1f

Please sign in to comment.