mirror of
https://github.com/cs01/termpair.git
synced 2026-04-26 04:55:55 +03:00
[PR #104] [MERGED] fix python 3.10 bug by updating dependencies #104
Labels
No labels
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termpair#104
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cs01/termpair/pull/104
Author: @cs01
Created: 6/22/2022
Status: ✅ Merged
Merged: 6/22/2022
Merged by: @cs01
Base:
master← Head:cs01/fix-python-3.10-bug📝 Commits (1)
e2dd791update requirements.txt📊 Changes
10 files changed (+88 additions, -37 deletions)
View changed files
📝
.github/workflows/build_executable.yml(+3 -3)📝
.github/workflows/tests.yml(+4 -4)📝
CHANGELOG.md(+4 -0)📝
CONTRIBUTING.md(+11 -3)📝
noxfile.py(+10 -1)📝
requirements.txt(+49 -19)📝
setup.py(+2 -2)📝
termpair/constants.py(+2 -2)📝
termpair/frontend_src/src/constants.tsx(+1 -1)📝
termpair/share.py(+2 -2)📄 Description
CHANGELOG.mdSummary of changes
Fix error so Python 3.10 can use termpair.
The fix was to update the websockets package.
Ran
which updated dependencies and fixed the issue
Test plan
Before
After
works
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.