Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.9

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to my knowledge the specific python version that the support tunnel runs in is 3.8.20, at least according to the python version I had when I entered the venv

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I was just testing out if this fixed the failures we are seeing. When I reran this check yesterday it was complaining about a missing .python-version. I'm guessing one fix here might be to upgrade this project to use pyproject.toml and follow a different package build flow.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is some incompatibility with how we currently build this project and this security check.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PyMySQL
urllib3
uvicorn
pydantic
pyroute2
pyroute2==0.7.12
requests
tenacity
SQLAlchemy
Expand Down
Loading