generated from oracle/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 16
Add LangChain 1.x support #75
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
Open
fede-kamel
wants to merge
23
commits into
oracle:main
Choose a base branch
from
fede-kamel:feature/langchain-1.x-support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
13b3602
Add LangChain 1.x support and comprehensive integration tests
fede-kamel a0db8c5
Fix CI: Update poetry.lock and fix dependency conflicts
fede-kamel f515cd3
Fix linting issues in integration tests
fede-kamel 6674ef6
Require langchain-core>=1.1.0 for ModelProfileRegistry
fede-kamel 0864c9e
Fix mypy type errors for LangChain 1.x compatibility
fede-kamel defa0b7
Restore type: ignore for mock HTTPError responses
fede-kamel 42c2358
Add comprehensive integration tests for OpenAI models
fede-kamel 63c0426
Fix linting issues in test files
fede-kamel 68231af
Update CI matrix to test Python 3.9, 3.12, 3.13
fede-kamel 7a15cb2
Restore backward compatibility with LangChain 0.3.x
fede-kamel d74b49a
Fix test_message_text_property to work with both LangChain 0.3.x and 1.x
fede-kamel 20a1327
Skip JSON mode tests for OpenAI models due to 500 errors
fede-kamel 4185b91
Fix mypy type errors for bind() return type narrowing
fede-kamel eac4d00
Update poetry.lock for Python 3.9 support
fede-kamel 6f3e9b8
Fix Python 3.9 compatibility
fede-kamel c693948
Remove unused type ignore comments for mypy
fede-kamel 5bf6e8e
Support both LangChain 0.3.x and 1.x via Python version markers
fede-kamel 5eb591e
Fix Python 3.9 compatibility issues in tests
fede-kamel 3499780
Fix mypy unreachable error code in test
fede-kamel d7be806
Fix get_min_versions.py to respect Python version markers
fede-kamel 580750d
Add clarifying comment for type annotation in bind_tools
fede-kamel 304d33a
Move test_openai_model.py to integration tests directory
fede-kamel 915c40a
Convert test_openai_model.py to proper pytest format
fede-kamel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.