Yay

Latest version: v3.1.1

Safety actively analyzes 630305 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 12

0.0.43

-------------------

- Fix handling of paths on searchpath without a scheme.

0.0.42

-------------------

- Change how Django boxing works so that a .bind isn't required for the
boxing mechanism to work. This allows raw Django mdoels to be pushed
into Yay using the ``.add`` API from 0.0.41.

0.0.41

-------------------

- You can inject Python objects into the Yay Config object, as long as Yay
knows how to box them. If you had a Yay file like this::

hello: abc
result: ${hello}

And the following python code::

from yay.config import Config
c = Config()
c.load_uri(example_file)
c.add(dict(hello="xyx"))

Then the following assertion is true::

c.get() == dict(hello="xyz", result="xyz")

0.0.40

-------------------

- Fixes calling macros defined in other files.

0.0.39

-------------------

- Fix string builder so that configs containing secrets can be pickled.

0.0.38

-------------------

- This is a bugfix release to improve existing features, especially boxing of
foreign data.

- Move more code away from direct use of ``Boxed`` to ``BoxingFactory.box``

- Wrap any dictionary objects in a Mapping object so they can be merged with
other mappings that come from within Yay.

Page 5 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.