Skip to content

Conversation

@vlaci
Copy link
Contributor

@vlaci vlaci commented Dec 19, 2025

  • importlib_resources is no longer needed
  • relax == constraints to make usage easier as a library

…cies

importlib.resources is part of the standard library since Python 3.7
This makes the code easier to integrate as a library
"Authlib>=1.4.1,<2.0.0",
"importlib-resources>=6.0.0,<7",
"click>=8.1.3,<9",
"junit-xml>=1.9,<2",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

junit-xml is still in use:

from junit_xml import TestSuite, TestCase

@martonilles
Copy link
Contributor

Newer httpx would also fix #49

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.

3 participants