farcaster-py
farcaster-py copied to clipboard
:arrow_up: Bump annotated-types from 0.5.0 to 0.6.0
Bumps annotated-types from 0.5.0 to 0.6.0.
Release notes
Sourced from annotated-types's releases.
v0.6.0
What's Changed
- Drop Python 3.7, test on 3.12-dev and update deps by
@adriangb
in annotated-types/annotated-types#44- Add IsFinite type by
@adriangb
in annotated-types/annotated-types#43- Add Not to allow predicate negation by
@adriangb
in annotated-types/annotated-types#45- update deps to fix python 3.12 CI by
@adriangb
in annotated-types/annotated-types#50- ✨ Add support for
doc()
by@tiangolo
in annotated-types/annotated-types#49- Fix README typo by
@JelleZijlstra
in annotated-types/annotated-types#52- Remove unused pytest-mock test dependency by
@gotmax23
in annotated-types/annotated-types#54New Contributors
@tiangolo
made their first contribution in annotated-types/annotated-types#49@JelleZijlstra
made their first contribution in annotated-types/annotated-types#52@gotmax23
made their first contribution in annotated-types/annotated-types#54Full Changelog: https://github.com/annotated-types/annotated-types/compare/v0.5.0...v0.6.0
Commits
18584df
Prepare for 0.6.0 release4ddf47e
Remove unused pytest-mock test dependency (#54)cd18f89
Fix README typo (#52)3d3c4b9
✨ Add support for doc() (#49)8d06409
update deps to fix python 3.12 CI (#50)726ab13
Add Not to allow Predicate negation (#45)0ad1bd8
Add IsFinite to__all__
89d0321
Add IsFinite type (#43)85ad9b6
Drop Python 3.7, test on 3.12-dev and update deps (#44)- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.