Skip to content

Commit

Permalink
Pins pydantic in dependencies (#382)
Browse files Browse the repository at this point in the history
* Pins pydantic in dependencies

* Changelog for release 1.3.3
  • Loading branch information
jsamoocha committed Jul 1, 2023
1 parent 20e9b73 commit dffb928
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## v1.3.3

### Fixed

- Fix: pins pydantic to v1 in pyproject.toml dependencies (@jsamoocha, #382)

## v1.3.2

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies = [
"pytz",
"arrow",
"requests",
"pydantic",
"pydantic==1.10.9",
]

[project.urls]
Expand Down

0 comments on commit dffb928

Please sign in to comment.