Jim Olsen

Results 13 comments of Jim Olsen

This is called out in the docs: https://docs.pydantic.dev/latest/concepts/validators/#validation-of-default-values If you add validate_default=True to the field: ```python from typing import Annotated, Literal, Union from pydantic import BaseModel, Field class wrong_field(BaseModel): a:...

also get rid of mdtester.py, used for building of docs

This is in the plan for the next major rewrite of pytan (which will actually consist of MULTIPLE packages and repositories)

TBD at the moment due to an unfortunate incident I had 3 months ago (I've been out of commission for the past 3 months due to medical things related to...

Getting better and better, day by day! And thank you!

Hi people. This fork, while interesting and useful, isn't something I have time to validate. I'm very hard at work on a complete rewrite of pytan which will provide many...

I plan on releasing it in multiple steps as follows: - 3.0: just the object encapsulation, serialization, and deserialization (no workflows nor command lines) - was planned for release on...

Things have been difficult for a number of reasons: - I had to incorporate SSL validation into the fundamentals of pytan 3, which required re-working a number of core concepts...

That is exactly what I am doing. I have an entirely different repo named pytan3, but it is only internally available until the security review is done. Checks and balances...

Yeah. I'm going to push out a release at some point this week, it will be at a different repo: https://github.com/tanium/pytan3, with a different package name "pytan3". It's still got...