Redlnn / redbot

一个以 Graia Ariadne 框架为基础的 QQ 机器人
GNU Affero General Public License v3.0
15 stars 5 forks source link

chore(deps): bump sqlmodel from 0.0.6 to 0.0.7 #110

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps sqlmodel from 0.0.6 to 0.0.7.

Release notes

Sourced from sqlmodel's releases.

0.0.7

Features

  • ✨ Allow setting unique in Field() for a column. PR #83 by @​raphaelgibson.
  • ✨ Update GUID handling to use stdlib UUID.hex instead of an int. PR #26 by @​andrewbolster.
  • ✨ Raise an exception when using a Pydantic field type with no matching SQLAlchemy type. PR #18 by @​elben10.
  • ⬆ Upgrade constrain for SQLAlchemy = ">=1.4.17,<=1.4.41". PR #371 by @​RobertRosca.
  • ✨ Add new Session.get() parameter execution_options. PR #302 by @​tiangolo.

Fixes

  • 🐛 Fix type annotations for Model.parse_obj(), and Model.validate(). PR #321 by @​phi-friday.
  • 🐛 Fix Select and SelectOfScalar to inherit cache to avoid warning: SAWarning: Class SelectOfScalar will not make use of SQL compilation caching. PR #234 by @​rabinadk1.
  • 🐛 Fix handling validators for non-default values. PR #253 by @​byrman.
  • 🐛 Fix fields marked as "set" in models. PR #117 by @​statt8900.
  • 🐛 Fix Enum handling in SQLAlchemy. PR #165 by @​chriswhite199.
  • 🐛 Fix setting nullable property of Fields that don't accept None. PR #79 by @​van51.
  • 🐛 Fix SQLAlchemy version 1.4.36 breaks SQLModel relationships (#315). PR #322 by @​byrman.

Docs

  • 📝 Update docs for models for updating, id should not be updatable. PR #335 by @​kurtportelli.
  • ✏ Fix broken variable/typo in docs for Read Relationships, hero_spider_boy.id => hero_spider_boy.team_id. PR #106 by @​yoannmos.
  • 🎨 Remove unwanted highlight in the docs. PR #233 by @​jalvaradosegura.
  • ✏ Fix typos in docs/databases.md and docs/tutorial/index.md. PR #35 by @​prrao87.
  • ✏ Fix typo in docs/tutorial/relationship-attributes/define-relationships-attributes.md. PR #239 by @​jalvaradosegura.
  • ✏ Fix typo in docs/tutorial/fastapi/simple-hero-api.md. PR #80 by @​joemudryk.
  • ✏ Fix typos in multiple files in the docs. PR #400 by @​VictorGambarini.
  • ✏ Fix typo in docs/tutorial/code-structure.md. PR #344 by @​marciomazza.
  • ✏ Fix typo in docs/db-to-code.md. PR #155 by @​gr8jam.
  • ✏ Fix typo in docs/contributing.md. PR #323 by @​Fardad13.
  • ✏ Fix typo in docs/tutorial/fastapi/tests.md. PR #265 by @​johnhoman.
  • ✏ Fix typo in docs/tutorial/where.md. PR #286 by @​jalvaradosegura.
  • ✏ Fix typos in docs/tutorial/fastapi/update.md. PR #268 by @​cirrusj.
  • ✏ Fix typo in docs/tutorial/fastapi/simple-hero-api.md. PR #247 by @​hao-wang.
  • ✏ Fix typos in docs/tutorial/automatic-id-none-refresh.md, docs/tutorial/fastapi/update.md, docs/tutorial/select.md. PR #185 by @​rootux.
  • ✏ Fix typo in docs/databases.md. PR #177 by @​seandlg.
  • ✏ Fix typos in docs/tutorial/fastapi/update.md. PR #162 by @​wmcgee3.
  • ✏ Fix typos in docs/tutorial/code-structure.md, docs/tutorial/fastapi/multiple-models.md, docs/tutorial/fastapi/simple-hero-api.md, docs/tutorial/many-to-many/index.md. PR #116 by @​moonso.
  • ✏ Fix typo in docs/tutorial/fastapi/teams.md. PR #154 by @​chrisgoddard.
  • ✏ Fix typo variable in example about relationships and back_populates, always use hero instead of owner. PR #120 by @​onionj.
  • ✏ Fix typo in docs/tutorial/fastapi/tests.md. PR #113 by @​feanil.
  • ✏ Fix typo in docs/tutorial/where.md. PR #72 by @​ZettZet.
  • ✏ Fix typo in docs/tutorial/code-structure.md. PR #91 by @​dhiraj.
  • ✏ Fix broken link to newsletter sign-up in docs/help.md. PR #84 by @​mborus.
  • ✏ Fix typos in docs/tutorial/many-to-many/create-models-with-link.md. PR #45 by @​xginn8.
  • ✏ Fix typo in docs/tutorial/index.md. PR #398 by @​ryangrose.

Internal

... (truncated)

Changelog

Sourced from sqlmodel's changelog.

0.0.7

Features

  • ✨ Allow setting unique in Field() for a column. PR #83 by @​raphaelgibson.
  • ✨ Update GUID handling to use stdlib UUID.hex instead of an int. PR #26 by @​andrewbolster.
  • ✨ Raise an exception when using a Pydantic field type with no matching SQLAlchemy type. PR #18 by @​elben10.
  • ⬆ Upgrade constrain for SQLAlchemy = ">=1.4.17,<=1.4.41". PR #371 by @​RobertRosca.
  • ✨ Add new Session.get() parameter execution_options. PR #302 by @​tiangolo.

Fixes

  • 🐛 Fix type annotations for Model.parse_obj(), and Model.validate(). PR #321 by @​phi-friday.
  • 🐛 Fix Select and SelectOfScalar to inherit cache to avoid warning: SAWarning: Class SelectOfScalar will not make use of SQL compilation caching. PR #234 by @​rabinadk1.
  • 🐛 Fix handling validators for non-default values. PR #253 by @​byrman.
  • 🐛 Fix fields marked as "set" in models. PR #117 by @​statt8900.
  • 🐛 Fix Enum handling in SQLAlchemy. PR #165 by @​chriswhite199.
  • 🐛 Fix setting nullable property of Fields that don't accept None. PR #79 by @​van51.
  • 🐛 Fix SQLAlchemy version 1.4.36 breaks SQLModel relationships (#315). PR #322 by @​byrman.

Docs

  • 📝 Update docs for models for updating, id should not be updatable. PR #335 by @​kurtportelli.
  • ✏ Fix broken variable/typo in docs for Read Relationships, hero_spider_boy.id => hero_spider_boy.team_id. PR #106 by @​yoannmos.
  • 🎨 Remove unwanted highlight in the docs. PR #233 by @​jalvaradosegura.
  • ✏ Fix typos in docs/databases.md and docs/tutorial/index.md. PR #35 by @​prrao87.
  • ✏ Fix typo in docs/tutorial/relationship-attributes/define-relationships-attributes.md. PR #239 by @​jalvaradosegura.
  • ✏ Fix typo in docs/tutorial/fastapi/simple-hero-api.md. PR #80 by @​joemudryk.
  • ✏ Fix typos in multiple files in the docs. PR #400 by @​VictorGambarini.
  • ✏ Fix typo in docs/tutorial/code-structure.md. PR #344 by @​marciomazza.
  • ✏ Fix typo in docs/db-to-code.md. PR #155 by @​gr8jam.
  • ✏ Fix typo in docs/contributing.md. PR #323 by @​Fardad13.
  • ✏ Fix typo in docs/tutorial/fastapi/tests.md. PR #265 by @​johnhoman.
  • ✏ Fix typo in docs/tutorial/where.md. PR #286 by @​jalvaradosegura.
  • ✏ Fix typos in docs/tutorial/fastapi/update.md. PR #268 by @​cirrusj.
  • ✏ Fix typo in docs/tutorial/fastapi/simple-hero-api.md. PR #247 by @​hao-wang.
  • ✏ Fix typos in docs/tutorial/automatic-id-none-refresh.md, docs/tutorial/fastapi/update.md, docs/tutorial/select.md. PR #185 by @​rootux.
  • ✏ Fix typo in docs/databases.md. PR #177 by @​seandlg.
  • ✏ Fix typos in docs/tutorial/fastapi/update.md. PR #162 by @​wmcgee3.
  • ✏ Fix typos in docs/tutorial/code-structure.md, docs/tutorial/fastapi/multiple-models.md, docs/tutorial/fastapi/simple-hero-api.md, docs/tutorial/many-to-many/index.md. PR #116 by @​moonso.
  • ✏ Fix typo in docs/tutorial/fastapi/teams.md. PR #154 by @​chrisgoddard.
  • ✏ Fix typo variable in example about relationships and back_populates, always use hero instead of owner. PR #120 by @​onionj.
  • ✏ Fix typo in docs/tutorial/fastapi/tests.md. PR #113 by @​feanil.
  • ✏ Fix typo in docs/tutorial/where.md. PR #72 by @​ZettZet.
  • ✏ Fix typo in docs/tutorial/code-structure.md. PR #91 by @​dhiraj.
  • ✏ Fix broken link to newsletter sign-up in docs/help.md. PR #84 by @​mborus.
  • ✏ Fix typos in docs/tutorial/many-to-many/create-models-with-link.md. PR #45 by @​xginn8.
  • ✏ Fix typo in docs/tutorial/index.md. PR #398 by @​ryangrose.

Internal

... (truncated)

Commits
  • f9522b3 🔖 Release version 0.0.7
  • e784892 📝 Update release notes
  • eb12bbc 📝 Update release notes
  • 6216409 ♻ Refactor internal statements to simplify code (#53)
  • 6fe256e 📝 Update release notes
  • 92f52a3 ♻ Refactor internal imports to reduce redundancy (#272)
  • 2bc915e 📝 Update release notes
  • 42b0e6e ✨ Allow setting unique in Field() for a column (#83)
  • 1ca2880 📝 Update release notes
  • a2cda83 📝 Update docs for models for updating, id should not be updatable (#335)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)