8000 Update information about maintainers (#11790) · pydantic/pydantic@bf06866 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bf06866

Browse files
authored
Update information about maintainers (#11790)
1 parent 248fba6 commit bf06866

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/actions/people/people.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,6 @@ def get_top_users(
531531
'hramezani',
532532
'Kludex',
533533
'davidhewitt',
534-
'sydney-runkle',
535534
'alexmojaki',
536535
'Viicos',
537536
}

docs/concepts/experimental.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Each step in the pipeline can be:
3838
* A constraint step that checks the data against a condition
3939
* A predicate step that checks the data against a condition and raises an error if it returns `False`
4040

41-
<!-- TODO: (@sydney-runkle) add more documentation once we solidify the API during the experimental phase -->
41+
<!-- TODO: add more documentation once we solidify the API during the experimental phase -->
4242

4343
Note that the following example attempts to be exhaustive at the cost of complexity: if you find yourself writing this many transformations in type annotations you may want to consider having a `UserIn` and `UserOut` model (example below) or similar where you make the transformations via idiomatic plain Python code.
4444
These APIs are meant for situations where the code savings are significant and the added complexity is relatively small.

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ authors = [
1616
{name = 'Marcelo Trylesinski', email = 'marcelotryle@gmail.com'},
1717
{name = 'Sydney Runkle', email = 'sydneymarierunkle@gmail.com'},
1818
{name = 'David Hewitt', email = 'mail@davidhewitt.io'},
19-
{name = 'Alex Hall', email='alex.mojaki@gmail.com'},
20-
{name = 'Victorien Plot', email='contact@vctrn.dev'},
19+
{name = 'Alex Hall', email = 'alex.mojaki@gmail.com'},
20+
{name = 'Victorien Plot', email = 'contact@vctrn.dev'},
21+
{name = 'Douwe Maan', email = 'hi@douwe.me'},
2122
]
2223
license = 'MIT'
2324
license-files = ['LICENSE']
@@ -184,7 +185,7 @@ default-groups = ['dev']
184185

185186
# configuring https://github.com/pydantic/hooky
186187
[tool.hooky]
187-
reviewers = ['sydney-runkle']
188+
reviewers = ['Viicos', 'DouweM']
188189
require_change_file = false
189190
unconfirmed_label = 'pending'
190191

release/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ To create a new release:
4646
- the body should contain:
4747
- a copy-paste of the `HISTORY.md` section you prepared previously, plus
4848
- a full changelog link in the form `Full Changelog: https://github.com/pydantic/pydantic/compare/v{PREV_VERSION}...v{VERSION}/`
49-
7. Ask @sydney-runkle, @samuelcolvin, or @dmontagu to approve the release once CI has run.
49+
7. Ask @samuelcolvin or @dmontagu to approve the release once CI has run.

0 commit comments

Comments
 (0)
0