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

agent.py:6: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 #1512

Open
seanthegeek opened this issue May 10, 2023 · 2 comments

Comments

@seanthegeek
Copy link
Contributor

I was playing with agent.py and I noticed this warning when running on Python 3.10.11

agent.py:6: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13

Obviously 3.13 is a ways away, and we could always install an older version, but I thought I'd still call it out.

@doomedraven
Copy link
Collaborator

this one will be a bit problematic at it looks like no native solution for this one https://peps.python.org/pep-0594/#cgi. More dependencies coming. This will be fun :D

@nbargnesi
Copy link
Contributor

Probably worth us revisiting the agent module and analyzer. There's a lot of improvements to be made (see #1680 for example).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants