- update dependencies
- update dependencies
- support Python 3.12
- replace ^ by >= in dependency specifications
- update dependencies
- fix version 0.3.2 by adding default case for sql_with_substitutions
- Add condition for string substitution so that empty substitutions together with sqls, that contain curly brackets won't fail
- Manually bump pandas-gbq version
- Raise pandas to 2.0
- Add test coverage report
- Make consistent use of original_table_id/test_table_id
- Add tests for is_sql
- Remove redundant project_id in BQConfigRunner and SQLRunner
- Lower pandas requirement to 1.5.0
- Initial release