Skip to content

Conversation

@Thingus
Copy link
Contributor

@Thingus Thingus commented Jul 2, 2025

Removes the pydantic constraint and replaces all
pydantic api calls to the back-compatible pydantic.v1. Also rebulds requirements.txt and dev-requirements.txt.

Removes the pydantic constraint and replaces all
pydantic api calls to the back-compatible `pydantic.v1`.
Also rebulds requirements.txt and dev-requirements.txt.
@Thingus Thingus requested a review from greenape July 2, 2025 09:21
from fastapi import HTTPException
from fastapi.params import Depends
from pydantic import SecretStr
from pydantic.v1 import SecretStr
Copy link
Contributor

Choose a reason for hiding this comment

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

Presumably the v1 import actually means we now need to constrain to >= 2?

@Thingus
Copy link
Contributor Author

Thingus commented Jul 2, 2025 via email

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.

3 participants