Skip to content

chore: Standardize author mentions#2897

Open
maxdswain wants to merge 3 commits intodeepset-ai:mainfrom
maxdswain:standardize-author-mentions
Open

chore: Standardize author mentions#2897
maxdswain wants to merge 3 commits intodeepset-ai:mainfrom
maxdswain:standardize-author-mentions

Conversation

@maxdswain
Copy link

@maxdswain maxdswain commented Feb 28, 2026

Related Issues

Proposed Changes:

Standardize author mentions across integrations for every integration according to the criteria mentioned in #2373 - { name = "deepset GmbH", email = "[[email protected]](mailto:[email protected])" } set in the pyproject.toml authors field plus any community members listed as an author.

How did you test it?

N/A

Notes for the reviewer

Checklist

@maxdswain
Copy link
Author

@julian-risch It looks like Hatch (via PEP 621) expects a valid RFC 5322 email address string only, and not the markdown syntax you specified, so I'm reverting my latest commit which changed the email format. This means I'm using { name = "deepset GmbH", email = "[email protected]" } as the standard author mention for deepset rather than { name = "deepset GmbH", email = "[[email protected]](mailto:[email protected])" } if that's okay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Standardize author mentions across integrations

1 participant