Skip to content

Commit

Permalink
chore: Loosen pydantic and structlog dependencies (#47)
Browse files Browse the repository at this point in the history
* chore: Loosen `pydantic` and `structlog` dependencies

* Set upper bounds

* Remove redundant constraint
  • Loading branch information
edgarrmondragon authored Jan 16, 2023
1 parent 11282ff commit 4de38d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
26 changes: 8 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ packages = [

[tool.poetry.dependencies]
python = "<3.12,>=3.7"
structlog = "^22.3.0"
structlog = "^21.2.0"
PyYAML = "^6.0.0"
pydantic = "^1.10.4"
pydantic = ">=1.9.0,<2"
devtools = "^0.10.0"

# Sphinx dependencies installed as optional 'docs' extras
Expand Down

0 comments on commit 4de38d6

Please sign in to comment.