pydantic / pydantic-extra-types

Extra Pydantic types.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release Cycle for this Project?

elsholz opened this issue · comments

Hi everyone,

I was wondering, whether there are any plans to release the current versionof the main branch (which already has the mac_address module) on PyPi? As far as I can tell, there's already a pipeline set up for automatic deployment, that gets triggered when tags are created.

Also, is there a regular release cycle planned, at least for the main branch?

Background of my question is, that I'm currently working on a project where I would like to use the MAC address validation, but I can only use PyPi for downloading the library, as the proxy I'm using doesn't allow direct download from GitHub.

Thanks a lot! 😊
Hendrik

Selected Assignee: @tiangolo

I also stumbled across this, since it's already in the docs but not in 2.0.0.

Released https://github.com/pydantic/pydantic-extra-types/releases/tag/v2.1.0 👍

There's no regular schedule.

Maybe we should discuss the unsyncness between documentation, and the releases here.