Skip to content

Commit

Permalink
Update pydantic requirement from ^1.9.0,<1.11 to >=1.9,<3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.9.0...v2.0)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 3, 2023
1 parent bebc09c commit 917490b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keywords = ["postgres", "postgresql", "asyncpg", "asyncio", "orm"]
[tool.poetry.dependencies]
python = "^3.8"
asyncpg = ">=0.25,<0.28"
pydantic = "^1.9.0,<1.11"
pydantic = ">=1.9,<3.0"

[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
Expand Down

0 comments on commit 917490b

Please # to comment.