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

Fix pydantic.networks imports #558

Merged
merged 2 commits into from
Nov 25, 2024
Merged

Fix pydantic.networks imports #558

merged 2 commits into from
Nov 25, 2024

Conversation

CasperWA
Copy link
Contributor

Description:

Copilot summary

This pull request includes updates to the oteapi project to improve compatibility and functionality by updating dependencies and modifying the usage of URL types in the codebase. The most important changes include updating the pydantic dependency, modifying URL types to AnyUrl, and updating other dependencies in pyproject.toml.

Dependency updates:

  • pyproject.toml: Updated pydantic to version 2.10 and pydantic-settings to version 2.6 to ensure compatibility with the latest features and bug fixes.
  • pyproject.toml: Updated other dependencies such as celery, openpyxl, Pillow, psycopg, and requests to their latest versions to maintain compatibility and improve performance.

Code updates:

Type of change:

  • Bug fix.
  • New feature.
  • Documentation update.

Checklist for the reviewer:

This checklist should be used as a help for the reviewer.

  • Is the change limited to one issue?
  • Does this PR close the issue?
  • Is the code easy to read and understand?
  • Do all new feature have an accompanying new test?
  • Has the documentation been updated as necessary?

@CasperWA CasperWA added bug Something isn't working BLOCKING This issue or PR blocks further development, i.e., it is critical labels Nov 22, 2024
Copy link

codecov bot commented Nov 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.37%. Comparing base (c7e9126) to head (d7f5abf).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #558   +/-   ##
=======================================
  Coverage   84.37%   84.37%           
=======================================
  Files          14       14           
  Lines         653      653           
=======================================
  Hits          551      551           
  Misses        102      102           
Flag Coverage Δ
linux 84.37% <100.00%> (ø)
linux-strategies 84.37% <100.00%> (ø)
windows 83.76% <100.00%> (ø)
windows-strategies 83.76% <100.00%> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@CasperWA CasperWA merged commit f32a519 into master Nov 25, 2024
22 checks passed
@CasperWA CasperWA deleted the cwa/fix-pydantic-issue branch November 25, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BLOCKING This issue or PR blocks further development, i.e., it is critical bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants