Skip to content

Commit

Permalink
⬆ : Bump pydantic from 2.0.3 to 2.1.1 (#43)
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.0.3 to 2.1.1.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.0.3...v2.1.1)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 8, 2023
1 parent 7a0fd43 commit 79c2e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
packages=find_packages(),
package_data={'logo': ['SVGLogo.svg']},
install_requires=[
"pydantic==2.0.3",
"pydantic==2.1.1",
"pydantic-settings==2.0.2",
"requests==2.31.0",
"google-api-core==2.11.1",
Expand Down

0 comments on commit 79c2e51

Please sign in to comment.