Skip to content

Pinned python-jsonrpc-server to < 0.4 #859

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

Closed
wants to merge 1 commit into from

Conversation

zerocewl
Copy link
Contributor

Pinned python-jsonrpc-server to < 0.4 to avoid ujson error

Pinned `python-jsonrpc-server` to < 0.4 to avoid ujson error
@@ -36,7 +36,7 @@
'future>=0.14.0; python_version<"3"',
'backports.functools_lru_cache; python_version<"3.2"',
'jedi>=0.17.0,<0.18.0',
'python-jsonrpc-server>=0.3.2',
'python-jsonrpc-server>=0.3.2,<0.4',
Copy link

Choose a reason for hiding this comment

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

Why not

Suggested change
'python-jsonrpc-server>=0.3.2,<0.4',
'python-jsonrpc-server~=0.3.2',

? I think that would show the intent of "version 0.3.2 or any later, but compatible version".

@ccordoba12
Copy link
Contributor

This won't be necessary when PR #842 is merged, but thanks for your concern.

@ccordoba12 ccordoba12 closed this Sep 10, 2020
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

Successfully merging this pull request may close these issues.

3 participants