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

feat: normalize timestamps #451

Merged
merged 2 commits into from
Mar 27, 2023
Merged

feat: normalize timestamps #451

merged 2 commits into from
Mar 27, 2023

Conversation

axiomofjoy
Copy link
Contributor

@axiomofjoy axiomofjoy commented Mar 26, 2023

resolves #314

pyproject.toml Outdated
@@ -46,6 +46,7 @@ dev = [
"pytest-lazy-fixture",
"strawberry-graphql[debug-server]==0.155.3",
"pre-commit",
"mypy<0.1000",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Current version of mypy is causing the MyPy daemon to crash on VSCode, anyone else noticing this?

Copy link
Contributor

Choose a reason for hiding this comment

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

Seems like @RogerHYang is advising just adjust your virtualenv? I'm not sure we NEED this as a dev deps, though I'm not against pinning it here.

@axiomofjoy axiomofjoy self-assigned this Mar 26, 2023
Copy link
Contributor

@mikeldking mikeldking left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Force pandas timestamp columns to be in UTC pre-serialization
2 participants