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 sqlmodel to 0.0.11 #924

Closed
tcompa opened this issue Oct 24, 2023 · 2 comments
Closed

Update sqlmodel to 0.0.11 #924

tcompa opened this issue Oct 24, 2023 · 2 comments
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@tcompa
Copy link
Collaborator

tcompa commented Oct 24, 2023

Release notes (https://sqlmodel.tiangolo.com/release-notes/#009 and https://sqlmodel.tiangolo.com/release-notes/#0010) do not include anything which looks relevant or risky, but let's keep fractal-server up-to-date with the latest sqlmodel version since we expect this dependency to move relatively fast in the near future (ref fastapi/sqlmodel#654).

@tcompa tcompa added the dependencies Pull requests that update a dependency file label Oct 24, 2023
tcompa added a commit that referenced this issue Oct 24, 2023
@tcompa tcompa linked a pull request Oct 24, 2023 that will close this issue
1 task
@tcompa tcompa changed the title Update sqlmodel to 0.0.9 Update sqlmodel to ~~0.0.9~~ 0.0.10 Oct 27, 2023
@tcompa tcompa changed the title Update sqlmodel to ~~0.0.9~~ 0.0.10 Update sqlmodel to 0.0.10 Oct 27, 2023
@tcompa
Copy link
Collaborator Author

tcompa commented Oct 30, 2023

Yet another release (0.0.11):

Features

  • ✨ Add support for passing a custom SQLAlchemy type to Field() with sa_type. PR #505 by @maru0123-2004.
    You might consider this a breaking change if you were using an incompatible combination of arguments, those arguments were not taking effect and now you will have a type error and runtime error telling you that.
  • ✨ Do not allow invalid combinations of field parameters for columns and relationships, sa_column excludes sa_column_args, primary_key, nullable, etc. PR #681 by @tiangolo.

@tcompa tcompa changed the title Update sqlmodel to 0.0.10 Update sqlmodel to 0.0.11 Oct 30, 2023
@tcompa tcompa mentioned this issue Oct 30, 2023
@mfranzon mfranzon self-assigned this Nov 8, 2023
@tcompa
Copy link
Collaborator Author

tcompa commented Nov 14, 2023

This was already closed with #949

@tcompa tcompa closed this as completed Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants