Skip to content
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

Peter/fix orjson #192

Merged
merged 7 commits into from
Dec 14, 2023
Merged

Peter/fix orjson #192

merged 7 commits into from
Dec 14, 2023

Conversation

probicheaux
Copy link
Collaborator

Description

Reintroduce orjson with fixes for visualizations in responses

Add visualization tests to regression testing

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How has this change been tested, please provide a testcase or example of how you tested the change?

Locally

Any specific deployment considerations

Non

Docs

  • Docs updated? What were the changes:

)


def default(obj):
Copy link
Collaborator

Choose a reason for hiding this comment

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

please add typing

@@ -18,3 +18,4 @@ requests-toolbelt>=1.0.0
wheel>=0.38.1
setuptools>=65.5.1
pytest-asyncio<=0.21.1
orjson
Copy link
Collaborator

Choose a reason for hiding this comment

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

maybe a better placement would be requirements.http.txt?

Copy link
Contributor

Choose a reason for hiding this comment

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

Agreed! And can we pin orjson?

Copy link
Contributor

@paulguerrie paulguerrie left a comment

Choose a reason for hiding this comment

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

Looking good! Left one comment in addition to Paweł's comments.

@@ -18,3 +18,4 @@ requests-toolbelt>=1.0.0
wheel>=0.38.1
setuptools>=65.5.1
pytest-asyncio<=0.21.1
orjson
Copy link
Contributor

Choose a reason for hiding this comment

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

Agreed! And can we pin orjson?

@probicheaux probicheaux merged commit 14bf5cf into main Dec 14, 2023
5 checks passed
@probicheaux probicheaux deleted the peter/fix-orjson branch December 14, 2023 18:53
@paulguerrie paulguerrie mentioned this pull request Dec 15, 2023
2 tasks
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.

None yet

3 participants