-
Notifications
You must be signed in to change notification settings - Fork 39
Comparing changes
Open a pull request
base repository: diffbot/diffbot-python
base: update_to_python_3
head repository: diffbot/diffbot-python
compare: main
- 16 commits
- 53 files changed
- 5 contributors
Commits on Jun 22, 2023
-
Merge pull request #8 from diffbot/update_to_python_3
Update to Python 3
Configuration menu - View commit details
-
Copy full SHA for 15f6a79 - Browse repository at this point
Copy the full SHA 15f6a79View commit details
Commits on May 26, 2026
-
Configuration menu - View commit details
-
Copy full SHA for c64b7cf - Browse repository at this point
Copy the full SHA c64b7cfView commit details
Commits on May 27, 2026
-
Add release tooling for PyPI / TestPyPI publishing
- Makefile with build/bump/release/verify targets using uv and macOS Keychain for token storage - pyproject.toml: keywords, classifiers, Documentation URL, sdist include filter - .gitignore: uv.lock, dist/, build/, *.egg-info/ Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 1dc266f - Browse repository at this point
Copy the full SHA 1dc266fView commit details
Commits on Jun 1, 2026
-
Add ontology navigation to the SDK core for DQL authoring
Promote ontology introspection out of the CLI layer into a storage-agnostic diffbot.Ontology class so library consumers (e.g. langchain) can build valid DQL on the fly, without depending on the disk-backed CLI cache. - New diffbot/ontology.py: Ontology with types/composites/enums/taxonomies, fields_for, filter_fields, taxonomy_values, enum_values, find_named, format_field, plus from_json/from_path. Pure; imposes no caching policy. - Client: dql_fetch_ontology() (sync + async) downloads and returns an Ontology; add async DiffbotAsync.dql_parallel() to mirror the sync one. - cli/ontology.py now delegates to Ontology, keeping its ~/.diffbot disk cache and existing module API unchanged. - tests/test_ontology.py covers the core, the HTTP fetch, and async parallel. Also includes a pre-existing, in-progress credential-resolution refactor that was already present in the working tree (diffbot/_auth.py and its consumers in cli/_common.py, cli/dql.py, conftest, tests, README); __init__.py carries both sets of changes, so they commit together. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for c3001a6 - Browse repository at this point
Copy the full SHA c3001a6View commit details
Commits on Jun 3, 2026
-
Configuration menu - View commit details
-
Copy full SHA for df65bbb - Browse repository at this point
Copy the full SHA df65bbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5b5109 - Browse repository at this point
Copy the full SHA d5b5109View commit details -
Merge branch 'release-tooling'
# Conflicts: # .gitignore # pyproject.toml
Configuration menu - View commit details
-
Copy full SHA for 19b9a65 - Browse repository at this point
Copy the full SHA 19b9a65View commit details -
Add GitHub Actions test workflow and commit uv.lock
Run pytest on push/PR to main across Python 3.10-3.13 using the pinned lockfile, plus a job that tests against the lowest allowed dependency versions to catch range-compatibility breaks the lockfile would hide. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for aec297e - Browse repository at this point
Copy the full SHA aec297eView commit details -
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 00d4ec3 - Browse repository at this point
Copy the full SHA 00d4ec3View commit details -
Bump to 0.2.1; derive __version__ from package metadata
0.2.0 shipped with a hardcoded __version__ = "0.1.0" that nothing kept in sync with pyproject.toml. Read the version from importlib.metadata so the package and module versions can never drift again. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 6fba298 - Browse repository at this point
Copy the full SHA 6fba298View commit details
Commits on Jun 8, 2026
-
Configuration menu - View commit details
-
Copy full SHA for fc3dfde - Browse repository at this point
Copy the full SHA fc3dfdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b61e5a9 - Browse repository at this point
Copy the full SHA b61e5a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0366be - Browse repository at this point
Copy the full SHA a0366beView commit details -
Drop Intel macOS from release matrix; add concurrency + build timeout
GitHub's Intel (macos-13) runners are being deprecated and their queue is unreliable, which blocked the v0.2.2 release. Ship macOS as Apple Silicon only; Linux keeps x86_64 + aarch64. Also add a concurrency group so re-pushing a tag cancels an in-flight run, and a 30m build timeout so a capacity-starved runner fails fast instead of hanging for 24h. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 6b79d94 - Browse repository at this point
Copy the full SHA 6b79d94View commit details -
Fix release publish: pass --repo to gh (job has no checkout)
The release job downloads artifacts but never checks out the repo, so gh could not infer the repository from a local git remote and failed with "fatal: not a git repository". Pass --repo "$GITHUB_REPOSITORY" on every gh release call. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 7f313c5 - Browse repository at this point
Copy the full SHA 7f313c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b104ccf - Browse repository at this point
Copy the full SHA b104ccfView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff update_to_python_3...main