Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
chore(deps): update pydantic requirement from ^1.8.0 to >=1.8,<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.8...v2.8.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 438faad commit f15f3f3
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 @@ -19,7 +19,7 @@ include = ["src/ikea_api/py.typed"]
python = "^3.8"
typing-extensions = {version = "^4.0.0", python = "<3.10"}
requests = {version = "*", optional = true}
pydantic = {version = "^1.8.0", optional = true}
pydantic = {version = ">=1.8,<3.0", optional = true}
httpx = {version = "^0.23", optional = true}

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit f15f3f3

Please sign in to comment.