issues Search Results · repo:Aidbox/aidbox-python-sdk language:Python
Filter by
34 results
(80 ms)34 results
inAidbox/aidbox-python-sdk (press backspace or delete to remove)Enhance the operation to support fhir_url, fhir_code, and fhir_resource. This will allow us to define additional details
for custom operations in the CapabilityStatement resource.
projkov
- Opened on Mar 25
- #69
Once FHIRSchema is enabled in the Aidbox configuration safe_db fixture from pytest plugin doesn t not work. That is
because of there are no Entity records which drop_before_all SQL function depends on. ...
dmitryashutov
- 1
- Opened on Sep 5, 2024
- #68
The example in example folder is not relevant anymore, it does not work
ruscoder
- 1
- Opened on Jul 8, 2024
- #64
Currently, type hints are not defined. I suggest adding typehints for them. Since some projects are using python3.9, let
s write types using python3.9+
ruscoder
- Opened on May 9, 2024
- #56
New types should be added, somethling like:
class SDKOperationRequestApp(TypedDict):
client: AsyncAidboxClient
db: DBProxy
sdk: SDK
class SDKOperationRequest(TypedDict):
app: SDKOperationRequestApp ...
ruscoder
- 1
- Opened on May 9, 2024
- #55
Sometimes we need to use client/db outside, e.g. in corn tasks.
We need to add an example to readme how to achieve it.
One of the possible solutions:
1. move aidbox_python_sdk.main.init_client to a ...
enhancement
ruscoder
- 2
- Opened on Aug 12, 2023
- #53
- request arg in operation - it s request from aidbox (dict)
- request arg in subscription - it s an aiohttp request
bug
ruscoder
- 1
- Opened on Aug 12, 2023
- #52
https://github.com/Aidbox/aidbox-python-sdk/blob/master/aidbox_python_sdk/pytest_plugin.py#L11
Was it done explicitly or by mistake?
Before the upgrade, it wasn t a problem to run tests on python 3.9 ...
ruscoder
- 2
- Opened on Aug 12, 2023
- #51
ruscoder
- 1
- Opened on Aug 11, 2023
- #50
There is an issue with pytest. It is partially fixed now at this branch
https://github.com/Aidbox/aidbox-python-sdk/tree/update-python-3-11 Unfortunately, aidbox initializes on each test. It
should be ...
ir4y
- 4
- Opened on Dec 5, 2022
- #38

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.