Skip to content

Conversation

@dreadatour
Copy link
Contributor

#1004 is resolved by pydantic/pydantic-core#1693

Removing pydantic version limit.

@dreadatour dreadatour requested review from a team and Copilot May 28, 2025 09:49
@dreadatour dreadatour self-assigned this May 28, 2025
@cloudflare-workers-and-pages
Copy link

Deploying datachain-documentation with  Cloudflare Pages  Cloudflare Pages

Latest commit: 84e8400
Status: ✅  Deploy successful!
Preview URL: https://f1cadb67.datachain-documentation.pages.dev
Branch Preview URL: https://pydantic-upgrade.datachain-documentation.pages.dev

View logs

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR removes the upper-version constraint on the pydantic dependency now that core support has landed.

  • Drop the <2.11 limit on pydantic in pyproject.toml
  • Allow any future pydantic release without manual bumps
Comments suppressed due to low confidence (1)

pyproject.toml:45

  • [nitpick] Consider specifying a reasonable upper bound or caret requirement (e.g., pydantic>=2.0,<3.0) to lock the major version and guard against breaking changes in a future major release.
  "pydantic",

@dreadatour dreadatour linked an issue May 28, 2025 that may be closed by this pull request
@codecov
Copy link

codecov bot commented May 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.61%. Comparing base (07a5e4d) to head (84e8400).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1123   +/-   ##
=======================================
  Coverage   88.61%   88.61%           
=======================================
  Files         148      148           
  Lines       12855    12855           
  Branches     1811     1811           
=======================================
  Hits        11391    11391           
  Misses       1036     1036           
  Partials      428      428           
Flag Coverage Δ
datachain 88.54% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dreadatour dreadatour merged commit 882057c into main May 28, 2025
35 checks passed
@dreadatour dreadatour deleted the pydantic-upgrade branch May 28, 2025 10:13
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.

Cloudpickle is broken in Pydantic 2.11.0

3 participants