Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update simpleeval to 1.0.3 #599

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Nov 2, 2024

This PR updates simpleeval from 0.9.13 to 1.0.3.

Changelog

1.0.3

- Spelling fixes in documentation, docstrings & tests (thanks kurtmckee !)
- Fix support for 3.14 (deprecated features actually being removed, so `getattr` use was incorrect).

1.0.2

No functional changes - but release with the `pip` version removed from requirements.

1.0.1

Update the packaging / build after the 1.0.0 release.

1.0.0

What's new in this release?

- Fix a sandbox escape via generators and `_frame` methods.
- Supporting dictionary comprehensions
- A custom exception rather than `KeyError` when `names` not found
- Dropping support for old python versions - if you need pre 3.9, then you can use an older version
- Various cleanups & tidying warnings, deprecation warnings etc.

---

So 1.0 as a 'this is the way it works'. It's been basically stable for years now, I've just never called it that - hopefully now this draws a line in what's possible without breaking changes.

---

There's lots of ideas to make it better - but that's better as a new 2.x branch with allowing a few breaking changes (mostly for security).
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant