palantir / python-jsonrpc-server

A Python 2 and 3 asynchronous JSON RPC server
MIT License
83 stars 36 forks source link

PR: Add latest version of ujson for py>3 #39

Closed goanpeca closed 4 years ago

goanpeca commented 4 years ago

Fixes https://github.com/palantir/python-language-server/issues/802

Ujson package has been revived and version 2.0 with wheels for all systems should be on PyPi shortly.

yan12125 commented 4 years ago

ujson 3.0 is released and Windows and macOS wheels are included. However, that version drops supports for Python 2.7, which seems to be still supported by jsonrpc-server.

Release notes for ujson 3.0: https://github.com/ultrajson/ultrajson/releases/tag/3.0.0

PureTryOut commented 4 years ago

Is it dropping Python 2.7 support still an issue? Python 2.7 is EOL anyway and nobody should bother with it anymore really.

PureTryOut commented 4 years ago

Any chance this can be merged soon? It's currently blocking python-language-server on systems with newer ujson.

ccordoba12 commented 4 years ago

Closing this one in favor of #44.