Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxWarning errors on downstream dependencies #2140

Open
roshanjrajan opened this issue Jul 18, 2024 · 1 comment
Open

SyntaxWarning errors on downstream dependencies #2140

roshanjrajan opened this issue Jul 18, 2024 · 1 comment
Labels
bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team.

Comments

@roshanjrajan
Copy link

roshanjrajan commented Jul 18, 2024

Version

4.15.0

Describe the bug

When importing botbuilder, i get the following errors.

/usr/local/lib/python3.10/site-packages/recognizers_date_time/date_time/utilities.py:552: SyntaxWarning: 'int' object is not subscriptable; perhaps you missed a comma?
bias = 0[0]

/usr/local/lib/python3.10/site-packages/recognizers_number/number/extractors.py:37: SyntaxWarning: "is" with a literal. Did you mean "=="?
if source is None or len(source.strip()) is 0:

To Reproduce

Importing botbuilder core and schema through teams-ai package.

Expected behavior

Normally, I would make an issue with the corresponding package. But it hasn't been committed to in the last year. I expect the SyntaxWarnings to be filtered out or fixed.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

@roshanjrajan roshanjrajan added bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team. labels Jul 18, 2024
@roshanjrajan
Copy link
Author

roshanjrajan commented Aug 8, 2024

Sorry to ping, but is there anything we can do here? @tracyboehrer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team.
Projects
None yet
Development

No branches or pull requests

1 participant