-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Pre/beta #932
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
Pre/beta #932
Conversation
## [1.39.0-beta.2](v1.39.0-beta.1...v1.39.0-beta.2) (2025-02-25) ### Features * add refactoring of merge and parse ([2c0b459](2c0b459)) ### CI * **release:** 1.38.1 [skip ci] ([5c3d62d](5c3d62d))
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files |
🎉 This PR is included in version 1.40.0-beta.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
I opened a Pull Request with the following: 🔄 1 test file added. 🔄 Test UpdatesI've added 1 tests. They all pass ☑️
No existing tests required updates. 🐛 Bug DetectionPotential issues found in the following files:
/bug 🛠️ Test Results1/3 tests passed tests/graphs/scrape_graph_test.py View errorImportError while importing test module '/app/temp_workspace/tests/graphs/scrape_graph_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/graphs/scrape_graph_test.py:10: in <module>
from scrapegraphai.graphs import ScrapeGraph
E ImportError: cannot import name 'ScrapeGraph' from 'scrapegraphai.graphs' (/app/temp_workspace/scrapegraphai/graphs/__init__.py)
tests/graphs/xml_scraper_openai_test.py View errorImportError while importing test module '/app/temp_workspace/tests/graphs/xml_scraper_openai_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/graphs/xml_scraper_openai_test.py:11: in <module>
from scrapegraphai.utils import convert_to_csv, convert_to_json, prettify_exec_info
E ImportError: cannot import name 'convert_to_csv' from 'scrapegraphai.utils' (/app/temp_workspace/scrapegraphai/utils/__init__.py)
☂️ Coverage ImprovementsCoverage improvements by file:
🎨 Final Touches
Settings | Logs | CodeBeaver |
🎉 This PR is included in version 1.40.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
No description provided.