Skip to content

Loosen dependency versions#273

Merged
dairiki merged 2 commits intolovasoa:masterfrom
epenet:patch-1
Sep 12, 2024
Merged

Loosen dependency versions#273
dairiki merged 2 commits intolovasoa:masterfrom
epenet:patch-1

Conversation

@epenet
Copy link
Copy Markdown
Contributor

@epenet epenet commented Jun 28, 2024

Fixes #272

The current implementation restricts typeguard to ">=4.0.0,<4.1.0", preventing the installation of 4.1.3 (which fixes agronholm/typeguard#385)

@epenet epenet changed the title Loosen requirements Loosen dependency versions Jun 28, 2024
@epenet
Copy link
Copy Markdown
Contributor Author

epenet commented Jun 28, 2024

This bug was introduced in #263
cc @jasle

@epenet
Copy link
Copy Markdown
Contributor Author

epenet commented Sep 11, 2024

@lovasoa @dairiki any chance you could take a look at this?
I think it's a simple and straightforward fix.

Comment thread setup.py Outdated
@dairiki dairiki merged commit f9a65df into lovasoa:master Sep 12, 2024
@epenet epenet deleted the patch-1 branch September 12, 2024 16:15
@epenet
Copy link
Copy Markdown
Contributor Author

epenet commented Sep 12, 2024

Thanks 👍

@dairiki
Copy link
Copy Markdown
Collaborator

dairiki commented Sep 12, 2024

Released in marshmallow_dataclass==8.7.1.

mvanderlee pushed a commit to mvanderlee/marshmallow_dataclass that referenced this pull request Feb 1, 2025
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.

Typeguard fails with 8.7.0 "SyntaxError: from __future__ imports must occur at the beginning of the file" after comments

2 participants