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

Add Python 3.13 Support to Forked openai-function-calling and Replace Original Package #60

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

0xrohitgarg
Copy link
Collaborator

@0xrohitgarg 0xrohitgarg commented Nov 11, 2024

Add Python 3.13 Support via Forked openai-function-calling and Replace Original Package

This pull request resolves a compatibility issue with the openai-function-calling package, which currently supports Python versions >=3.9, <3.13. Users with Python 3.13 face installation and runtime issues due to this limitation.

Changes Implemented:

  1. Forked Repository: We forked the openai-function-calling repository and updated it to add support for Python 3.13.
  2. Temporary Replacement: The forked repository is now being used in place of the original package until the issue is addressed upstream.

Related Issue:

The compatibility problem has been reported in the original repository:
Issue #24: Python 3.13 not supported

Forked Repository:

0xrohitgarg/openai-function-calling

This fix ensures smooth functionality for users with Python 3.13 and avoids interruptions while waiting for the original repository to implement an official resolution.

@ashish-spext ashish-spext merged commit f63a947 into main Nov 11, 2024
@ashish-spext
Copy link
Contributor

Let's swap once openai-function-calling merge the PRs.

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