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

update library to use latest fastapi and pydantic + pydantic settings #62

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vsoch
Copy link
Member

@vsoch vsoch commented Aug 19, 2023

There is a current bug that pydantic has refactored to use a separate settings package, and this breaks the original start of the server. I prefer to keep things updated with the latest, so this round of changes unpins fastapi and pydantic to use the latest and adds pydantic-settings.

This will close #61

There is a current bug that pydantic has refactored to use
a separate settings package, and this breaks the original
start of the server. I prefer to keep things updated with the
latest, so this round of changes unpins fastapi and pydantic
to use the latest and adds pydantic-settings

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
@vsoch
Copy link
Member Author

vsoch commented Aug 19, 2023

See tiangolo/fastapi#10007 I can't find a way around this / getting it to work, even with previous versions.

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.

pydantic versions need debugging
1 participant