Skip to content

fix: Python 3.13 compatibility (pkg_resources + ObjectFactory)#107

Merged
brothercorvo merged 1 commit into
FreeTAKTeam:mainfrom
blackhold:python313
Jun 12, 2026
Merged

fix: Python 3.13 compatibility (pkg_resources + ObjectFactory)#107
brothercorvo merged 1 commit into
FreeTAKTeam:mainfrom
blackhold:python313

Conversation

@blackhold

Copy link
Copy Markdown
Contributor
  • ObjectFactory.__factory needs explicit None default value (Python 3.13 stricter about class variable annotations without values)
  • Replace pkg_resources with importlib.metadata (pkg_resources removed from setuptools 82.x)

- ObjectFactory.__factory needs explicit None default value
  (Python 3.13 stricter about class variable annotations without values)
- Replace pkg_resources with importlib.metadata
  (pkg_resources removed from setuptools 82.x)
@brothercorvo

Copy link
Copy Markdown
Member

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Swish!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@brothercorvo brothercorvo merged commit d6fe485 into FreeTAKTeam:main Jun 12, 2026
1 check failed
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.

2 participants