Mindsdb

Latest version: v24.11.3.0

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

Scan your dependencies

Page 4 of 43

24.9.1.0

Not secure
What's Changed

* added docs redirect by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9667
* elasticsearch conn params update by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9668
* Update docker-bake.hcl by ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/9663
* Return Quick Response as a Message, not Output by tmichaeldb in https://github.com/mindsdb/mindsdb/pull/9681
* Bump mindsdb-sql version by ea-rus in https://github.com/mindsdb/mindsdb/pull/9687
* Update check for valid hosts for file upload and web crawling by ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/9679
* Deleted `com_operators.py` by StpMax in https://github.com/mindsdb/mindsdb/pull/9666
* Added the Documentation for the Symbl Integration by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9629
* Fix litellm provider for langchain handler by ea-rus in https://github.com/mindsdb/mindsdb/pull/9669
* langchain provider litellm update by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9671
* Apache Hive Integration Improvements by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9673
* Fix: interfaces of vector handlers by ea-rus in https://github.com/mindsdb/mindsdb/pull/9678
* Fix qdrant handler by ea-rus in https://github.com/mindsdb/mindsdb/pull/9677



**Full Changelog**: https://github.com/mindsdb/mindsdb/compare/v24.8.4.0...v24.9.1.0

24.8.4.0

Not secure
What's Changed

* Fix check for excel files by ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/9638
* Support Crawl Depth Limit & URL Filters for Knowledge Base Web Crawling by tmichaeldb in https://github.com/mindsdb/mindsdb/pull/9636
* Update skip process for docs updates by hamishfagg in https://github.com/mindsdb/mindsdb/pull/9655
* Fixed Check for Relative Imports When Imported Handler Has No Requirements File by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9627
* Updated Dependencies for QuestDB and Improved the Logic for Handling Installation Errors by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9622
* fixed docs for agents in python sdk by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9616
* added info on polling data by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9634
* added api_base param to openai docs by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9650
* docs for lightwood embedding mode by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9624
* google gemini api_key name update by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9651
* Fix: "Alias can not contain multiple parts" error by ea-rus in https://github.com/mindsdb/mindsdb/pull/9656
* Allow to use interval by agent by ea-rus in https://github.com/mindsdb/mindsdb/pull/9610
* added a scope to slack docs by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9657
* example for trigger docs by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9660
* Improved getting of handler type by StpMax in https://github.com/mindsdb/mindsdb/pull/9649
* MongoDB Integration Improvements by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9647
* Delete dbl: show error if it is used by KB by ea-rus in https://github.com/mindsdb/mindsdb/pull/9659
* Crawl only allowed sites by ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/9639



**Full Changelog**: https://github.com/mindsdb/mindsdb/compare/v24.8.3.0...v24.8.4.0

24.8.3.0

Not secure
What's Changed
* Upgrade Llamaindex to latest by ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/9617
* Updated the Documentation for the Anyscale Endpoints Integration by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9565
* Add `deleted_at` column to `agents` and `skills` by StpMax in https://github.com/mindsdb/mindsdb/pull/9613
* Refactored the DyanmoDB Unit Tests Using Base Classes by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9623
* FileUpload from allowed domains by ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/9620
* issue7845: [Shopify] Implement INSERT for the Orders table by marcoscandroglio in https://github.com/mindsdb/mindsdb/pull/8550
* Bump Version for Release by tmichaeldb in https://github.com/mindsdb/mindsdb/pull/9645
* Check connection when create a database by StpMax in https://github.com/mindsdb/mindsdb/pull/9635


**Full Changelog**: https://github.com/mindsdb/mindsdb/compare/v24.8.2.0...v24.8.3.0

24.8.2.0

Not secure
What's Changed

* Uniform http error message structure by StpMax in https://github.com/mindsdb/mindsdb/pull/9596
* Update `flask` version by StpMax in https://github.com/mindsdb/mindsdb/pull/9605
* Fix for add same skill to agent by StpMax in https://github.com/mindsdb/mindsdb/pull/9606
* Refactored/Cleaned Handler Unit Tests by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9598
* Upgrade mintlify to latest by ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/9607
* Langfuse moved to langchain_agent by ea-rus in https://github.com/mindsdb/mindsdb/pull/9604
* Don't run tests by ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/9608
* Fix `training_time` type in response by StpMax in https://github.com/mindsdb/mindsdb/pull/9609
* Amazon DynamoDB Integration Improvements by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9593
* Verify mariadb by ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/9612
* ensure for loop range is performed on integer and not a float by crspencer11 in https://github.com/mindsdb/mindsdb/pull/9456
* Oracle Integration Improvements by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9603


New Contributors

* crspencer11 made their first contribution in https://github.com/mindsdb/mindsdb/pull/9456

**Full Changelog**: https://github.com/mindsdb/mindsdb/compare/v24.8.1.1...v24.8.2.0

24.8.1.1

Not secure
What's Changed

* updated docs for agents and chatbots by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9577
* Fix prod deploy by hamishfagg in https://github.com/mindsdb/mindsdb/pull/9595
* Fix documentdb connection_args by StpMax in https://github.com/mindsdb/mindsdb/pull/9597
* Nim agent support by QuantumPlumber in https://github.com/mindsdb/mindsdb/pull/9582
* Use filetype instead of python-magic by ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/9601

**Full Changelog**: https://github.com/mindsdb/mindsdb/compare/v24.8.1.0...v24.8.1.1

24.8.1.0

Not secure
What's Changed

* Fixed Encoding Error in Anyscale Endpoints Integration by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9563
* Fixed Arguments for Handler Reload by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9571
* Fixed Incorrect Import in Google Gemini Handler by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9572
* added a note about erased whitespaces upon uploading a file by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9574
* Databricks Integration Improvements by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9548
* Fix completion streaming for agents and introduce quick response by dusvyat in https://github.com/mindsdb/mindsdb/pull/9576
* Minor Agents API improvements by StpMax in https://github.com/mindsdb/mindsdb/pull/9579
* Fix: self.handlers_import_status could be changed during iteration by ea-rus in https://github.com/mindsdb/mindsdb/pull/9573
* Fix: select table join agent by ea-rus in https://github.com/mindsdb/mindsdb/pull/9557
* Update support.mdx by ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/9589
* Add process for building/deploying forks by hamishfagg in https://github.com/mindsdb/mindsdb/pull/9543
* Fix Statsforecast: KeyError: 'season_length' by ea-rus in https://github.com/mindsdb/mindsdb/pull/9588
* Agent, sql: multiple databases, option 1, unique names for tools by ea-rus in https://github.com/mindsdb/mindsdb/pull/9580
* Amazon Bedrock Integration by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9475



**Full Changelog**: https://github.com/mindsdb/mindsdb/compare/v24.7.5.0...v24.8.1.0

Page 4 of 43

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.