-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed: - API dynamique bulk requests now returns the number of created items - Upgrade alembic to `1.13.2` - Upgrade Pydantic to `2.7.4` - Upgrade pydantic-settings to `2.3.4` - Upgrade pydantic-extra-types to `2.8.2` - Upgrade email-validator to `2.2.0` - Upgrade sentry-sdk to `2.7.1`
- Loading branch information
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""QualiCharge package root.""" | ||
|
||
__version__ = "0.9.0" | ||
__version__ = "0.10.0" |