airbyte-source-convex 0.4.27__tar.gz → 0.4.29__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: airbyte-source-convex
3
- Version: 0.4.27
3
+ Version: 0.4.29
4
4
  Summary: Source implementation for Convex.
5
5
  License: MIT
6
6
  Author: Airbyte
@@ -5,7 +5,7 @@ requires = [
5
5
  build-backend = "poetry.core.masonry.api"
6
6
 
7
7
  [tool.poetry]
8
- version = "0.4.27"
8
+ version = "0.4.29"
9
9
  name = "airbyte-source-convex"
10
10
  description = "Source implementation for Convex."
11
11
  authors = [
@@ -32,3 +32,8 @@ responses = "^0.13.3"
32
32
  requests-mock = "^1.9.3"
33
33
  pytest-mock = "^3.6.1"
34
34
  pytest = "^6.1"
35
+
36
+ [tool.poe]
37
+ include = [
38
+ "${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
39
+ ]