Skip to content

Commit

Permalink
Merge pull request #480 from conda/maresb-patch-1
Browse files Browse the repository at this point in the history
Remove deprecated allow_mutation flag
  • Loading branch information
maresb authored Aug 30, 2023
2 parents 2f075e7 + dfe68e5 commit a14c432
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conda_lock/virtual_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class FakePackage(BaseModel):
"""A minimal representation of the required metadata for a conda package"""

class Config:
allow_mutation = False
frozen = True

name: str
Expand Down

0 comments on commit a14c432

Please sign in to comment.