airbyte-source-convex 0.4.28__tar.gz → 0.4.29__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {airbyte_source_convex-0.4.28 → airbyte_source_convex-0.4.29}/PKG-INFO +1 -1
- {airbyte_source_convex-0.4.28 → airbyte_source_convex-0.4.29}/pyproject.toml +6 -1
- {airbyte_source_convex-0.4.28 → airbyte_source_convex-0.4.29}/README.md +0 -0
- {airbyte_source_convex-0.4.28 → airbyte_source_convex-0.4.29}/source_convex/__init__.py +0 -0
- {airbyte_source_convex-0.4.28 → airbyte_source_convex-0.4.29}/source_convex/run.py +0 -0
- {airbyte_source_convex-0.4.28 → airbyte_source_convex-0.4.29}/source_convex/source.py +0 -0
- {airbyte_source_convex-0.4.28 → airbyte_source_convex-0.4.29}/source_convex/spec.yaml +0 -0
@@ -5,7 +5,7 @@ requires = [
|
|
5
5
|
build-backend = "poetry.core.masonry.api"
|
6
6
|
|
7
7
|
[tool.poetry]
|
8
|
-
version = "0.4.
|
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
|
+
]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|