[Python-announce] PyCA cryptography 41.0.1 released

2023-06-01 Thread Paul Kehrer
PyCA cryptography 41.0.1 has been released to PyPI. cryptography
includes both high level recipes and low level interfaces to common
cryptographic algorithms such as symmetric ciphers, asymmetric
algorithms, message digests, X509, key derivation functions, and much
more. We support Python 3.7+, and PyPy3 7.3.10+.

Changelog (https://cryptography.io/en/latest/changelog/#v41-0-1):
* Temporarily allow invalid ECDSA signature algorithm parameters in
X.509 certificates, which are generated by older versions of Java.
* Allow null bytes in pass phrases when serializing private keys.

-Paul Kehrer (reaperhulk)
___
Python-announce-list mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/
Member address: arch...@mail-archive.com


[Python-announce] [Release] Kedro 0.18.9

2023-06-01 Thread Juan Luis Cano via Python-announce-list
Hi all,
It fills us with astronomical joy to announce the release of Kedro 0.18.9! 🔶
Kedro is an open source, opinionated Python framework for creating 
reproducible, maintainable and modular data science code. It reduces technical 
debt when moving prototypes into production by providing a declarative data 
catalog, a solid project template, plumbing for creating data pipelines, and 
more. It features a rich ecosystem of plugins and third-party datasets and is 
currently an incubation-stage project of the LF AI & Data Foundation.
You can install it using pip or conda/[micro]mamba:
```
pip install kedro
conda/[micro]mamba install kedro --channel conda-forge
```
In this release, we added support for a metadata attribute in datasets, 
introduced a new `kedro.logging.RichHandler` that is more flexible and 
configurable, and fixed some bugs with `OmegaConfigLoader`. We also added 
substantial improvements to our deployment docs, and we keep making progress 
towards following modern Python packaging standards.

You can read the full release notes online:
https://github.com/kedro-org/kedro/blob/main/RELEASE.md#release-0189
If you want to know more, you can watch our recent workshop “Refactor your 
Jupyter notebooks ​using Kedro​” on YouTube:

https://youtu.be/qClSGY6B0r0

Follow us on the Fediverse and join our community in Slack:
https://social.lfx.dev/@kedro
https://slack.kedro.org/
Happy pipelining!

--
Cano RodrĂ­guez, Juan Luis
Developer Advocate at QuantumBlack Labs
Pronouns: he/him/his
McKinsey & Company
M +34 686 75 72 97

+=+
This email is confidential and may be privileged. If you have received 
it in error, please notify us immediately, delete the email, and do not 
copy it, disclose its contents or use it for any purpose.
+=+
___
Python-announce-list mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/
Member address: arch...@mail-archive.com