airtai / fastagency

The fastest way to bring multi-agent workflows to production.
https://fastagency.ai/latest
Apache License 2.0
11 stars 3 forks source link

Update prisma requirement from <0.14,>=0.13.1 to >=0.13.1,<0.15 #27

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 4 weeks ago

Updates the requirements on prisma to permit the latest version.

Release notes

Sourced from prisma's releases.

v0.14.0

What's Changed

Support for Prisma Schema Folder

Prisma now has preview support for splitting your schema.prisma file into multiple separate files!

For more information see their docs.

Dropped support for Python 3.7

Python 3.7 has been EOL for a while now and accounts for less than 1% of the downloads of Prisma Client Python, as such, support was dropped in this release.

Prisma Upgrades

The internal Prisma version has been updated from v5.11.0 to v5.17.0 which includes a lot of improvements, see the Prisma release notes for more information.

Commits
  • 0cafaa7 feat(package): release v0.14.0 (#993)
  • 91e6429 chore(deps): update dependency twine to v5 (#908)
  • 25d353c chore(internal): skip unsupported sqlite transaction tests
  • a3e913e fix(sqlite): use source file path when overriding default datasource
  • f425236 chore(internal): pass preview features through to base client
  • b45349e refactor(client/raw_queries): new internal structure
  • 2d3e065 feat(prisma): upgrade to v5.17.0
  • 482a321 chore(jsonrpc): add debug logs for line parsing (#992)
  • bbc4e4d chore(deps): update dependency pydantic to v2.8.2 (#988)
  • fd6a868 chore(deps): update dependency inline-snapshot to v0.12.0 (#952)
  • Additional commits viewable in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
dependabot[bot] commented 4 weeks ago

Looks like prisma is no longer updatable, so this is no longer needed.