-
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.
- Loading branch information
1 parent
8070dac
commit 1a80ece
Showing
6 changed files
with
9 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
release-date = "2024-05-31" | ||
|
||
[[entries]] | ||
id = "0240153b-1aaa-4801-b258-522c608bb936" | ||
type = "improvement" | ||
|
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,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "databind.core" | ||
version = "4.5.1" | ||
version = "4.5.2" | ||
description = "Databind is a library inspired by jackson-databind to de-/serialize Python dataclasses. Compatible with Python 3.8 and newer. Deprecated, use `databind` package." | ||
authors = ["Niklas Rosenstein <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -14,7 +14,7 @@ Repository = "https://github.com/NiklasRosenstein/python-databind" | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.8.0" | ||
databind = "^4.5.1" | ||
databind = "^4.5.2" | ||
|
||
[build-system] | ||
requires = ["poetry-core==1.0.8"] # Don't ugprade, see https://github.com/NiklasRosenstein/python-databind/issues/64 | ||
|
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,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "databind.json" | ||
version = "4.5.1" | ||
version = "4.5.2" | ||
description = "De-/serialize Python dataclasses to or from JSON payloads. Compatible with Python 3.8 and newer. Deprecated, use `databind` module instead." | ||
authors = ["Niklas Rosenstein <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -14,7 +14,7 @@ Repository = "https://github.com/NiklasRosenstein/python-databind" | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.8.0" | ||
databind = "^4.5.1" | ||
databind = "^4.5.2" | ||
|
||
[build-system] | ||
requires = ["poetry-core==1.0.8"] # Don't ugprade, see https://github.com/NiklasRosenstein/python-databind/issues/64 | ||
|
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,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "databind" | ||
version = "4.5.1" | ||
version = "4.5.2" | ||
description = "Databind is a library inspired by jackson-databind to de-/serialize Python dataclasses. The `databind` package will install the full suite of databind packages. Compatible with Python 3.8 and newer." | ||
authors = ["Niklas Rosenstein <[email protected]>"] | ||
license = "MIT" | ||
|
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