Hacker News
- Pydantic-resolve, a hierarchical solution for data fetching and processing https://github.com/allmonday/pydantic-resolve 14 comments
- Agent Framework / shim to use Pydantic with LLMs https://github.com/pydantic/pydantic-ai 3 comments
- Pydantic wants to cash its open-source credibility – but not in the usual way https://techcrunch.com/2024/10/01/sequoia-backs-pydantic-to-expand-beyond-its-open-source-data-validation-framework/ 2 comments
- Pydantic – Series A and Logfire Release https://pydantic.dev/articles/logfire-announcement 2 comments
- Pydantic Logfire https://pydantic.dev/logfire 79 comments
- Show HN: Py-library that allows you to manage Supabase through pydantic models https://github.com/makridenko/supadantic 4 comments
- Help Us Build Our Roadmap – Pydantic https://blog.pydantic.dev/blog/2023/06/13/help-us-build-our-roadmap--pydantic/ 3 comments
- Pydantic 2.0 https://github.com/pydantic/pydantic 3 comments
- I use Attrs instead of Pydantic https://threeofwands.com/why-i-use-attrs-instead-of-pydantic/ 74 comments
- PEP 563, PEP 649 and the future of pydantic and FastAPI https://github.com/samuelcolvin/pydantic/issues/2678 150 comments
- Show HN: Pydantic – Data validation using Python 3.6 type hinting https://pydantic-docs.helpmanual.io/ 27 comments
Lobsters
- PEP 563, PEP 649 and the future of pydantic https://github.com/samuelcolvin/pydantic/issues/2678 3 comments python
- Djapy: Pydantic-dased RestAPI library with I/O flow control with exact Swagger support https://github.com/Bishwas-py/djapy 4 comments django
- pydantic-factories v1.0.0 https://github.com/Goldziher/pydantic-factories 2 comments python
- About using Django choices with Pydantic https://melodious-condor-d48.notion.site/django-choices-1a061f9ffe6280ff9eabc172cb852cd8?pvs=4 4 comments django
- dataclasses + pydantic using one decorator https://github.com/adsharma/fquery/pull/7 9 comments python
- Factory and Repository Pattern with SQLAlchemy and Pydantic https://medium.com/@lawsontaylor/the-factory-and-repository-pattern-with-sqlalchemy-and-pydantic-33cea9ae14e0 14 comments python
- Issues with Pydantic https://django-ninja.dev/guides/authentication/ 4 comments django
- Elegantly Handle Environment Variables in Python with Pydantic https://medium.com/@dreamferus/elegantly-handle-environment-variables-in-python-with-pydantic-452aae26f34?sk=3a6024cd1c5ea862e4ee18e5468f9941 5 comments python
- How Pydantic V2 leverages Rust's Superpowers - FOSDEM 2023 https://fosdem.org/2023/schedule/event/rust_how_pydantic_v2_leverages_rusts_superpowers/ 2 comments rust
- GitHub - airtai/fastkafka: FastKafka is a powerful and easy-to-use Python library for building asynchronous web services that interact with Kafka topics. Built on top of Pydantic, AIOKafka and AsyncAPI, FastKafka simplifies the process of writing producers and consumers for Kafka topics. https://github.com/airtai/fastkafka 6 comments python
- Company formed around Pydantic https://pydantic.dev/announcement/ 22 comments python
- Pydantic vs Protobuf vs Namedtuples vs Dataclasses https://janhendrikewers.uk/pydantic_vs_protobuf_vs_namedtuple_vs_dataclasses.html 28 comments python
- Another rewrite in rust: Pydantic https://techcrunch.com/2023/02/16/sequoia-backs-open-source-data-validation-framework-pydantic-to-commercialize-with-cloud-services/amp/ 3 comments rust
- Pydantic just announced funding and they are building a new cloud service! https://techcrunch.com/2023/02/16/sequoia-backs-open-source-data-validation-framework-pydantic-to-commercialize-with-cloud-services/ 2 comments python
- Be Pydantic with PyArrow https://medium.com/att-israel/be-pydantic-with-pyarrow-1b274bca10c8 2 comments python
- Pydantic 2 rewritten in Rust was merged https://github.com/pydantic/pydantic/pull/4516 122 comments python
- Creator of pydantic is looking for help in moving Pydantic to Rust https://github.com/samuelcolvin/pydantic-core/issues/35 14 comments rust
- How to make the most of Pydantic https://pmbrull.medium.com/how-to-make-the-most-of-pydantic-aa374d5c12d 12 comments python
- Pydantic out of date https://archlinux.org/packages/community/any/python-pydantic/ 2 comments archlinux
- I wrote a post on a common python mistake I see a lot: mixing up instance and class members + how it works with pydantic https://home.robusta.dev/blog/common-python-mistakes-mixing-up-instance-and-class-members/ 6 comments python
- Flake8-type-checking now has support for FastAPI and Pydantic https://github.com/snok/flake8-type-checking 8 comments python
- Xpresso is an ASGI web framework built on top of Starlette, Pydantic and di, with heavy inspiration from FastAPI. https://xpresso-api.dev/0.3.3/ 26 comments python
- Redis OM lets you use Redis as a main DB and validate models using Pydantic https://redis.com/blog/introducing-redis-om-for-python/ 2 comments python
- Easy Forms using Pydantic and Piccolo Admin https://piccolo-orm.com/blog/easy-forms-using-pydantic-and-piccolo-admin/ 3 comments python
- Why I use attrs instead of pydantic https://threeofwands.com/why-i-use-attrs-instead-of-pydantic/ 3 comments python
- PEP 563, PEP 649 and the future of pydantic and FastAPI https://github.com/samuelcolvin/pydantic/issues/2678 74 comments python
- Parsing and validating data in Python using Pydantic https://www.wisdomgeek.com/development/web-development/python/parsing-and-validating-data-in-python-using-pydantic/ 3 comments python
- If you are using flask, you should start using `Pydantic` instead of `Marshmallow`, and here is how https://www.reddit.com/r/flask/comments/gyf22b/if_you_are_using_flask_you_should_start_using/ 15 comments flask
- What would be the nim equivalent of a serialization/deserialization/validation lib like Pydantic in Python? https://pydantic-docs.helpmanual.io/ 6 comments nim