From f15f3f3a7490be295a16eb2d925c14d65ce47481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 00:25:49 +0000 Subject: [PATCH] chore(deps): update pydantic requirement from ^1.8.0 to >=1.8,<3.0 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](https://github.com/pydantic/pydantic/compare/v1.8...v2.8.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b28439a..e4434ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]