Pyvespa

Latest version: v0.53.0

Safety actively analyzes 707435 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 8

0.53.0

What's Changed
* Thomasht86/add copybutton to docs by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/1001
* Thomasht86/add unittest matches by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/1002
* Thomasht86/evaluator by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/1003
* Thomasht86/quit supporting python3 8 by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/1004


**Full Changelog**: https://github.com/vespa-engine/pyvespa/compare/v0.52.0...v0.53.0

0.52.0

The Querybuilder release

* See https://pyvespa.readthedocs.io/en/latest/query.html#Using-the-Querybuilder-DSL-API for an intro.
* https://pyvespa.readthedocs.io/en/latest/reference-api.html#vespa-querybuilder for full reference.

What's Changed
* Fix type annotations in `feed_data_point` by kevinhu in https://github.com/vespa-engine/pyvespa/pull/987
* simplify feed by kkraune in https://github.com/vespa-engine/pyvespa/pull/991
* Kkraune/misc by kkraune in https://github.com/vespa-engine/pyvespa/pull/992
* typos by kkraune in https://github.com/vespa-engine/pyvespa/pull/993
* fix default logo by kkraune in https://github.com/vespa-engine/pyvespa/pull/994
* fix typos by kkraune in https://github.com/vespa-engine/pyvespa/pull/995
* typos by kkraune in https://github.com/vespa-engine/pyvespa/pull/996
* fix format and language by kkraune in https://github.com/vespa-engine/pyvespa/pull/997
* typos by kkraune in https://github.com/vespa-engine/pyvespa/pull/998
* (feat) Query builder by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/985
* Thomasht86/querybuilder documentation by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/1000


**Full Changelog**: https://github.com/vespa-engine/pyvespa/compare/v0.51.0...v0.52.0

0.51.0

Release highlights
* Visual RAG demo-application with ColPali ([notebook](https://pyvespa.readthedocs.io/en/latest/examples/visual_pdf_rag_with_vespa_colpali_cloud.html) including link to frontend-web app in FastHTML)
* Support `version`-parameter in `VespaCloud().deploy` to specify Vespa-version.

What's Changed
* Bump rexml from 3.3.4 to 3.3.9 by dependabot in https://github.com/vespa-engine/pyvespa/pull/959
* Add alternative podman command for memory info by aressem in https://github.com/vespa-engine/pyvespa/pull/961
* (ci) remove obsolete references by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/962
* (notebook) add colpalidemo notebook by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/963
* (notebook) formatting and a paragraph about certs by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/964
* (fix) correct link by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/965
* remove non-text fields by andreer in https://github.com/vespa-engine/pyvespa/pull/966
* (ci) rename dev application so that delete does not fail by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/968
* (ci) shorter application name by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/969
* Link to blog posts by kkraune in https://github.com/vespa-engine/pyvespa/pull/970
* fix image links by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/972
* update to match the demo app by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/973
* (ci) fix vespacli workflow by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/971
* Thomasht86/update colpali notebooks by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/979
* (ci) fix integrationtest vectorsearch by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/981
* (ci) Thomasht86/fix slow colpali notebooks by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/984
* (feat) support `version`-parameter in `VespaCloud().deploy` by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/978


**Full Changelog**: https://github.com/vespa-engine/pyvespa/compare/v0.50.0...v0.51.0

0.50.0

Release highlights

* Now possibly to define _any_ `services.xml`-configuration from pyvespa. Check out example notebook on [advanced configuration](https://pyvespa.readthedocs.io/en/latest/getting-started-pyvespa-cloud.html)
* New notebook: [PDF-Retrieval using ColQWen2 (ColPali) with Vespa[](https://pyvespa.readthedocs.io/en/latest/examples/pdf-retrieval-with-ColQwen2-vlm_Vespa-cloud.html#PDF-Retrieval-using-ColQWen2-(ColPali)-with-Vespa)](https://pyvespa.readthedocs.io/en/latest/examples/pdf-retrieval-with-ColQwen2-vlm_Vespa-cloud.html)
* Unpinned `requests`-version 947

Bugs squashed
* 953

Changelog
* Use correct base model by jobergum in https://github.com/vespa-engine/pyvespa/pull/925
* (feat)First step towards full xml-configuration support by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/915
* Demonstrate that hamming MaxSim is a very good alternative to float based MaxSim by jobergum in https://github.com/vespa-engine/pyvespa/pull/928
* (feat) Next iteration of all xml-support by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/929
* Fix wording, example with two mapped dimensions does not support NN/HNSW by jobergum in https://github.com/vespa-engine/pyvespa/pull/931
* (fix) Thomasht86/move relaxng files by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/932
* (fix) Fix langchain links - again by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/933
* Improve text in examples, avoid hf tokenizer warnings and more links by jobergum in https://github.com/vespa-engine/pyvespa/pull/934
* (feat) Support document expiry by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/936
* Update dependency webrick to v1.8.2 [SECURITY] by renovate in https://github.com/vespa-engine/pyvespa/pull/937
* fix typo by andreer in https://github.com/vespa-engine/pyvespa/pull/941
* (feat) Support requestthreads persearch by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/939
* Add missing import and tqdm improvement by velaia in https://github.com/vespa-engine/pyvespa/pull/940
* fix(docsearch-feed): change enclave endpoint url for feeding to docsearch by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/942
* (ci) increase timeout from 300 to 600 by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/943
* ColQwen2 example by jobergum in https://github.com/vespa-engine/pyvespa/pull/944
* Use pip3 by jobergum in https://github.com/vespa-engine/pyvespa/pull/945
* (fix) unpin requests version by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/947
* (docs) fix docs for servicesconfiguration by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/948
* fix(ci) add validation overrides to fix prod integration test by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/949
* Add http response.text to deployment error reason by ulyanin in https://github.com/vespa-engine/pyvespa/pull/952
* (bugfix) fix vt tag underscore replacement by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/955
* (bugfix) Fix asyncclient timeout param by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/953

New Contributors
* velaia made their first contribution in https://github.com/vespa-engine/pyvespa/pull/940
* ulyanin made their first contribution in https://github.com/vespa-engine/pyvespa/pull/952

**Full Changelog**: https://github.com/vespa-engine/pyvespa/compare/v0.49.0...v0.50.0

0.49.0

What's Changed
* infer auth method without request by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/894
* bump version to 0.48.0 by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/896
* Revert "infer auth method without request" by esolitos in https://github.com/vespa-engine/pyvespa/pull/897
* feat(ci/cd): set version to 0.dev by esolitos in https://github.com/vespa-engine/pyvespa/pull/899
* feat(docs): add section about async querying to `query.ipynb` by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/898
* feat(pypi): update release workflow to use OIDC auth by esolitos in https://github.com/vespa-engine/pyvespa/pull/900
* Remove `get_valid_auth_clients` by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/901
* (ci)fix broken links by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/903
* The big notebook simplification by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/904
* (links) Udate asset links by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/906
* (ci) fix notebook environments in ci by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/907
* Add new colpali example by jobergum in https://github.com/vespa-engine/pyvespa/pull/908
* add latest notebook to toc by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/910
* (feat)Add compression for POST/PUT requests (sync) by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/911
* Add rank to StructField by maxice8 in https://github.com/vespa-engine/pyvespa/pull/913
* fix: Allows symlink when loading app pkg from disk by glesperance in https://github.com/vespa-engine/pyvespa/pull/870
* (ci)fix langchain doclinks by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/916
* do not fail if response is not json (e.g. xml) by mkevac in https://github.com/vespa-engine/pyvespa/pull/917
* Jobergum/refactor complex colpali by jobergum in https://github.com/vespa-engine/pyvespa/pull/909
* Fix definition of max_sim_binary to trigger optimization by jobergum in https://github.com/vespa-engine/pyvespa/pull/918
* feat: expose "compress" argument by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/914
* (docs) Make sure notebook is committed with output by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/919
* (ci) remove obsolete import by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/920
* fix(CI): json access in script checking the current pypi version by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/921
* (docs) Change name in toc by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/922
* (ci) remove __init__ from version update by thomasht86 in https://github.com/vespa-engine/pyvespa/pull/923
* Use correct device by jobergum in https://github.com/vespa-engine/pyvespa/pull/924

New Contributors
* glesperance made their first contribution in https://github.com/vespa-engine/pyvespa/pull/870
* mkevac made their first contribution in https://github.com/vespa-engine/pyvespa/pull/917

**Full Changelog**: https://github.com/vespa-engine/pyvespa/compare/v0.47.0...v0.49.0

0.47.0

New Contributors
* esolitos made their first contribution in https://github.com/vespa-engine/pyvespa/pull/878

**Full Changelog**: https://github.com/vespa-engine/pyvespa/compare/v0.46.0...v0.47.0

Page 1 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.