Skip to content

chore: Standardize author mentions#2897

Merged
julian-risch merged 3 commits intodeepset-ai:mainfrom
maxdswain:standardize-author-mentions
Mar 2, 2026
Merged

chore: Standardize author mentions#2897
julian-risch merged 3 commits intodeepset-ai:mainfrom
maxdswain:standardize-author-mentions

Conversation

@maxdswain
Copy link
Copy Markdown
Contributor

@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 = "[info@deepset.ai](mailto:info@deepset.ai)" } 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
Copy Markdown
Contributor 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 = "info@deepset.ai" } as the standard author mention for deepset rather than { name = "deepset GmbH", email = "[info@deepset.ai](mailto:info@deepset.ai)" } if that's okay.

@anakin87 anakin87 requested review from julian-risch and removed request for anakin87 March 2, 2026 08:32
Copy link
Copy Markdown
Member

@julian-risch julian-risch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thank you for this contribution @maxdswain ! We appreciate your support.

@julian-risch julian-risch merged commit fa61c76 into deepset-ai:main Mar 2, 2026
44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment