Skip to content

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
'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