Skip to content

Conversation

sydney-runkle
Copy link
Contributor

Closes #9340

Simplify the injection of annotations for deque types. Calling this the end of the sequence validator refactor - we've restructured significantly, and I think the next step is moving things to pydantic-core, which wasn't within the original scope of the issue.

@github-actions github-actions bot added the relnotes-fix Used for bugfixes. label Aug 1, 2024
Copy link

cloudflare-workers-and-pages bot commented Aug 1, 2024

Deploying pydantic-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9d8ea16
Status: ✅  Deploy successful!
Preview URL: https://fe9eb7f7.pydantic-docs.pages.dev
Branch Preview URL: https://deq-refac.pydantic-docs.pages.dev

View logs

Copy link

codspeed-hq bot commented Aug 1, 2024

CodSpeed Performance Report

Merging #10018 will not alter performance

Comparing deq-refac (9d8ea16) with main (6d41460)

Summary

✅ 17 untouched benchmarks

Copy link
Contributor

github-actions bot commented Aug 1, 2024

Coverage report

This PR does not seem to contain any modification to coverable code.

@@ -0,0 +1,49 @@
import collections
Copy link
Member

Choose a reason for hiding this comment

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

I feel like we should have from __future__ import annotations everywhere here

@sydney-runkle sydney-runkle enabled auto-merge (squash) August 1, 2024 19:08
@sydney-runkle sydney-runkle merged commit 41f2d48 into main Aug 1, 2024
@sydney-runkle sydney-runkle deleted the deq-refac branch August 1, 2024 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relnotes-fix Used for bugfixes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TODO: Sequence validator refactor
2 participants