v2.0.13

sinaptik-ai/pandas-aiv2.0.13Mar 15, 2024by gventuri

AI Summary

Fixed SQL query generation regex issues and a compatibility error with GoogleGemini.

Key Highlights

  • Fixed SQL query quote regex capture
  • Resolved GoogleGemini object attribute error

Full Release Notes

## What's Changed
* fix(sql): quote in generated query not captured by regex by @ArslanSaleem in https://github.com/Sinaptik-AI/pandas-ai/pull/1038
* fix: AttributeError: 'GoogleGemini' object has no attribute 'google' by @traien in https://github.com/Sinaptik-AI/pandas-ai/pull/1033

## New Contributors
* @traien made their first contribution in https://github.com/Sinaptik-AI/pandas-ai/pull/1033

**Full Changelog**: https://github.com/Sinaptik-AI/pandas-ai/compare/v2.0.12...v2.0.13