Skip to content

Commit

Permalink
build(deps): update pydantic requirement from ~1 to >=1,<3 (#60)
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.0...v2.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2023
1 parent 4368c65 commit 4ddaace
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.8"
authlib = "~1"
authlib = ">=1,<3"
# As per httpx recommendation we will lock to a fixed minor version until 1.0 is released
httpx = "~0.25"
pydantic = "~1"
pydantic = ">=1,<3"
orjson = { version = "~3", optional = true }
ipython = { version = "~8", optional = true, python = "^3.8" }
zeep = { version = "~4", optional = true, extras = ["async"] }
Expand All @@ -43,7 +43,7 @@ black = "~23"
flake8 = "~5"
isort = "~5"
mkdocs-material = "~9"
mypy = "~1"
mypy = ">=1,<3"
pytest = "~7"
pytest-cov = "~4"
types-setuptools = "^68.2.0"
Expand Down

0 comments on commit 4ddaace

Please sign in to comment.