Skip to content

Commit

Permalink
feat(prisma): upgrade to v5.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed Aug 6, 2024
1 parent 0cafaa7 commit 5def3a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prisma/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ class DefaultConfig(BaseSettings):
# doesn't change then the CLI is incorrectly cached
prisma_version: str = Field(
env='PRISMA_VERSION',
default='5.17.0',
default='5.18.0',
)

# Engine binary versions can be found under https://github.com/prisma/prisma-engine/commits/main
expected_engine_version: str = Field(
env='PRISMA_EXPECTED_ENGINE_VERSION',
default='393aa359c9ad4a4bb28630fb5613f9c281cde053',
default='4c784e32044a8a016d99474bd02a3b6123742169',
)

# Home directory, used to build the `binary_cache_dir` option by default, useful in multi-user
Expand Down

0 comments on commit 5def3a1

Please sign in to comment.